I wonder if there is a solution for transforming multiple XML input
documents using one XSLT in Java using javax.xml.transform.* API?
Transformer class just has a transform(Source xmlSource, Result
outputTarget) method, which can then only transform a single Source.
Thanks in advance.
--~------------------------------------------------------------------
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>
--~--