RE: [xsl] Where do I put <xsl:script>

Subject: RE: [xsl] Where do I put <xsl:script>
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 15:10:46 +0100
> Don't know about xsl:script, I use
> <script>
> 	<xsl:text>
> 		js code
> 	</xsl:text>
> </script>
>

That's for script you want included in your result document, not for script
that you want to invoke during the transformation.

Mike Kay
Software AG


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


Current Thread