[jdom-interest] JDOM and JSP
Jabba Laci
jabba.laci at gmail.com
Thu Jan 8 09:56:15 PST 2009
Hi,
With JDOM I produce XHTML files that are also JSP files. I would like
to do the following:
<xf:submission action="URL?file=<%= request.getParameter("file") %>" />
JSP should process the line to produce this:
<xf:submission action="URL?file=data.xml" />
Here, "xf:submission" is a JDOM Element object. My concern is that
JDOM transforms "<" to "<". Do you have an idea how to solve it?
Thanks,
Laszlo
More information about the jdom-interest
mailing list