fn:data

data() ➔ xs:anyAtomicType*

Returns the result of atomizing the context item.

There are no arguments

Result

xs:anyAtomicType*

data($arg as item()*) ➔ xs:anyAtomicType*

Returns the result of atomizing the supplied sequence.

Arguments

 

$arg

item()*

The value to be atomized

Result

xs:anyAtomicType*

Namespace

http://www.w3.org/2005/xpath-functions

Links to W3C specifications

XPath 3.1 Functions and Operators

Notes on the Saxon implementation

The zero-argument version of this function is available since Saxon 9.3, provided XPath 3.0 support is enabled.