Hi all,
I am looking for the correct Xpath expression to add several new elements into a given sequence of elements.
For example, If my sequence is the following list of books
http://www.w3schools.com/Xpath/books.xml
With which operator / function could I add to this list of books an additional book ?
<book category="WEB">
<title lang="en">IBM</title>
<author>Erik T.</author>
<year>2005</year>
<price>39.95</price>
</book>
Please let me know,
Regards,
Nico
PS: is there any online web tool where I could test such a query ?