The examples below use the XML file books.xml.
A function, loadXMLDoc(), in an external JavaScript is used to load the XML file.
Create an element node
This example uses createElement() to create a new element node, and appendChild() to add it to a node.
Create an attribute node using createAttribute
This example uses createAttribute() to create a new attribute node, and setAttributeNode() to insert it to an element.
Create an attribute node using setAttribute
This example uses setAttribute() to create a new attribute for an element.
Create a text node
This example uses createTextNode() to create a new text node, and appendChild() to add it to an element.
Create a CDATA section node
This example uses createCDATAsection() to create a CDATA section node, and appendChild() to add it to an element.
Create a comment node
This example uses createComment() to create a comment node, and appendChild() to add it to an element.
The createElement() method creates a new element node:
Example explained:
Loop through and add an element to all <book> elements:
Try
it yourself
The createAttribute() is used to create a new attribute node:
Example explained:
Loop through all <title> elements and add a new attribute node: Try it yourself
Note: If the attribute already exists, it is replaced by the new one.
Since the setAttribute() method creates a new attribute if the attribute does not exist, it can be used to create a new attribute.
Example explained:
Loop through all <title> elements and add a new attribute: Try it yourself
The createTextNode() method creates a new text node:
Example explained:
Add an element node, with a text node, to all <book> elements: Try it yourself
The createCDATASection() method creates a new CDATA section node.
Example explained:
Loop through, and add a CDATA section, to all <book> elements:
Try
it yourself
The createComment() method creates a new comment node.
Example explained:
Loop through, and add a comment node, to all <book> elements:
Try
it yourself
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|