Does anyone know how to use the document() function with the JSTL
XML tags? Is it even possible?
If I have two XML files in memory but need them both for a given
transform, it would be nice to be able to merge them or somehow
reference them both from within the XSL file.
For example:
<c:import url="/xml/summary.xsl" var="summaryXSL"/>
<x:transform xmlText="${summaryXML}" xsltText="${summaryXSL}"/>
In the transform, I might like to also reference elements in
${personXML}.
I'd rather not use transformation parameters, but I'll go that route if I
have to.
TIA,
Brian
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>