<br><font size=3 face="Times New Roman">You need to add the attribute and not a text value.</font>
<br>
<br><font size=3 face="Times New Roman">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; user.setAttribute(userattr); </font>
<br>
<br><font size=3 face="Times New Roman">Hi,<br>
I am trying to create the following-<br>
&lt;dataSet&gt;<br>
 &lt;user username=&quot;user123&quot; password=&quot;xxxxxx1&quot; /&gt; <br>
&lt;/dataSet&gt;</font>
<br><font size=3 face="Times New Roman">This is my code--</font>
<br><font size=3 face="Times New Roman">&nbsp;Element root = new Element(&quot;DataSet&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Document doc = new Document(root);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Element user = new Element(&quot;username&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Element passwd = new Element(&quot;password&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;//Element passwd = new Element(&quot;password&quot;).setText(str1);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Attribute userattr = new Attribute(uattr,str);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Attribute passwdattr = new Attribute(pattr,str1);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;//Element user = new Element(&quot;username&quot;).setAttribute(str);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;try{ &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;user.setAttribute(str); &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;passwd.setAttribute(str1);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;root.addContent(user);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;root.addContent(passwd);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;} catch(IllegalAddException i) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;System.out.println(i);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;}</font>
<br><font size=3 face="Times New Roman">The element attributes will be read from a file. They are not to be created.<br>
But this code is not working.<br>
Can anybody tell me how to create the above.<br>
</font><font size=2 face="sans-serif"><br>
/Phill<br>
IS Dept, Software Engineer.<br>
phill_perryman@mitel.com<br>
http://www.mitel.com<br>
Tel: +44 1291 436023</font>
<p>
<p>