Re: [xsl] Best approach for adding Java Script?

Subject: Re: [xsl] Best approach for adding Java Script?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 09 Feb 2009 11:57:50 -0500
David,

Wouldn't we use

<xsl:comment>[if lt IE 7]>
&lt;link rel="stylesheet" href="styles/ie6.css" type="text/css" />
&lt;![endif]</xsl:comment>

to get

<!--[if lt IE 7]>
<link rel="stylesheet" href="styles/ie6.css" type="text/css" />
<![endif]-->

? (Please forgive me if I've caught the infection.)

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread