1 <!-- Test xpath conditions, i.e.:
2 /bookstore/book[price>35]/title
6 <?xml version="1.0" encoding="ISO-8859-1"?>
8 <book category="COOKING">
9 <title lang="en">Everyday Italian</title>
10 <author>Giada De Laurentiis</author>
14 <book category="CHILDREN">
15 <title lang="en">Harry Potter</title>
16 <author>J K. Rowling</author>
20 <book category="WEB1" more="uhu">
21 <title lang="en">XQuery Kick Start</title>
22 <author>James McGovern</author>
23 <author>Per Bothner</author>
24 <author>Kurt Cagle</author>
25 <author>James Linn</author>
26 <author>Vaidyanathan Nagarajan</author>
30 <book category="WEB2">
31 <title lang="en">Learning XML</title>
32 <author>Erik T. Ray</author>