--- title: max slug: Web/EXSLT/math/max tags: - EXSLT - Todas_las_Categorías - XSLT translation_of: Web/EXSLT/math/max ---
{{XsltRef}}{{ Fx_minversion_header(3) }}
math:max()
devuelve el valor máximo de un conjunto de nodos (node-set).
To compute the maximum value of the node-set, the node set is sorted into descending order as it would be using xsl:sort()
with a data type of number
. The maximum value is then the first node in the sorted list, converted into a number.
math:max(conjuntoNodos)
conjuntoNodos
Un fragmento de árbol resultante que representa como una cadena el valor numérico del nodo valorado como más alto.
Implementado en Gecko 1.9 y posteriores.