Re: [xsl] Preserve the structure in output

Subject: Re: [xsl] Preserve the structure in output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Jul 2001 17:44:41 +0100
> i tried using preserve white space but it did not work

All white space in the input is preserved. However if you are using
MSXML it removes white space nodes while building the DOM that forms the
input to the XSL tree, in which case you need to tell the parser not to
do that with the preserveWhiteSpace property.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread