xsl-list
[Top] [All Lists]

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

2010-07-03 04:13:53
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

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