Re: [xsl] Transforming multiple XML files into one file

Subject: Re: [xsl] Transforming multiple XML files into one file
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 13 Jun 2006 15:37:16 +0100
On 6/13/06, Chad Chelius <cchelius@xxxxxxxxxxxxxxx> wrote:
Greetings List!
I would like to be able to combine several XML files into one large
XML file using XSLT. Currently I have an XSLT that is doing some
basic transformations but I need to take them and combine them. I'm
not sure where to even start. Any help is greatly appreciated.

If you are using XSLT 2.0 then you can use the collection() function. If you are stuck with XSLT 1.0 then it's harder, unless you know all of the input filenames in advance.

Current Thread