RE: [xsl] inserting space in xsl:value-of

Subject: RE: [xsl] inserting space in xsl:value-of
From: Kristof Bernaert <kbernaert@xxxxxxxxxxx>
Date: Tue, 10 Apr 2001 16:56:34 +0200
euh, msxml3 stripping by default ?
not in my case, isn't preserveSpace default value 'no' (and where set)?

kristof
1eEurope.be


I don't know why the whitespace nodes are being stripped. It might be that
you are using <xsl:strip-space> in your stylesheet, or it might be that you
are using an XML parser (perhaps Microsoft's) that strips them by default.
If that's the case, change the parsing options to preserveSpace = true.

Mike Kay
Software AG


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

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


Current Thread