<xsl:template name="head:>
<script language="javascript">
<xsl:comment>
...
//</xsl:comment>
</script>
> -----Original Message-----
> From: Jakub Malý [mailto:Jakub.Maly@xxxxxxxxxx]
> Sent: Monday, November 20, 2000 11:28 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: xsl:call-template and javascript
>
>
> Hello,
>
> I have XSL file, where I have named template with javascript,
> something as follows:
>
> ...
> <xsl:template name="head:>
> <script language="javascript">
> <!--
> ...
> //!-->
> </script>
> ...
>
> Now, I want to use it in another XSL. So I thing, that I must do this
> ...
> <xsl:call-template name="head"/>
> ...
> But the result after translate is:
> ...
> <script language="javascript></script>
> ...
>
> Please, help.
>
> Regards Jakub.
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|