max-value-among-nodeset

This function returns the maximum value from a list of input numbers, the node set inputNumber. The node set inputNumber can be a collection of text nodes or elements containing text nodes. In the case of elements, the first text node's value is considered.

Signature:

oraext:max-value-among-nodeset(inputNumber as node-set)

Arguments:

  • inputNumber: The node set of input numbers.

Property IDs:

  • namespace-uri: http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc

  • namespace-prefix: oraext