RE: [xsl] RE: XML View in IE, missing space for contineous emphasis

Subject: RE: [xsl] RE: XML View in IE, missing space for contineous emphasis
From: "Ramkumar" <ramkumar@xxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Feb 2010 18:28:22 +0530
I have added the namespace "xml:space="preserve" on my root element in my
input XML and get solved. Thanks.

Regards,
Ramkumar,

-----Original Message-----
From: Rob Belics [mailto:rob_belics@xxxxxxxxxxx] 
Sent: Tuesday, February 02, 2010 6:17 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] RE: XML View in IE, missing space for contineous emphasis

On Tue, 2010-02-02 at 00:57 -0500, Christopher R. Maden wrote:
> This is a well-known FAQ, dating back more than ten years, due to
> misbehavior of the MSIE XSLT implementation.
> 
> If you really must use MSIE XSLT, add xml:space="preserve" to all your
> document instances.
> 
> If you can't do that, add <xsl:preserve-space select="*"/> to your
> stylesheet, but I'm not sure that will work, as I believe the problem is
> inherent in the MS XML parser.
> 
> ~Chris

Do you have any links discussing this or explaining in detail? 

Current Thread