Package: xpath

Function string-value

Lambda List

string-value (value)

Arguments

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

Return Value

an XPath string

Details

Returns the value of XPath number() function.

For XML nodes returns the value of xpath-protocol:node-text applied to the specified value.
 

See also