You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by bu...@apache.org on 2004/02/07 20:01:51 UTC

DO NOT REPLY [Bug 26764] New: - newDomNode creates a DOM with empty strings for namespace URIs for unprefixed attributes (rather than null)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26764>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26764

newDomNode creates a DOM with empty strings for namespace URIs for unprefixed attributes (rather than null)

           Summary: newDomNode creates a DOM with empty strings for
                    namespace URIs for unprefixed attributes (rather than
                    null)
           Product: XMLBeans
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: DOM
        AssignedTo: xmlbeans-dev@xml.apache.org
        ReportedBy: mass@akuma.org


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

- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/