<!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 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Brett,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I read you article in developer works&nbsp;on 
importing a childNode or Element from one&nbsp;document to another document 
using DOM.</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www-106.ibm.com/developerworks/xml/library/x-tipmvdom.html">http://www-106.ibm.com/developerworks/xml/library/x-tipmvdom.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I wnat to do the same with JDOM. couldn't figure 
out how to do that.</FONT></DIV>
<DIV><FONT face=Arial size=2>This is what i am trying to do:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>a) I have a template.xml</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &lt;root&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;element1&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;child1/&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;child2/&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;/element&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &lt;/root&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>b) I want to create a new xml from the template.xml 
. Also a outside process result will tell be how mant &lt;element1&gt; should 
the new document have under &lt;root&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>c) So if the outside process ask me to add 2 such 
&lt;element1&gt; child under the new xml file's &lt;root&gt;, I would have to 
take the template of &lt;element1&gt; from the "template.xml" and add that 2 
times under &lt;root&gt; to get my new xml file.</FONT></DIV>
<DIV><FONT face=Arial size=2>---------------basically adding row to a 
database.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You have nicely show that using w3c.dom.Node....but 
how would I do it in JDOM.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help is appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Raju</FONT></DIV></BODY></HTML>