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/exsl/node-set/index.html | 2 +- files/es/web/exslt/exsl/object-type/index.html | 2 +- files/es/web/exslt/index.html | 2 +- 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 +- files/es/web/exslt/regexp/match/index.html | 2 +- files/es/web/exslt/regexp/replace/index.html | 2 +- files/es/web/exslt/regexp/test/index.html | 2 +- files/es/web/exslt/set/difference/index.html | 2 +- files/es/web/exslt/set/distinct/index.html | 2 +- files/es/web/exslt/set/has-same-node/index.html | 2 +- files/es/web/exslt/set/intersection/index.html | 2 +- files/es/web/exslt/set/leading/index.html | 2 +- files/es/web/exslt/set/trailing/index.html | 2 +- files/es/web/exslt/str/concat/index.html | 2 +- files/es/web/exslt/str/split/index.html | 2 +- files/es/web/exslt/str/tokenize/index.html | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'files/es/web/exslt') diff --git a/files/es/web/exslt/exsl/node-set/index.html b/files/es/web/exslt/exsl/node-set/index.html index 8d3a7c7888..62146fc94f 100644 --- a/files/es/web/exslt/exsl/node-set/index.html +++ b/files/es/web/exslt/exsl/node-set/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/exsl/node-set --- -

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

+

{{XsltRef}}


exsl:node-set() devuelve un conjunto de nodos (node-set) de un fragmento de árbol resultante, que es lo que obtienes cuando miras en xsl:variable en vez de su atributo select para seleccionar el valor de la variable. Esto te permite procesar XML creado dentro de una variable en vez de procesarlo en múltiples pasos.

diff --git a/files/es/web/exslt/exsl/object-type/index.html b/files/es/web/exslt/exsl/object-type/index.html index cee6212510..61995dd1d2 100644 --- a/files/es/web/exslt/exsl/object-type/index.html +++ b/files/es/web/exslt/exsl/object-type/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/exsl/object-type --- -

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

+

{{ XsltRef() }}


exsl:object-type() devuelve una cadena que indica el tipo del objeto especificado.

diff --git a/files/es/web/exslt/index.html b/files/es/web/exslt/index.html index 5f674a5f84..54576d16bf 100644 --- a/files/es/web/exslt/index.html +++ b/files/es/web/exslt/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT --- -

{{XsltRef}}{{ Fx_minversion_header(3) }} EXSLT es un conjunto de extensiones de XSLT. Existen varios módulos; aquellos que están implementados por Firefox se listan a continuación:

+

{{XsltRef}}EXSLT es un conjunto de extensiones de XSLT. Existen varios módulos; aquellos que están implementados por Firefox se listan a continuación:

Common (exsl)
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).

diff --git a/files/es/web/exslt/regexp/match/index.html b/files/es/web/exslt/regexp/match/index.html index 2b735f17d8..f7b028e954 100644 --- a/files/es/web/exslt/regexp/match/index.html +++ b/files/es/web/exslt/regexp/match/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/match --- -

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

+

{{XsltRef}}


regexp:match() realiza la búsqueda de coincidencias de una expresión regular en una cadena, devolviendo las subcoincidencias halladas como resultado.

diff --git a/files/es/web/exslt/regexp/replace/index.html b/files/es/web/exslt/regexp/replace/index.html index a0528d8348..446370f683 100644 --- a/files/es/web/exslt/regexp/replace/index.html +++ b/files/es/web/exslt/regexp/replace/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/replace --- -

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

+

{{XsltRef}}


regexp:replace() reemplaza porciones de una cadena que coincide con la expresión regular dada por el contenido de otra cadena.

diff --git a/files/es/web/exslt/regexp/test/index.html b/files/es/web/exslt/regexp/test/index.html index 1d8f059f07..0013b8a887 100644 --- a/files/es/web/exslt/regexp/test/index.html +++ b/files/es/web/exslt/regexp/test/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/test --- -

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

+

{{XsltRef}}


regexp:test() comprueba si una cadena coincide con una expresión regular especificada.

diff --git a/files/es/web/exslt/set/difference/index.html b/files/es/web/exslt/set/difference/index.html index 43d7589ed8..ce27b0e456 100644 --- a/files/es/web/exslt/set/difference/index.html +++ b/files/es/web/exslt/set/difference/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/difference --- -

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

