Users Pricing

forum

Home Forums How to IE Conditional Comment in XSLT 1.0 inside tag? – MindStick

How to IE Conditional Comment in XSLT 1.0 inside tag?

Anonymous User 2673 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>

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md