Saxonica.com

fn:name

fn:name() → string

Function signature

Result

xs:string

Returns the name of the context node, as a string in the lexical form of a QName

XPath 2.0 Specification

fn:name(node()? $srcval) → string

Function signature

$srcval

node() ?

Result

xs:string

Returns the name of a given node, as a string in the lexical form of a QName

XPath 2.0 Specification

Next