<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [jdom-interest] which one will parse more quickly?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Q1: Try it and see!</FONT>
</P>

<P><FONT SIZE=2>Q2: Without the exception it's kind of hard to know, but you will have to do something like this...</FONT>
</P>

<P><FONT SIZE=2>Element root = doc1.getRootElement();</FONT>
<BR><FONT SIZE=2>root.detach();</FONT>
<BR><FONT SIZE=2>doc2.getRootElement().addContent(root);</FONT>
</P>

<P><FONT SIZE=2>James</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Ronyn Woods [<A HREF="mailto:ronynwoods@hotmail.com">mailto:ronynwoods@hotmail.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: 08 November 2001 03:28</FONT>
<BR><FONT SIZE=2>To: jdom-interest@jdom.org</FONT>
<BR><FONT SIZE=2>Subject: [jdom-interest] which one will parse more quickly?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Dear All,</FONT>
</P>

<P><FONT SIZE=2>&gt;&gt;&gt;&gt;Q1:</FONT>
<BR><FONT SIZE=2>I have two xml files as following:</FONT>
</P>

<P><FONT SIZE=2>=======File One========</FONT>
<BR><FONT SIZE=2>&lt;person&gt;</FONT>
<BR><FONT SIZE=2>&lt;name&gt;Tom&lt;/name&gt;</FONT>
<BR><FONT SIZE=2>&lt;age&gt;56&lt;/age&gt;</FONT>
<BR><FONT SIZE=2>&lt;sex&gt;male&lt;/sex&gt;</FONT>
<BR><FONT SIZE=2>&lt;/person&gt;</FONT>
</P>

<P><FONT SIZE=2>=======File Two========</FONT>
<BR><FONT SIZE=2>&lt;person&gt;</FONT>
<BR><FONT SIZE=2>&lt;name age=&quot;56&quot; sex=&quot;male&quot;&gt;Tom&lt;/name&gt;</FONT>
<BR><FONT SIZE=2>&lt;/person&gt;</FONT>
</P>

<P><FONT SIZE=2>When xml files converted to JDom document</FONT>
<BR><FONT SIZE=2>which one will parse more quickly?</FONT>
</P>

<P><FONT SIZE=2>&gt;&gt;&gt;&gt;Q2:</FONT>
<BR><FONT SIZE=2>I try to add a XML file's root element to another XML file's</FONT>
<BR><FONT SIZE=2>root element as its child, but failed. How can i do?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Thanks all!</FONT>
</P>

<P><FONT SIZE=2>Ronyn</FONT>
</P>

<P><FONT SIZE=2>_________________________________________________________________</FONT>
<BR><FONT SIZE=2>Get your FREE download of MSN Explorer at <A HREF="http://explorer.msn.com/intl.asp" TARGET="_blank">http://explorer.msn.com/intl.asp</A></FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>To control your jdom-interest membership:</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</A></FONT>
</P>
<BR>

<P><FONT SIZE=2>This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose, or store or copy the information in any medium. Any views or opinions presented are solely those of the author and do not necessarily represent those of Jobpartners.&nbsp; Jobpartners is unable to guarantee the security (especially that of attached files) of any email content outside of our own computer systems.</FONT></P>

</BODY>
</HTML>