----BOOKSTORE-----
//bookstore
.
/bookstore/book/attribute::* (will give all the attributes in the book element)
/bookstore/book[price>35]
/bookstore/book[price>20]/title
/bookstore/book/price|//title
/bookstore/book/title/attribute::*
//bookstore/book[price>10 and price<40]
/bookstore/descendant::book
//bookstore/book[1]
--
nitika
Thursday, 8 December 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment