new XmlStreamReader from XmlObject doesn't capture xsi namespace in outer element ---------------------------------------------------------------------------------
Key: XMLBEANS-222 URL: http://issues.apache.org/jira/browse/XMLBEANS-222 Project: XMLBeans Type: Bug Components: XmlObject Versions: Version 2 Environment: jdk 1.4.2_08, xmlbeans 2.0 Reporter: Brian Bonner I'll attach a test case. I'm parsing a SOAP envelope which has the xsi namespace declared in the outer envelope. An element of the body uses the prefix for one of it's attributes (i.e. xsi:nil="true"). reader.getNamespaceCount() doesn't seem to find it. If we create the XMLStream from a reader using an InputFactory (vs. using the creator from JSR173.class, it works, but will probably be slower.) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]