xsl-list
[Top] [All Lists]

Re: [xsl] Unanticipated Results from text()

2007-02-23 11:57:10
On 23/02/07, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
The Microsoft XML parser strips whitespace text nodes by default. (Indeed,
when running in IE from an xml-stylesheet PI it's impossible to prevent
this.)
I use xml-stylesheet PI and if the xml is served to IE this is how the XSLT
is initiated. However with <xsl:output method="html" indent="yes"/>
I found IE _is_ preserving the whitespace while with indent="no" the
whitespace gets striped.
I cannot say for sure how the MS XML parser works, but if you think about
"conditional comments", it may be possible, that parsing is done in more
than one stage.

Manfred

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