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]

RE: call-template and javascript


<xsl:template name="head:>
<script language="javascript">
<xsl:comment>
 ...
//</xsl:comment>
</script>


> -----Original Message-----
> From: Jakub Malý [mailto:Jakub.Maly@unicorn.cz]
> Sent: Monday, November 20, 2000 11:28 AM
> To: xsl-list@mulberrytech.com
> 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

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