fn:base-uri

fn:base-uri() → string?

Function signature

Result

xs:string ?

Returns the base URI of the static context

XPath 2.0 Specification


fn:base-uri(node $srcval) → string?

Function signature

$srcval

node()

Result

xs:string ?

Returns the base URI of a given node

XPath 2.0 Specification


Expand

Up  Next