Exemples XPointer
- #Introduction
- #xpointer(id("Introduction"))
- #xpointer(/chapitre[2]/p[3])
- #xpointer(//chapitre[titre="Introduction"]/
descendant::p[position()=last()])
- #xpointer(id("sec2.1")//p[2]/range-to(id("sec2.2")//p[last()]))
- #xpointer(string-range(//title,"Thomas Pynchon"))