True, the XML Schema never declares a root element for its instances (valid xml files), but there is one for the schema itself (the &lt;schema&gt; tag).<br>Seeing your answer, I can't hold myself to ask you this : Are you trying to parse your XML Schema file (.xsd) ? or your XML files valid against your schema (.xml or anything else) ?
<br><br><br><div><span class="gmail_quote">2006/7/31, enis enis &lt;<a href="mailto:enis_ch2001@yahoo.fr">enis_ch2001@yahoo.fr</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"></div><div><span class="q"><div style="text-align: left;"><font size="3"><span style="font-family: monospace;"></span>The problem is that a schema does not define a &quot;root&quot; element , and that's the main point for me, because I need to work on the file (xml schema or dtd) as a tree structure, it means the parsing must start by the root element and then the chidren of the current element (from left to right -&gt; prefix). So how can I do that ?
<br><br></font><font size="3"><a></a></font></div><font size="3"></font></span></div></div></div></blockquote></div><br>