[exslt] baseURI
by Chris Bayes other posts by this author
Jan 4 2002 9:14AM messages near this date
[exslt] Fw: [xsl] Full support for EXSLT funct:script in Sablotron 0.80
|
[exslt] Re: baseURI
Jeni et al,
Can you add baseURI to exslt?
Here is the msxsl javascript
function baseURI(ctx){
try{
return ctx.nextNode().ownerDocument.url.toString();
}catch(e){
return "";
}
}
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
_______________________________________________
exslt mailing list
list@[...].org
http://www.exslt.org/list
Thread:
Chris Bayes
Jeni Tennison
Jeni Tennison
Michael Kay
|