blob: 3c9d135798f49fa65a56dbc7ac6b46bc4c304655 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
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()`](fr/EXSLT/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()`](fr/EXSLT/math/max).
### Définition
- [EXSLT - MATH:HIGHEST (en)](http://www.exslt.org/regexp/functions/highest/index.html)
### Support par Gecko
Supporté par Gecko 1.9 et ultérieur.
|