Dom Nodes Set
# XML DOM Change Node Values
* * *
The nodeValue property is used to change node values.
The setAttribute() method is used to change attribute values.
* * *
![Image 2: Example](
## Try It - Example
The following example uses the XML file [books.xml](
YouTip