From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/exslt/math/highest/index.html | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/fr/web/exslt/math/highest/index.html (limited to 'files/fr/web/exslt/math/highest/index.html') diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html new file mode 100644 index 0000000000..58050e9e5f --- /dev/null +++ b/files/fr/web/exslt/math/highest/index.html @@ -0,0 +1,40 @@ +--- +title: highest +slug: Web/EXSLT/math/highest +tags: + - EXSLT + - XSLT +translation_of: Web/EXSLT/math/highest +--- +

{{ XsltRef() }} {{ Fx_minversion_header(3) }}
+ math:highest() retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec math:max()).

+ +

Un nœud a sa valeur maximale si sa valeur de chaîne convertie en nombre est égale à la valeur maximale.

+ +

{{ Note() }}

+ +

Syntaxe

+ +
math:highest(ensembleNœud)
+
+ +

Arguments

+ +
+
ensembleNœud
+
L'ensemble de nœuds pour lequel il faut retourner la plus grande valeur.
+
+ +

Retourne

+ +

Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction math:max().

+ +

Définition

+ + + +

Support par Gecko

+ +

Supporté par Gecko 1.9 et ultérieur.

-- cgit v1.2.3-54-g00ecf