Users Pricing

forum

home / developersection / forums / how to ie conditional comment in xslt 1.0 inside tag?

How to IE Conditional Comment in XSLT 1.0 inside tag?

Anonymous User 2560 06 Nov 2014

How to display title (not as HTML comment) for IE6 only, if this line of code <a title="" href="#">some text</a> is in xsl file?

The options below don't work:

<a <![CDATA[[if IE 6]>title="hi"<![endif]]]> href="#">some text</a>

<a &lt;![if IE 6]&gt;"title="hi"&lt;![endif]&gt; href="#">some text</a>

I am a content writter !


1 Answers