Hi,
I am looking to modify few XML values based on xpath and print the modified XML. Is there an easy way or existing module to do this?
e.g.
<XML>
<TestElement>Hello</TestElement>
</XML>
to be convereted to
<XML>
<TestElement>Bye</TestElement>
</XML>