to the main page... about these slides...

XPointer: Why, what, and how?

Example of an XPointer:
                                    URI
   ----------------------------------------------------------------------
  /                                                                      \
  http://www.foo.org/bar.xml#xpointer(article/section[position() <= 5])
                            |         \                                / |
                            |           ------------------------------   |
                             \                   XPointer expression    /
                              \                                        /
                               ----------------------------------------
                                          fragment identifier

(points to the first five section elements in the article root element.)

In HTML, fragment identifiers may denote anchor IDs -- XPointer generalizes that.