This gets a node sequence if the pointer type is sequnce.
xptr:get-sequence(uri as xs:string, pointer as xs:string) as node()*
Evaluates the TEI XPointer on a given URI and returns a sequence of nodes referenced by the pointer.
Arguments:
-
uriis the URL of the target document. It will be fetched and parsed. -
pointeris the pointer as a string.
Implementing class: