TOC PREV NEXT INDEX

Put your logo here!


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

core


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX