ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> exslt
exslt
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved