Re: [xsl] Whitespace question

Subject: Re: [xsl] Whitespace question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Sep 2001 14:27:45 +0100
> You could also do <xsl:preserve-space elements="*"/>.

but this will have no effect in MSXML unless you do either (1) or (3)
below as otherwise Microsoft helpfully remove the spaces for you
before XSL gets chance to preserve them.


> Your options are (1) xml:space="preserve" in the original XML, (2) 
> xsl:preserve-space in the XSLT, or (3) some switch to MSXML itself before 
> beginning the transformation.

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