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/highest/index.html | 2 +- files/es/web/exslt/math/lowest/index.html | 2 +- files/es/web/exslt/math/max/index.html | 2 +- files/es/web/exslt/math/min/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/es/web/exslt/math') diff --git a/files/es/web/exslt/math/highest/index.html b/files/es/web/exslt/math/highest/index.html index 0a41b67d23..bc7872f742 100644 --- a/files/es/web/exslt/math/highest/index.html +++ b/files/es/web/exslt/math/highest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/highest --- -

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

{{XsltRef}}
math:highest() devuelve el nodo con el valor más alto (donde el valor más alto se calcula usando math:max()) del conjunto de nodos (node-set) especificado.

Un nodo tiene este valor máximo si convierte su valor de cadena a un número igual al valor máximo.

diff --git a/files/es/web/exslt/math/lowest/index.html b/files/es/web/exslt/math/lowest/index.html index a8ba40c0dc..9301e01081 100644 --- a/files/es/web/exslt/math/lowest/index.html +++ b/files/es/web/exslt/math/lowest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/lowest --- -

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

{{XsltRef}}
math:lowest() devuelve el nodo del conjunto de nodos (node-set) especificado con el valor más bajo (donde el valor más bajo se calcula usando math:min()).

Un nodo tiene este valor mínimo si convirtiendo su valor de cadena a número iguala el valor mínimo.

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.

diff --git a/files/es/web/exslt/math/min/index.html b/files/es/web/exslt/math/min/index.html index 7ed975a28c..ee0d2ffccb 100644 --- a/files/es/web/exslt/math/min/index.html +++ b/files/es/web/exslt/math/min/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/min --- -

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

+

{{XsltRef}}


math:min() devuelve el valor mínimo de un conjunto de nodos (node-set).

-- cgit v1.2.3-54-g00ecf