Re: [xsl] generating IE conditional comments, in IE

Subject: Re: [xsl] generating IE conditional comments, in IE
From: "Eric J. Bowman" <eric@xxxxxxxxxxxxxxxx>
Date: Sat, 3 Jul 2010 03:13:08 -0600
Nevermind... sorted.  Each if-endif needs to have its own xsl:comment,
instead of stuffing everything in one xsl:comment.  The following syntax
works nicely:

<xsl:comment>[if IE]<![CDATA[ ... ]]>&lt;![endif]</xsl:comment>

Using CDATA depends on the content, it isn't required.  But, if it is
used, it needs to be inside the if-endif.

-Eric

Current Thread