Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
unspecified
-
None
-
None
-
Operating System: Windows XP
Platform: PC
Description
on attributes without a prefix qualifier, element.getAttributeNS(null, "name") should work; however, the
DOM that xmlbeans creates sets the namespace URI to an empty string rather than null. DOM specifies
that empty namespaceURI parameters are represented by null