.. _functx_min-node: =============== functx:min-node =============== The XML node whose typed value is the minimum Description ~~~~~~~~~~~ The functx:min-node function returns the node(s) that contains the minimum value, based on typed value. Unlike the built-in fn:min function, it returns the node itself, not its atomic value. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - nodes:node() - the sequence of nodes to test Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - functx:min-node($in-xml//int) - 1 See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`min`. * :ref:`functx_max-node`.