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: inserting space in xsl:value-of


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


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