Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ns|* all elements in namespace ns
  2.  
  3. *|* all elements
  4.  
  5. |* all elements without a namespace
  6.  
  7. * if no default namespace has been specified, this is equivalent to *|*. Otherwise it is equivalent to ns|* where ns is the default namespace.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement