Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
fn.tail( seq as Sequence ) as Sequence
Returns all but the first item in a sequence. For more details, see XPath 3.0 Functions and Operators.
Parameters | |
---|---|
seq | The function value. |
fn.tail(xdmp.arrayValues([1,2,3])) => (2, 3)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.