[Home] [By Thread] [By Date] [Recent Entries]
Hi there
Is it possible to pass custom tags to a jsp for interpretation via an xsl?
i.e. I have a template rule in my xsl like this:
<xsl:template match="columnValue">
<td class="listCell">
<ramtag:loc label="
<xsl:value-of select="."/>
>
</td>
</xsl:template>
I would like the jsp to interpret the '<ramtag' tag, but I'm getting an xsl
error when I try it like this. When I put < and > in for the < and >,
it just prints '<ramtag:loc label="' on the page. Is there a way of getting
interpreting these tags correctly?
Thanks
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



