Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-14-2007, 06:19 AM
Member
 
Join Date: Nov 2007
Posts: 3
veera is on a distinguished road
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
Sponsored Links
  #2 (permalink)  
Old 03-27-2008, 06:06 PM
DonCash's Avatar
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 220
DonCash will become famous soon enoughDonCash will become famous soon enough
I have just answered this here:

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


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

vB 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 Sort in Java Java Tip Algorithms 0 04-15-2008 08:43 PM
Merge Two Xml files ???? alwz_nikhil XML 3 03-28-2008 12:40 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 +3. The time now is 06:32 PM.


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