Merging of XML files

Questions about XML that are not covered by the other forums should go here.
Shreyasee
Posts: 1
Joined: Fri Mar 13, 2009 11:22 am

Merging of XML files

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Merging of XML files

Post 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
Post Reply