[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

How to merge multiple XML files

Subject: How to merge multiple XML files
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Mon, 07 May 2007 10:46:16 +0530
 How to merge multiple XML files
Hi
Would anybody let me know that how to merge multiple xml files within a directory into a single XML file. I have no idea about it.


INPUT
a.xml
<records>
<record id="a1">
...
</record>
<record id="a2">
...
</record>
</records>

b.xml
<records>
<record id="b1">
...
</record>
<record id="b2">
...
</record>
</records>

OUTPUT
c.xml
<records>
<record id="a1">
...
</record>
<record id="a2">
...
</record>
<record id="b1">
...
</record>
<record id="b2">
...
</record>
</records>

thanks
...JSR

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.