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]

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

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