xsl-list
[Top] [All Lists]

RE: Preserving White Space in Immediate following-sibling

2005-06-27 13:21:45
Ok thanks! I was afraid of that, but atleast I'm not left coding myself
in circles.

Joe 

-----Original Message-----
From: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 
Sent: Monday, June 27, 2005 3:16 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Preserving White Space in Immediate following-sibling

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>
--~--


--~------------------------------------------------------------------
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>