Re: [exslt] xsl:import : error
by Jeni Tennison other posts by this author
Apr 30 2002 9:29AM messages near this date
[exslt] xsl:import : error
|
Re: [exslt] math:constant() and math:random()
Hi Sandrine,
> IE 5.5 returned me this error message:
>
> ***************************************************************
> Keyword script may not be used in namespace
> http://www.w3.org/1999/XSL/Transform.
> Error occurred during compilation of included or imported stylesheet
> 'file:///D:/SP/Projects/tests_div/xslt_xpath/functions/date-time/date.date-t
> ime.xsl'.
> ***************************************************************
>
> The problem comes when I declare xsl:import
When you use the EXSLT extension functions with MSXML, you should only
import the MSXML-specific file. In this case, use:
<xsl:import href="date.msxsl.xsl" />
instead. date.msxsl.xsl is available from
http://www.exslt.org/date/date.msxsl.xsl.
And remember to use camel-case rather than hyphenated function names.
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
_______________________________________________
exslt mailing list
list@[...].org
http://www.exslt.org/list
Thread:
Sandrine Pilon
Jeni Tennison
|