From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- files/es/web/exslt/math/max/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/es/web/exslt/math/max/index.html') 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 --- -

{{XsltRef}}{{ Fx_minversion_header(3) }}
+

{{XsltRef}}
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.

-- cgit v1.2.3-54-g00ecf