This tutorial is obsolete. Please, use the
new one.
Description
What does it mean - escaping? If there are some forbidden
characters in your expression, you must deal with them somehow.
XML escaping
When XPointer appears in XML document, special characters must
be escaped according to directions in XML.
So if you want to use characters < or & in XPointer expression,
you have to escape them using < and &.
XPointer requires balanced parantheses.
Any unbalanced parenthesis must be escaped using circumflex (^).
If you want, for example, to match left paranthesis,
you must escape it using '^('.