Hi
I want to know if there is a method where given an xpath expression, i need to append a text to that node.
For eg:
<Books>
<Book>
<Name/>
</Book>
</Books>
If i give ("/Books/Book/Name", "XML Bible") - first argument xpath, second argument the text to be put in that node.
Is there any method which will do the way i want it as above.
Thanks
Arun
I want to know if there is a method where given an xpath expression, i need to append a text to that node.
For eg:
<Books>
<Book>
<Name/>
</Book>
</Books>
If i give ("/Books/Book/Name", "XML Bible") - first argument xpath, second argument the text to be put in that node.
Is there any method which will do the way i want it as above.
Thanks
Arun
Comment