<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Am 16.01.2014 um 15:54 schrieb Gustavo Duarte &lt;<a href="mailto:gduarte@activitycentral.com">gduarte@activitycentral.com</a>&gt;:</div><br class="Apple-interchange-newline"><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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">I don't know much about xml format, but seemingly it hasn't XML schema specification, right ?&nbsp;</span><br class="Apple-interchange-newline"></blockquote></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&nbsp;</div><div><blockquote type="cite">&nbsp; &nbsp; &nbsp; &nbsp; &lt;entry name="birth_timestamp" mtime="1389708044" type="int" value="-849347955"/&gt;</blockquote><div>and</div><div><blockquote type="cite"><div>&lt;entry name="birth_timestamp" mtime="1389708044" type="int"&gt;&nbsp;</div><div>&nbsp; &nbsp; &lt;value&gt;-849347955&lt;/value&gt;</div><div>&lt;/entry&gt;</div></blockquote></div><div><div>create different DOM structures: Once an "entry" element with a "value" attribute, then an "entry" element with a "value" child element. If the application expects the latter it will fail on the former.&nbsp;</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 class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>Kind regards</div><div>Georg</div><br class="Apple-interchange-newline"></span>

</div>


<br></div></body></html>