[xsl] output IE conditional comment using XSL

Subject: [xsl] output IE conditional comment using XSL
From: "Wong Chin Shin" <publicbbs@xxxxxxxxxxxxxxxx>
Date: Mon, 13 Dec 2004 06:11:17 +0800
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