xsl-list
[Top] [All Lists]

Re: [xsl] generating conditional comment in html output

2011-02-09 13:35:42
I succeeded with something like

    <xsl:comment>[if lte IE 7]>
    &lt;style media="screen,projection,print" type="text/css">
      @import url("../stylesheet/ie7-fix.css");
    &lt;/style>
    &lt;![endif]</xsl:comment>

At least this is a syntactically correct comment.

But as Adorno put it, “Wrong life cannot be lived rightly.”

-Gerrit

On 2011-02-09 20:17, Trevor Nicholls wrote:
Hi

I have a stylesheet which has been turning XML into HTML without batting an
eyelid but somebody has requested that the output HTML contain some
conditional styling. This means that at one point in the output I have to
insert the string

   <!--[if gte IE 7]>

and at another point I have to insert the string

   <![endif]-->

I've tried using&lt; in<xsl:text>, using<xsl:value-of>  a variable, using
d-o-e, and none of these options seems to work. They either display the
conditional comment in the browser with<  and>  (and an editor shows the
literal string "&  l t ;" in the HTML) or without, or I get errors telling me
I have malformed code. I'm processing with Saxon in XSL2, and rendering with
IE7 and IE8.

What is the proper way to do this please? I found many potential answers in
the FAQ but I haven't found one that works :-(

Cheers
T



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--
Gerrit Imsieke
Geschäftsführer / Managing Director
le-tex publishing services GmbH
Weissenfelser Str. 84, 04229 Leipzig, Germany
Phone +49 341 355356 110, Fax +49 341 355356 510
gerrit(_dot_)imsieke(_at_)le-tex(_dot_)de, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschäftsführer: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard Vöckler

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>