xsl-list
[Top] [All Lists]

Re: [xsl] using xsl:output-character to render characters in 2 ways

2009-11-13 12:28:16


I now have an attribute that is marked up by single quotes containing
a single quote. IE6 for one cannot deal with this.

XSLT is pretty much guaranteed to produce well formed output unless you
use character maps or disable output escaping in which case it is your
responsibility, just not using character maps at all here would seem to
do the right thing, no?

your sample ouput shows  /> so you have used the xml or xhtml output
methods neither of which will make output suitable for IE (or suitable
for any browser if you serve it as text/html) if you use teh html output
method, xslt will use special case serialisation rules to get quoting
right for html. In particular it knows that script is a CDATA element in
html so will not use &.. quoting inside script in html (but does in
xhtml or xml output)

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--