diff options
Diffstat (limited to 'files/es/web/exslt/math/max/index.html')
-rw-r--r-- | files/es/web/exslt/math/max/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/exslt/math/max/index.html b/files/es/web/exslt/math/max/index.html index d87424480a..ab3bb0e334 100644 --- a/files/es/web/exslt/math/max/index.html +++ b/files/es/web/exslt/math/max/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/max --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:max()</code> devuelve el valor máximo de un conjunto de nodos (node-set).</p> <p>To compute the maximum value of the node-set, the node set is sorted into descending order as it would be using <code><a href="es/XSLT/sort">xsl:sort()</a></code> with a data type of <code>number</code>. The maximum value is then the first node in the sorted list, converted into a number.</p> |