I have an xml file like:
<pre>
<book category="CHILDREN">
<details title="Harry Potter" author="J K. Rowling">
</book>
</pre>
How can I use substring on the string (in the xml file) and replace the author with xyzName?
Thanks in advance