[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Outputing <% bla bla bla %>


Subject: RE: [xsl] Outputing <% bla bla bla %>
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 26 Mar 2002 13:08:52 -0000

> Is it possible outputing <% ... %> using XSLT ???

Not with the standard XML or HTML output methods (because the format isn't
XML or HTML).

This is a case where using disable-output-escaping is justified.

<xsl:text disable-output-escaping="yes">&lt;%</xsl:text>

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords