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

[xsl] Outputing <% bla bla bla %>


Subject: [xsl] Outputing <% bla bla bla %>
From: "Arief" <arief@xxxxxxxxxxxx>
Date: Tue, 26 Mar 2002 19:51:04 +0700

Is it possible outputing <% ... %> using XSLT ???, because after I see in
the HTML output, the < character becomes &lt;

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:strip-space elements="*"/>
<xsl:output method="html" indent="yes"/>
<xsl:template match="Bean">
<%
 <xsl:value-of select="$DisplayName"/> obj = (<xsl:value-of
select="$DisplayName"/>)request.getAttribute("<xsl:value-of
select="$DisplayName"/>");
%>
</xsl:template>


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



Current Thread
Keywords