<div dir="ltr">Georg,<div><br></div><div>So if i understood well you, adding a schema specification to xml file, should resolve the problem ?</div><div><br></div><div>Thanks in advance.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 1:12 PM, Georg Gollmann <span dir="ltr">&lt;<a href="mailto:gollmann@zid.tuwien.ac.at" target="_blank">gollmann@zid.tuwien.ac.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><br><div><div>Am 16.01.2014 um 15:54 schrieb Gustavo Duarte &lt;<a href="mailto:gduarte@activitycentral.com" target="_blank">gduarte@activitycentral.com</a>&gt;:</div><div class="im"><br>
<blockquote type="cite"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">I don&#39;t know much about xml format, but seemingly it hasn&#39;t XML schema specification, right ? </span><br>
</blockquote></div></div><div><br></div>Correct. And without a schema it is impossible to tell whether the file is valid or not.<div><br></div><div>Note however that </div><div><div class="im"><blockquote type="cite">        &lt;entry name=&quot;birth_timestamp&quot; mtime=&quot;1389708044&quot; type=&quot;int&quot; value=&quot;-849347955&quot;/&gt;</blockquote>
</div><div>and</div><div><blockquote type="cite"><div class="im"><div>&lt;entry name=&quot;birth_timestamp&quot; mtime=&quot;1389708044&quot; type=&quot;int&quot;&gt; </div></div><div>    &lt;value&gt;-849347955&lt;/value&gt;</div>
<div>&lt;/entry&gt;</div></blockquote></div><div><div>create different DOM structures: Once an &quot;entry&quot; element with a &quot;value&quot; attribute, then an &quot;entry&quot; element with a &quot;value&quot; child element. If the application expects the latter it will fail on the former. </div>
<div><br></div><div>Conclusion: the parser is ok, the document does not fit the requirements of the application.</div></div><div><br></div><div>
<span style="border-spacing:0px 0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>
Kind regards</div><span class="HOEnZb"><font color="#888888"><div>Georg</div><br></font></span></span>

</div>


<br></div></div><br><br>
<br></blockquote></div><br></div>