A custom XPointer scheme that allows to include the content of a specific element without
building a DOM. The element must be specified using an absolute path reference such as
/html/body. Namespace prefixes within these element names are supported.
This xpointer scheme will always be succesful (thus any further xpointer parts will
never be executed).
The scheme name for this XPointer scheme is 'elementpath' and its namespace is
http://apache.org/cocoon/xpointer.
See the samples for a usage example.
|