A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

subsequence($source as item()*, $starting-at as xs:double) item()*
Returns a subsequence of the items in $source-sequence, items starting at the position, $starting-at, up to the end of the sequence are included.
$sourceThe source sequence
$starting-atThe starting position in the $source

Returns the subsequence

subsequence($source as item()*, $starting-at as xs:double, $length as xs:double) item()*
Returns a subsequence of the items in $source, starting at the position, $starting-at, including the number of items indicated by $length.
$sourceThe source sequence
$starting-atThe starting position in the $source
$lengthThe length of the subsequence

Returns the subsequence
Return to list of all modules