xsl-list
[Top] [All Lists]

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

2010-02-02 06:59:05
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(_at_)charter(_dot_)net] 
Sent: Tuesday, February 02, 2010 6:17 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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? 


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