|
Subject: Re: [xsl] output IE conditional comment using XSL From: xptm <xptm@xxxxxxx> Date: Sun, 12 Dec 2004 22:36:00 +0000 |
<xsl:if test="browser='IE'>
<style type="text/css" media="screen">
@import url("css/spc-web-ie.css");
</style>
</xsl:if>Hi, I'm trying to output the following code block using xsl:comment
<!--[if IE]> <style type="text/css" media="screen"> @import url("css/spc-web-ie.css"); </style> <![endif]-->
Any pointers as to how to do this? Thanks! Wong
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] output IE conditional comment, Wong Chin Shin | Thread | Re: [xsl] output IE conditional com, David Carlisle |
| [xsl] output IE conditional comment, Wong Chin Shin | Date | Re: [xsl] output IE conditional com, David Carlisle |
| Month |