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: Where do I put <xsl:script>


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


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