xsl-list
[Top] [All Lists]

Re: [xsl] Unanticipated Results from text()

2007-02-23 13:39:10

I found IE _is_ preserving the whitespace while with indent="no" the
whitespace gets striped.

Are you sure that isn't just an artefact of the white space being
_added_ by indentation, rather than white space being preserved.

You can in fact turn off the stripping, even in IE via the xsl-stylesheet
PI where you don't have programmatic access to the parser, if you are
prepared to put xml:space="preserve" into the source document (eg on the
document element).

David


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