| 
 | 
XPointers as an Example | 
  - 
    Defines links for XML
  
 - 
    HTML: <A HREF="http://foo.com/abc.html#def"> refers to <A
    NAME="def"> in document abc.html
  
 - 
    XPointers: Refer to arbitrary parts of documents
    
      - 
	Based on document structure (=> String Identity Matching for
	element names)
      
 - 
	Based on actual text (=> String Identity Matching)
      
 - 
	Based on offsets (=> String Indexing)