Does anyone know how to transform an xml file into a
JSP page that includes custom tag. the properties of the custom tag are defined in the xml file.
Basically the xml file could look like
...
<report name="foo" link="foo.html" />
and the custom tag to be used would be something like:
<util:reportTag name="foo" link="foo.html"
someotherproperty="somevalue />
Thanks.
