[xsl] XSLT - Many Input One Output

Subject: [xsl] XSLT - Many Input One Output
From: "KrustyDerClown" <KrustyDerClown@xxxxxx>
Date: Sat, 30 Jul 2005 16:24:29 +0200
Hello,

i have multiple sources (XML files) and want only one output file (one BIG XML file). The number of the XML input files for the transformation is various in any cycle. The structure is always the same.
Inputfiles: commitlog.xml, commitlog_1.xml, commitlog_2.xml, and so on. (The number of the files are various) (the xml files are splitted automatically from the program which creates this xml files).


This "merge" process should happen with a XSL stylesheet.

Is that possible with XSLT ?

I look at the "document()" funktion, but for that function i need the exact name of the XML file which will included.

Have you any workaround for me ?

Thank you for your support.

Greets Oliver

Current Thread