I want to create conditional comments in XSLT.
But when I use this:
<!-- [If IE7] [endif] -->
in an <xsl:comment>, XSLT removes it from the output when it is rendered.
Is there any way to create conditional comments in XSLT?
|
1
|
I want to create conditional comments in XSLT. But when I use this:
in an Is there any way to create conditional comments in XSLT?
|
|||
|
|
|
|
Simply use an For example:
Taming Your Multiple IE Standalones is a great article on this subject. |
||||||
|