RE: [xsl] Fw: <script> tag

Subject: RE: [xsl] Fw: <script> tag
From: "Zwetselaar M. van (Marco)" <Marco.van.Zwetselaar@xxxxxxxxxxxxx>
Date: Mon, 1 Oct 2001 18:11:23 +0200
> My question is: should the <script> tag mean anything for a 
> XSLT parser?
>
> Stylesheet:
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> <xsl:output method="xml" cdata-section-elements="script"/>
> <xsl:template match="/">
>   <script language="javascript">alert("&lt;&gt;")</script>
>   <script2 language="javascript">alert("&lt;&gt;")</script2>
> </xsl:template>
> </xsl:stylesheet> 

Take another look at your xsl:output element.

Regards,
Marco


***************************DISCLAIMER***********************************
Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). 
Verstrekking aan en gebruik door anderen is niet toegestaan.
Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit
electronische verzending.

This e-mail is intended exclusively for the addressee(s), and may
not be passed on to, or made available for use by any person 
other than the addressee(s).
Fortis rules out any and every liability resulting from any
electronic transmission.
************************************************************************

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread