The replaceChild() method replaces a specified node.
The nodeValue property replaces text in a text node.
The examples below use the XML file books.xml.
A function, loadXMLDoc(), in an external JavaScript is used to load the XML file.
Replace an element node
This example uses replaceChild() to replace the first <book> node.
Replace data in a text node
This example uses the nodeValue property to replace data in a text node.
The replaceChild() method is used to replace a node.
The following code fragment replaces the first <book> element:
Example explained:
The replaceData() method is used to replace data in a text node.
The replaceData() method has three parameters:
Example explained:
It is easier to replace the data in a text node using the nodeValue property.
The following code fragment will replace the text node value in the first <title> element with "Easy Italian":
Example explained:
You can read more about changing node values in the Change Node chapter.
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.