I've tried searching for the solution before asking it myself but I haven't found what I was looking for.
<bookstore>
<book category="cooking">
<title lang="en">Everyday Italian</title>
<author>Giada De Laurentiis</author>
<year>2005</year>
<price>30.00</price>
</book>
<book category="children">
<title lang="en">Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price>29.99</price>
</book>
In the example above, say I want to change the text vaule "Harry Potter" to something else, what is the simplest way to do it