TOC PREV NEXT INDEX

domref



namespaceURI


namespaceURI returns the XML namespace for the current document.

Syntax

NSURI = document.namespaceURI
 

Parameters

NSURI is a string containing the namespace.

Example

None.
 

Notes

The DOM does not handle or enforce namespace validation per se. It is up to the DOM application to do any validation necessary. Note too that the namespace prefix, once it is associated with a particular node, cannot be changed.

Specification

namespaceURI
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX