[xsl] JS language binding

Subject: [xsl] JS language binding
From: "Langston, Doug" <Doug.Langston@xxxxxxx>
Date: Thu, 17 Oct 2002 12:18:05 -0400
Michael Kay's XSLT book (p. 593) gives an example that won't work in version
5 of XML Spy.
It complains about <xsl:script> elements in this code sample:
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:js="javascript:code">
	<xsl:script language="javascript"
implements-prefix="js"></xsl:script>
</xsl:stylesheet>
Is there a different name space I should be using?

Thanks,
Doug

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


Current Thread