XPointer


Describes the part of the document you link to. For example:

  href="http://abc.com/ba.xml#xpointer(id(bradford).child(3,li))" 
  1. Up to # defines XML document with a URI
  2. Take the element whose id is "bradford"
  3. Take the third li element among the children