xsl-list
[Top] [All Lists]

Re: amp and &

2003-01-02 03:24:29

& inside a CDATA still gets converted to &

If you are writing XHTML then & 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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: amp and &, David Carlisle <=