Subject: Re: Where do I put <xsl:script>
From: Marius Andreiana <marius@xxxxxx>
Date: 08 Aug 2001 15:58:10 +0300
|
On 08 Aug 2001 08:35:52 -0400, Hewko, Doug wrote:
> document, where I actually want the display to go. What is the proper format
> for embedding javascript and where should I put it to avoid the "not allowed
> in this position" error?
Don't know about xsl:script, I use
<script>
<xsl:text>
js code
</xsl:text>
</script>
Don't think it's the best way but it works.
--
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|