xsl-list
[Top] [All Lists]

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

2010-02-02 06:47:56
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>
--~--