fn:subsequence(item()* $sourceSeq, double $startingLoc) → item()*
Function signature
$sourceSeq |
item() * |
$startingLoc |
xs:double |
Result |
item() * |
Implemented, currently requires integer argument
Note: Non-integer values, negative values etc for the second argument may not work as defined in the XPath specification.
fn:subsequence(item()* $sourceSeq, double $startingLoc, double $length) → item*
Function signature
$sourceSeq |
item() * |
$startingLoc |
xs:double |
$length |
xs:double |
Result |
item() * |
Implemented, currently requires integer arguments
Note: Non-integer values, negative values etc for the second or third argument may not work as defined in the XPath specification.