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]

Passing custom tags to jsp via xsl




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


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