Document Object
The createElementNS() method creates an element node with a namespace.
This method returns an Element object.
| Parameter | Description |
|---|---|
| ns | A string that specifies the namespace name for the element node |
| name | A string that specifies the name for the element node |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and adds an element node with a namespace to each <book> element:
Document Object
Your message has been sent to W3Schools.