xsl-list
[Top] [All Lists]

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

2006-06-13 07:37:46
On 6/13/06, Chad Chelius <cchelius(_at_)agitraining(_dot_)com> 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.

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>