Re: [xsl] amp and &

Subject: Re: [xsl] amp and &
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 2 Jan 2003 10:24:29 GMT
> & inside a CDATA still gets converted to &amp;

If you are writing XHTML then &amp; is what you want, even for
javascript.
It will be parsed by an XML parser before being passed to teh script
engine, so the script engine will see &.

If you are writing HTML, then use <xsl:output  method="html" and
XSLT will write out & as & inside <script and <style elements
automatically.

If you are writing a javascript file, use  <xsl:output  method="text" and
XSLT will write out & as & inside <script and <style elements
automatically.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread