RE: XMLStreamReader namespace handling

2008-09-25 Thread Gordon Rogers
rom: Cezar Andrei [mailto:[EMAIL PROTECTED] Sent: 24 September 2008 17:59 To: user@xmlbeans.apache.org Subject: RE: XMLStreamReader namespace handling Gordon, The two methods are not designed to return exactly the same info. While xmlText() has to always return a valid XML document with more flexib

RE: XMLStreamReader namespace handling

2008-09-24 Thread Cezar Andrei
; From: Gordon Rogers [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 5:24 AM > To: user@xmlbeans.apache.org > Subject: XMLStreamReader namespace handling > > Hi > > I am using XMLBeans version 2.1.0 and have got a question about how the > XMLStreamReader handle

XMLStreamReader namespace handling

2008-09-22 Thread Gordon Rogers
Hi I am using XMLBeans version 2.1.0 and have got a question about how the XMLStreamReader handles namespaces and in particular why the semantics used by the newXMLStreamReader() method and the xmlText() method are different when passed the same set of XmlOptions. This is best illustrated by an e