RE: call-template and javascript

Subject: RE: call-template and javascript
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 21 Nov 2000 09:22:33 -0000
> I have XSL file, where I have named template with javascript, 
> something as follows:
> 
> ...
> <xsl:template name="head:>
> <script language="javascript">
> <!--
> ...
> //!-->
> </script>

Comments in the stylesheet are ignored. If you want to generate a comment in
the output file, use xsl:comment.

Mike Kay 


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


Current Thread