This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Outputing <% bla bla bla %>


> 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@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]