Subject: Re: RE: XML View in IE, missing space for contineous emphasis
From: Rob Belics <rob_belics@xxxxxxxxxxx>
Date: Tue, 02 Feb 2010 06:47:25 -0600
|
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 canbt do that, add <xsl:preserve-space select="*"/> to your
> stylesheet, but Ibm 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?
|