Page 1 of 1

Merging of XML files

Posted: Fri Mar 13, 2009 11:28 am
by Shreyasee
Hi,

I have about 69000+ XML files which I need to merge and combine into one file.
Can anybody guide me on this as to how should I proceed with the same.


Thanks,
Shreyasee

Re: Merging of XML files

Posted: Mon Mar 16, 2009 11:47 am
by sorin_ristache
Hello,

In what language do you need to merge the XML files? If you want to use an XSLT stylesheet you can iterate all the XML files and output them in the transformation result without changing them. You should look at an XSLT tutorial about how to do that.


Regards,
Sorin