Haven&#39;t used XMLPullParser in Squeak, but in the DOM, the root element is the parent of the document root. In other words, there is no start tag (or end tag) for the root element.<br><br>--David<br><br><div class="gmail_quote">
On Tue, Sep 29, 2009 at 10:20 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:cmm@4dst.com">cmm@4dst.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Parsing of an XML document with XMLPullParser reports false to<br>
#isStartTag upon the initial opening of the file.  It does correctly<br>
report true to #isStartDocument, but isn&#39;t #isStartTag generic to any<br>
kind of element; whether the root element or not?<br>
<br>
</blockquote></div><br>