I have the following attributenode in an XML document:
<client-version>1.2.8</client-version>
How can I replace everything insidereplace the node's value, <client-version></client-version>1.2.8 to only change the value, with (1.2.8)1.2.9?
So it would beWanted output:
<client-version>1.2.9</client-version>