Hi guys,
Thanks for the quick response :). I can write up a small test case but
I'm not really sure whether the issue is worth putting a Jira on.
Reading the response from Tatu, what I felt was that this is a issue
we should be handling in our application rather than have XMLBeans
deal with it.
I'l
> > Hi all,
> > A quick clarification about the behavior of the
> XMLStreamReader
> > returned from a XMLBeans object.
> > If there are any qualified attributes the reader
> correctly returns the
> > namespace URI and the prefix for that attribute
> through the
> > getAttributePrefix(int) and
> get
gt; Subject: A small issue about the behavior of the returned
XMLStreamReader
>
> Hi all,
> A quick clarification about the behavior of the XMLStreamReader
> returned from a XMLBeans object.
> If there are any qualified attributes the reader correctly returns the
> namespace URI and
Hi all,
A quick clarification about the behavior of the XMLStreamReader
returned from a XMLBeans object.
If there are any qualified attributes the reader correctly returns the
namespace URI and the prefix for that attribute through the
getAttributePrefix(int) and getAttributeNamespace(int) methods.