<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4611.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=610160318-08032001><FONT face=Arial color=#0000ff size=2>I
accomlished it like so:</FONT></SPAN></DIV>
<DIV><SPAN class=610160318-08032001><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=610160318-08032001><FONT face=Arial color=#0000ff size=2>doc =
builder.build(firstFile);<BR>doc2 =
builder.build(secondFile);<BR> <BR>Element root =
doc.getRootElement();<BR>Element root2 =
doc2.getRootElement();<BR> <BR> <BR>List
children = root.getChildren();<BR>List children2 =
root2.getChildren();<BR> <BR>children.addAll(children2);<BR> <BR>root.removeChildren();<BR>root.setChildren(children);</FONT></SPAN></DIV>
<DIV><SPAN class=610160318-08032001><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=610160318-08032001><FONT face=Arial color=#0000ff
size=2>-Kevin</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> jdom-interest-admin@jdom.org
[mailto:jdom-interest-admin@jdom.org]<B>On Behalf Of
</B>buzzonus<BR><B>Sent:</B> Wednesday, March 07, 2001 8:50 PM<BR><B>To:</B>
jdom-interest@jdom.org<BR><B>Cc:</B> buzzonus@yahoo.com<BR><B>Subject:</B>
[jdom-interest] merging two jdom docs<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there a way to merge two jdom documents, i.e.
can one import an entire tree from one JDOM into another ??</FONT></DIV>
<DIV><FONT face=Arial size=2>I think one can do this using the importNode
method in the w3c dom.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I apologize if this has already been discussed
before.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Sing</FONT></DIV></BLOCKQUOTE></BODY></HTML>