[xsl] Passing custom tags to jsp via xsl

Subject: [xsl] Passing custom tags to jsp via xsl
From: "Denis McCarthy" <dmccarthy@xxxxxxxxxxxxxxxx>
Date: Thu, 25 Apr 2002 16:36:06 +0100

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 &lt; and &gt; 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


Current Thread