Re: [exslt] issue
by Jeni Tennison other posts by this author
Apr 19 2002 8:11AM messages near this date
[exslt] issue
|
[exslt] Personal Namespace
Hi Brendan,
> First I tried to use your functions - I downloaded the function,
> placed them on the webserver, referenced them correctly (see
> attached), but I get this message:
>
> Namespace 'http://exslt.org/dates-and-times' does not contain any
> functions.
>
> That is with a file that just tries to display a date, leave-alone
> executing the statement I need! Please help!
What processor are you using? It's likely that you're using a
processor that doesn't support func:function. If you're using MSXML,
try importing just date.msxsl.xsl and use camel case rather than
hyphens in the function names (e.g. use date:dateTime() rather than
date:date-time()).
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
_______________________________________________
exslt mailing list
list@[...].org
http://www.exslt.org/list
Thread:
Brendan Freestone
Jeni Tennison
|