xsl-list
[Top] [All Lists]

RE: Preserving White Space in Immediate following-sibling

2005-06-27 12:16:10
I'm having a problem preserving white-space between two elements that
immediately follow each other. 

My guess is that you are using the Microsoft XML parser, which removes such
whitespace nodes by default before the XSLT processing even starts.

If you're invoking the parser via an API there's a switch somewhere to
suppress this irritating behaviour. If you're invoking it using the
<?xml-stylesheet?> processing instruction then sadly, you're out of luck.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>