You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by David Waite <ma...@akuma.org> on 2004/02/17 18:21:13 UTC

V2 XmlObject.newXmlStreamReader issues

One more issue with the XMLStreamReader impl currently in v2: it looks 
as if it truncates the last event (invariably an END_ELEMENT event). 
For example, serializing out one of my locally-constructed documents 
gives:

<iq><query></query>

missing the final </iq>

-David Waite