saxonica.com

fn:string

fn:string() → string

Function signature

Result

xs:string

Returns the string value of the context node

XPath 2.0 Specification

fn:string(item()? $srcval) → string

Function signature

$srcval

item() ?

Result

xs:string

Returns the string value of the argument. Saxon implements the argument as type item()* rather than item()?

XPath 2.0 Specification

Next