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]

Outputing <% bla bla bla %>


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


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