From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/exslt/math/highest/index.html | 37 ++++++++++++++++++++++++++++ files/es/web/exslt/math/index.html | 6 +++++ files/es/web/exslt/math/lowest/index.html | 37 ++++++++++++++++++++++++++++ files/es/web/exslt/math/max/index.html | 37 ++++++++++++++++++++++++++++ files/es/web/exslt/math/min/index.html | 39 ++++++++++++++++++++++++++++++ 5 files changed, 156 insertions(+) create mode 100644 files/es/web/exslt/math/highest/index.html create mode 100644 files/es/web/exslt/math/index.html create mode 100644 files/es/web/exslt/math/lowest/index.html create mode 100644 files/es/web/exslt/math/max/index.html create mode 100644 files/es/web/exslt/math/min/index.html (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 new file mode 100644 index 0000000000..0a41b67d23 --- /dev/null +++ b/files/es/web/exslt/math/highest/index.html @@ -0,0 +1,37 @@ +--- +title: highest +slug: Web/EXSLT/math/highest +tags: + - EXSLT + - Todas_las_Categorías + - XSLT +translation_of: Web/EXSLT/math/highest +--- +

{{XsltRef}} {{ Fx_minversion_header(3) }}
+ 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.

+ +

Sintaxis

+ +
math:highest(conjuntoNodos)
+
+ +

Argumentos

+ +
+
conjuntoNodos
+
El conjunto de nodos cuyo valor más alto va a ser devuelto.
+
+ +

Devuelve

+ +

Un fragmento de árbol resultante que consiste en las copias de los nodos devueltos por math:max().

+ +

Definido en

+ +

EXSLT - MATH:HIGHEST

+ +

Implementación en Gecko

+ +

Implementado en Gecko 1.9 y posteriores.

diff --git a/files/es/web/exslt/math/index.html b/files/es/web/exslt/math/index.html new file mode 100644 index 0000000000..fe412ed7d8 --- /dev/null +++ b/files/es/web/exslt/math/index.html @@ -0,0 +1,6 @@ +--- +title: math +slug: Web/EXSLT/math +translation_of: Web/EXSLT/math +--- +

{{wiki.localize('System.API.page-generated-for-subpage')}}

diff --git a/files/es/web/exslt/math/lowest/index.html b/files/es/web/exslt/math/lowest/index.html new file mode 100644 index 0000000000..a8ba40c0dc --- /dev/null +++ b/files/es/web/exslt/math/lowest/index.html @@ -0,0 +1,37 @@ +--- +title: lowest +slug: Web/EXSLT/math/lowest +tags: + - EXSLT + - Todas_las_Categorías + - XSLT +translation_of: Web/EXSLT/math/lowest +--- +

{{XsltRef}} {{ Fx_minversion_header(3) }}
+ 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.

+ +

Sintaxis

+ +
math:lowest(conjuntoNodos)
+
+ +

Argumentos

+ +
+
conjuntoNodos
+
El conjunto de nodos cuyo valor más bajo va a ser devuelto.
+
+ +

Devuelve

+ +

Un fragmento de árbol resultante que consiste en la copia de los nodos devueltos por math:min().

+ +

Definido en

+ +

EXSLT - MATH:LOWEST

+ +

Implementación en Gecko

+ +

Implementado en Gecko 1.9 y posteriores.

diff --git a/files/es/web/exslt/math/max/index.html b/files/es/web/exslt/math/max/index.html new file mode 100644 index 0000000000..d87424480a --- /dev/null +++ b/files/es/web/exslt/math/max/index.html @@ -0,0 +1,37 @@ +--- +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.

+ +

Sintaxis

+ +
math:max(conjuntoNodos)
+
+ +

Argumentos

+ +
+
conjuntoNodos
+
El conjunto de nodos cuyo valor más alto va a ser devuelto.
+
+ +

Devuelve

+ +

Un fragmento de árbol resultante que representa como una cadena el valor numérico del nodo valorado como más alto.

+ +

Definido en

+ +

EXSLT - MATH:MAX

+ +

Implementación en Gecko

+ +

Implementado en Gecko 1.9 y posteriores.

diff --git a/files/es/web/exslt/math/min/index.html b/files/es/web/exslt/math/min/index.html new file mode 100644 index 0000000000..7ed975a28c --- /dev/null +++ b/files/es/web/exslt/math/min/index.html @@ -0,0 +1,39 @@ +--- +title: min +slug: Web/EXSLT/math/min +tags: + - EXSLT + - Todas_las_Categorías + - XSLT +translation_of: Web/EXSLT/math/min +--- +

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

+ +


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

+ +

Para calcular el valor mínimo de un conjunto de nodos, el conjunto de nodos se ordena en orden ascendente como se haría usando xsl:sort() con datos de tipo number (numéricos). Entonces el valor mínimo será el primer nodo de la lista ordenada, convertido en número.

+ +

Sintaxis

+ +
math:min(conjuntoNodos)
+
+ +

Argumentos

+ +
+
conjuntoNodos
+
El conjunto de nodos cuyo valor más bajo se va a devolver.
+
+ +

Devuelve

+ +

Un fragmento de árbol resultante que representa como una cadena el valor numérico del nodo valorado más bajo.

+ +

Definido en

+ +

EXSLT - MATH:MIN

+ +

Implementación en Gecko

+ +

Implementado en Gecko 1.9 y posteriores.

-- cgit v1.2.3-54-g00ecf