xsl-list
[Top] [All Lists]

Generating jsp java code in .xsl files

2004-11-19 04:20:14
   Hi all! I am trying to generate java code (intended for a jsp page)
inside a .xsl file. I want to produce an output similar to :

<% String foo = "a_value"; %>. How can I achieve this?? The result I am
getting is either a print of the aforementioned code in the html output
of the jsp page or a null value in the html code.

I have tried it like this (mainly) :

<xsl:text disable-output-escaping="yes">
        &lt;% String foo = "a_value"; %&gt;
</xsl:text>

Any ideas??




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>