Tagged Questions

6
votes
2answers
1k views

Creating conditional comments with XSLT?

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 ...
0
votes
1answer
74 views

How to XSLT-Transform a XHTML-Dokument with IE-conditional-comments?

I transform a XHTML dokument to another XML-Dokument with XSLT. In the XHTML-Input-Dokument there are several IE-conditional-comments, like this one: <!--[if lte IE 7]> <link ...