aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/exslt/math/highest/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/exslt/math/highest/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/web/exslt/math/highest/index.html')
-rw-r--r--files/es/web/exslt/math/highest/index.html37
1 files changed, 37 insertions, 0 deletions
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
+---
+<p>{{XsltRef}} {{ Fx_minversion_header(3) }}<br>
+ <code>math:highest()</code> devuelve el nodo con el valor más alto (donde el valor más alto se calcula usando <code><a href="es/EXSLT/math/max">math:max()</a></code>) del conjunto de nodos (node-set) especificado.</p>
+
+<p>Un nodo tiene este valor máximo si convierte su valor de cadena a un número igual al valor máximo.</p>
+
+<h2 id="Sintaxis" name="Sintaxis">Sintaxis</h2>
+
+<pre class="eval">math:highest(<em>conjuntoNodos</em>)
+</pre>
+
+<h3 id="Argumentos" name="Argumentos">Argumentos</h3>
+
+<dl>
+ <dt><code><em>conjuntoNodos</em></code></dt>
+ <dd>El conjunto de nodos cuyo valor más alto va a ser devuelto.</dd>
+</dl>
+
+<h3 id="Devuelve" name="Devuelve">Devuelve</h3>
+
+<p>Un fragmento de árbol resultante que consiste en las copias de los nodos devueltos por <code><a href="es/EXSLT/math/max">math:max()</a></code>.</p>
+
+<h2 id="Definido_en" name="Definido_en">Definido en</h2>
+
+<p><a class="external" href="http://www.exslt.org/math/functions/highest/index.html">EXSLT - MATH:HIGHEST</a></p>
+
+<h2 id="Implementaci.C3.B3n_en_Gecko" name="Implementaci.C3.B3n_en_Gecko">Implementación en Gecko</h2>
+
+<p>Implementado en Gecko 1.9 y posteriores.</p>