<div dir='ltr'><p><font face="Arial" size="3">Hi </font></p><p><font face="Arial" size="3">I am new to JDOM below is the piece of code which I have written.</font></p><p><font face="Arial" size="3">Element ele= new Element(&quot;root&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element name=new Element(jLabel1.getText().trim());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element age= new Element(jLabel2.getText().trim());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ele.addContent(name);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ele.addContent(s1);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ele.addContent(age);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ele.addContent(s2);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document doc=new Document(ele);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FileOutputStream fout = new FileOutputStream(&quot;nameage.xml&quot;, true);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Format format = Format.getRawFormat(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; format.setOmitDeclaration(true);&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></p><p><font face="Arial" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XMLOutputter xmlout = new XMLOutputter(format);&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xmlout.output(doc,fout);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fout.flush();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fout.close();</font></p><p><font face="Arial" size="3">&nbsp;</font></p><p><font face="Arial" size="3">and the output will be printed to a xml file is</font></p><p>&lt;root&gt;&lt;name /&gt;aaaaaaaaa&lt;age /&gt;74&lt;/root&gt;&nbsp;</p><p><font face="Arial" size="3">you could see the tags are not properly printed, I tried but I could not set right, could you please let me know what mistake I am making and how to rectify it.</font></p><p><font face="Arial" size="3">thanks and Regards</font></p><p><font face="Arial" size="3">Mukunda</font></p><p><font face="Arial" size="3"><p><br /><br /><br /><br /></p></font></p></div><hr><div style="background-color:white;color:black;">Walla! Mail - <a href="http://www.walla.com" style="color:blue">get your free 3G mail today</a></div>