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

base-uri($uri as node()?) xs:anyURI?
Returns the value of the base URI property for $uri. If $uri is the empty sequence, the empty sequence is returned.
$uriThe URI

Returns the base URI from $uri

base-uri() xs:anyURI?
Returns the value of the base URI property for the context item.

Returns the base URI from the context item
Return to list of all modules