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
[exslt] xsl:import : error
by Sandrine Pilon other posts by this author
Apr 30 2002 9:09AM messages near this date
[exslt] XML -> PDF | Re: [exslt] xsl:import : error
Hello,

I have the following xsl stylesheet :

***************************************************************
<?xml version="1.0" encoding="utf-8"?> 
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:date="http://exslt.org/dates-and-times"
                extension-element-prefixes="date"> 

<xsl:import href="date.xsl" /> 



<xsl:template match="ROOT"> 
	<xsl:value-of select="message"/> 
</xsl:template> 
</xsl:stylesheet> 
***************************************************************

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
Thank you for your replies & best regards

Sandrine - Paris

_______________________________________________
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