You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by "Kieran Buckley (AT/LMI)" <ki...@ericsson.com> on 2004/06/13 19:12:51 UTC

FW: transforming multiple xml input docs into one output xml

> Hi,
> I need to transform multiple xml docs created on the fly in different directories (of same structure) into one transformed ouput.Only possible work around I see is using java dir walker to to create an xml control file that lists the files and directories and then use xsl 'document' function to extract that info.Is there an easier way - like to pass a string array (seems like you can't do this) as a parameter to the stylesheet and then use the document xsl function?
> Thanks in advance,
> Kieran