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=9080>.
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=9080

NamespaceURI not assigned to Document during parse on DocumentBuilder

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-05-14 20:20 -------
This is not a bug. By definition, the value of the namespaceURI for Document 
node is null: 
http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20020409/core.html#ID-NodeNSname

This is inline with XML Infoset specification: there is no property (namespace) 
for the document item.
If you need to know targetNamespace, you can retrieve the value of 
the "xsi:targetNamespace" attribute from the documentElement.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to