Package: xpath

Function number-value

Lambda List

number-value (value)

Arguments

  • value -- value of an XPath-supported type or an XML node

Return Value

an XPath number

Details

Returns the value of XPath number() function.

For XML nodes returns the value of XPath number() function applied to the result of calling string-value for the specified value.
 

See also