XPointer syntax
A series of location terms
Each term is in the form termname(parms)
Terms are separated by a dot (cf. Java)
id(foo).child(3,SEC).child(4,LIST)
Each term builds up a location source for the next
“Absolute” terms get you started
“Relative” terms let you move stepwise from there
Other terms let you point at strings, attributes, etc.