+

{{XsltRef}}


set:difference() devuelve la diferencia entre dos conjuntos de nodos. En otras palabras, devuelve un cojunto de nodos cuyos nodos están en uno de los conjuntos pero no en el otro.

diff --git a/files/es/web/exslt/set/distinct/index.html b/files/es/web/exslt/set/distinct/index.html index 1d01f8f163..9312a61943 100644 --- a/files/es/web/exslt/set/distinct/index.html +++ b/files/es/web/exslt/set/distinct/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/distinct --- -

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

+

{{XsltRef}}


set:distinct() devuelve un subconjunto de los nodos del conjunto de nods especificado, devolviendo sólo los nodos con valores de texto únicos.

diff --git a/files/es/web/exslt/set/has-same-node/index.html b/files/es/web/exslt/set/has-same-node/index.html index 4a11da5481..c040f1bfc9 100644 --- a/files/es/web/exslt/set/has-same-node/index.html +++ b/files/es/web/exslt/set/has-same-node/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/has-same-node --- -

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

+

{{XsltRef}}


set:has-same-node() determina si dos conjuntos de nodos tienen algún nodo en común.

diff --git a/files/es/web/exslt/set/intersection/index.html b/files/es/web/exslt/set/intersection/index.html index 89593357d6..9c2faacb0c 100644 --- a/files/es/web/exslt/set/intersection/index.html +++ b/files/es/web/exslt/set/intersection/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/intersection --- -

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

+

{{XsltRef}}


set:intersection() devuelve la intersección de dos conjuntos de nodos. En otras palabras, devuelve un conjunto de nodos que contiene todos los nodos de ambos conjuntos de nodos.

diff --git a/files/es/web/exslt/set/leading/index.html b/files/es/web/exslt/set/leading/index.html index 2101f32243..90a634c97c 100644 --- a/files/es/web/exslt/set/leading/index.html +++ b/files/es/web/exslt/set/leading/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/leading --- -

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

+

{{XsltRef}}


set:leading() devuelve los nodos de un conjunto de nodos que viene antes del primer nodo del otro conjunto de nodos.

diff --git a/files/es/web/exslt/set/trailing/index.html b/files/es/web/exslt/set/trailing/index.html index 709236480f..58f17e65ea 100644 --- a/files/es/web/exslt/set/trailing/index.html +++ b/files/es/web/exslt/set/trailing/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/trailing --- -

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

+

{{XsltRef}}


set:trailing() devuelve los nodos de un conjunto de nodos que vienen después del primer nodo de otro conjunto de nodos.

diff --git a/files/es/web/exslt/str/concat/index.html b/files/es/web/exslt/str/concat/index.html index 5db07eb8d9..8b3324ddca 100644 --- a/files/es/web/exslt/str/concat/index.html +++ b/files/es/web/exslt/str/concat/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/concat --- -

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

+

{{XsltRef}}


str:concat() devuelve una cadena que contiene todos los valores cadena de un conjunto de nodos (node-set) concatenados juntos.

diff --git a/files/es/web/exslt/str/split/index.html b/files/es/web/exslt/str/split/index.html index 7d7c16213a..b1e610da12 100644 --- a/files/es/web/exslt/str/split/index.html +++ b/files/es/web/exslt/str/split/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/split --- -

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

+

{{XsltRef}}


str:split() divide una cadena usando una cadena patrón que determina donde deberían ocurrir las divisiones y devuelve un conjunto de nodos que contiene las cadenas resultantes.

diff --git a/files/es/web/exslt/str/tokenize/index.html b/files/es/web/exslt/str/tokenize/index.html index 78004c0462..1191cbb15b 100644 --- a/files/es/web/exslt/str/tokenize/index.html +++ b/files/es/web/exslt/str/tokenize/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/tokenize --- -

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

+

{{XsltRef}}


str:tokenize() divide una cadena usando un conjunto de caracteres como delimitadores que determinan donde deberían ocurrir las divisiones, devolviendo un conjunto de nodos que contiene las cadenas resultantes.

-- cgit v1.2.3-54-g00ecf