Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-14-2007, 06:19 AM
Member
 
Join Date: Nov 2007
Posts: 4
Rep Power: 0
veera is on a distinguished road
Default How do merge two xml files into one xml?
Hi!,

I have tried to merge two xml files in to one xml file.
But, I didnt get correct solution. I am using java. Anybody have an
idea Please share your knowledge.

Thanks,
Veera


First.xml
--------
<?xml version="1.0" ?>
<book>
<bookid>IBBN-1290-8742</bookid>
<bookname>The Wings Of Fires</bookname>
<author>AbdulKalam</author>
</book>

Second.xml
--------
<?xml version="1.0" ?>
<book>
<bookid>IBBN-6280-6387</bookid>
<bookname>War and Peace</bookname>
<author>AntonBalaSingham</author>
</book>

Ouput.xml
----------

<?xml version="1.0" ?>
<result>
<book>
<bookid>IBBN-1290-8742</bookid>
<bookname>The Wings Of Fires</bookname>
<author>AbdulKalam</author>
</book>
<book>
<bookid>IBBN-6280-6387</bookid>
<bookname>War and Peace</bookname>
<author>AntonBalaSingham</author>
</book>
</result>
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 03-27-2008, 06:06 PM
DonCash's Avatar
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 241
Rep Power: 4
DonCash will become famous soon enoughDonCash will become famous soon enough
Default
I have just answered this here:

Merge Two Xml files ????
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Merge Two Xml files ???? alwz_nikhil XML 4 12-30-2009 03:59 PM
Merge Sort in Java Java Tip Algorithms 0 04-15-2008 08:43 PM
Merge 2 button become one banie AWT / Swing 1 02-17-2008 06:26 PM
Merge Sort Help Hollywood New To Java 5 01-30-2008 04:26 AM
PDF Split and Merge 0.7 beta 1 JavaBean Java Announcements 0 06-24-2007 09:46 AM


All times are GMT +2. The time now is 12:19 AM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org