(sorry for the response lag, unfortunatly I don't read tomcat very
frequently)
Hi Jon.
> The problem with taglibs is that there is no restriction on the
> ability to put Java code in the page. It is part of the JSP
> specification to be able to do that. Sure, you can disable it (as
> Costin said
:01 PM, "Eduardo Pelegri-Llopart"
> <[EMAIL PROTECTED]> wrote:
>
> > I didn't see any follow-up clarifying this but apologies if I missed it.
> >
> > JSP 1.2 has the notion of a TagLibraryValidator that is associated with
> > a tag library. This
One approach we also considered was a JSP action that can be used to
construct an XML element dynamically.
For example (shooting from the hip)
Value
In your case that would be:
That is essentially what what XSLT does. My recollection is that XSP
has something like that too. Thi