Saxonica.com

fn:local-name

fn:local-name() → string

Function signature

Result

xs:string

Returns the local part of the name of the context node

XPath 2.0 Specification

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

Function signature

$srcval

node() ?

Result

xs:string

Returns the local part of the name of a given node

XPath 2.0 Specification

Next