RE: [xsl] White space - preserving white space within element dat a using MSXML3

Subject: RE: [xsl] White space - preserving white space within element dat a using MSXML3
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Sat, 23 Dec 2000 00:28:18 -0000
> With MSXML3, I don't seem to get the results I am expecting.  
> I don't get any
> results at all.  I'm expecting that the white space will be 
> preserved in the
> rendered document.  Instead the white-space is removed 
> (default behavior).  I
> have a Microsoft sample CD that was distributed at XML 2000 
> that documents
> <xsl:preserve-space> and <xsl:strip-space> with a limited a 
> example.  Has anyone
> successfully used <xsl:preserve-space> with MSXML3?

The normal way of supplying input to an MSXML3 transformation is as a DOM,
and the default way of constructing a DOM with MSXML3 causes whitespace to
be removed long before the XSLT transformation gets to see it. There's an
option to kep white space whil;e building the DOM.

Mike Kay 

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


Current Thread