From 62f11f2bfa1aac3f0da97eb911c98c40552cde72 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 08:10:45 +0100 Subject: move *.html to *.md --- files/fr/web/exslt/math/highest/index.html | 40 ------------------------------ files/fr/web/exslt/math/highest/index.md | 40 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 files/fr/web/exslt/math/highest/index.html create mode 100644 files/fr/web/exslt/math/highest/index.md (limited to 'files/fr/web/exslt/math/highest') diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html deleted file mode 100644 index 4bcd143163..0000000000 --- a/files/fr/web/exslt/math/highest/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: highest -slug: Web/EXSLT/math/highest -tags: - - EXSLT - - XSLT -translation_of: Web/EXSLT/math/highest ---- -

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

diff --git a/files/fr/web/exslt/math/highest/index.md b/files/fr/web/exslt/math/highest/index.md new file mode 100644 index 0000000000..4bcd143163 --- /dev/null +++ b/files/fr/web/exslt/math/highest/index.md @@ -0,0 +1,40 @@ +--- +title: highest +slug: Web/EXSLT/math/highest +tags: + - EXSLT + - XSLT +translation_of: Web/EXSLT/math/highest +--- +

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