Let's try to learn some basic XPath syntax by looking at some examples. The XML Example Document We will use the following XML document in the examples below. "books.xml": <?xml version="1.0" encoding="ISO-8859-1"?> <bookstore> <book category="COOKING"> <title lang="en">Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price> </book> <book ca