|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Outputing <% bla bla bla %>
Is it possible outputing <% ... %> using XSLT ???, because after I see in
the HTML output, the < character becomes <
<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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








