Hi all,
I have the following xml file (books1.xml):
<bookstore> <book> <BookID>1</BookID> <title>Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price> </book> <book> <BookID>2<BookID> <title>Harry Potter</title> <author>J K. Rowling</author> <year>2005</year> <price>29.99</price> </book> <book> <BookID>3<BookID> <title>XQuery Kick Start</title> <author>James McGovern</author> <year>2003</year> <price>49.99</price> </book> <book> <BookID>4<BookID> <title>Learning XML</title> <author>Erik T. Ray</author> <year>2003</year> <price ...

Go to the complete details ...