This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xsl:script


Hi Alia,

> I get this error msg in my xsl styelsheet:
> Keyword xsl:script may not be used in namespace 
> http://www.w3.org/1999/XSL/Transform. 
> I'm using IE5 and I installed Microsoft parser to update the built-in 
> parser of IE. And I'm using vbscript.
> What should I do so that I can use xsl:script?

xsl:script comes from the XSLT 1.1 Working Draft. XSLT 1.1 isn't ever
going to be a Recommendation, so there are few processors that
implement it, two exceptions being Saxon and jd.xslt.

MSXML3 and MSXML4 implement XSLT 1.0. Both have something very similar
to xsl:script, namely msxsl:script (in the namespace
urn:schemas-microsoft-com:xslt).

So you should either use msxsl:script, or switch to a processor that
supports xsl:script.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]