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

item-at($source as item()*, $index as xs:integer) item()?
Returns the item in $source that is located at the position specified by $index.
$sourceThe source sequence
$indexThe index of the item in the source sequence to return

Returns the item

Deprecated: This function is eXist-specific and deprecated. It should not be in the standard functions namespace. Use e.g. $x[1] instead. This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
Return to list of all modules