functx:max-node
The XML node whose typed value is the maximum
Description
The functx:max-node function returns the node(s) that contains the maximum value, based on typed value. Unlike the built-in fn:max function, it returns the node itself, not its atomic value.
Parameters |
Description |
---|---|
nodes:node() |
the sequence of nodes to test |
Examples
XPath |
Results |
---|---|
functx:max-node($in-xml//int) |
<int>115</int> |