This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: White space - preserving white space within element data using MSXML3


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]