<html>
<body>
Salil:<br><br>
A well formed XML document has exactly one root element.<br><br>
For example<br><br>
&lt;user username=&quot;1234&quot; password=&quot;xxxxxx12&quot;
/&gt;<br>
&lt;user username=&quot;user12345&quot; password=&quot;xxxxxx123&quot;
/&gt;<br>
&lt;user username=&quot;user123456&quot; password=&quot;xxxxxx1234&quot;
/&gt;<br><br>
is not well formed, but the following is:<br><br>
&lt;allUsers&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;user
username=&quot;1234&quot; password=&quot;xxxxxx12&quot; /&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;user
username=&quot;user12345&quot; password=&quot;xxxxxx123&quot; /&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;user
username=&quot;user123456&quot; password=&quot;xxxxxx1234&quot;
/&gt;<br>
&lt;/allUsers&gt;<br><br>
Nancy<br><br>
At 12:01 AM 8/14/2003 -0600, you wrote:<br>
<blockquote type=cite class=cite cite>--0-1498142202-1060765332=:46417<br>
Content-Type: text/plain; charset=us-ascii<br><br>
Hi <br>
My xml looks like this --<br>
&lt;user username=&quot;1234&quot; password=&quot;xxxxxx12&quot;
/&gt;<br>
&lt;user username=&quot;user12345&quot; password=&quot;xxxxxx123&quot;
/&gt;<br>
&lt;user username=&quot;user123456&quot; password=&quot;xxxxxx1234&quot;
/&gt;<br>
When parsing this file JDOM returns errors as i have turned on the check
for <br>
validations and well formedness of the documents.&nbsp; <br><br>
SAXBuilder builder = new SAXBuilder(true);<br>
&nbsp;<br>
&nbsp;<br>
SAXBuilder builder = new SAXBuilder();--when is use this no errors will
<br>
occur and i am able to parse the file properly.<br>
Why does this happen or is there anything wrong with my xml file?<br>
Thank You,<br>
Salil.<br>
&nbsp;</blockquote>
<x-sigsep><p></x-sigsep>
<b>Nancy Lehrer<br>
</b>JumpStart Wireless<br>
<a href="http://www.jumpstartwireless.com/" eudora="autourl">www.jumpstartwireless.com</a><br>
(805) 857-0135 </body>
</html>