xsl-list
[Top] [All Lists]

Re: generating numerical character entities in html output

2005-01-18 05:29:09
At 12.52 18/01/2005, you wrote:
That means that disable-output-escaping is not being used at all. Are
you sure you are linerising from the XSLT system.

hem, I'm not sure what "linearising" means. :-[

If you use msxsl to
generate a DOM tree and linearise from the DOM then the linearisation
hints such as disable-output-escaping, and any attributes to xsl:output
have no effect. If d-o-e was being used above you would get
 & and @ in the above two cases.

so maybe d-o-e doesn't work in msxml, but setting
<xsl:output method="text"/> does work. Some bug?
I'm installing saxon right now, I will tell the results as soon as I can test them.

Rossella

--~------------------------------------------------------------------
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>
--~--