Here is the trick:
1) Create an XML file that contains a list of files you want to use as input:
<list> <file>foo.xml</file> .... </list>
2) Write an XSL that is applied to the file from (1) and uses document(...) function to load files referenced in file tags.
I have it blogged at http://www.olegdulin.com/index.php?p=100&c=1
Oleg
Fabrice Mirabile wrote:
Hi,
I'm using xalanJ within a jsp to transform xml into svg or xhtml. i would like to know how to make a transformation from multiple xml input.
xml1 xsl xml2 -----> Output xml3 ....
thankx in advance. fabrice
