Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /bookstore/book[1]
  2. /bookstore/book[last()]
  3. /bookstore/book[last()-1]
  4. /bookstore/book[position()<3]
  5.  
  6. /bookstore/book[position()>=3 and position()<=10]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement