From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/format-number/index.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'files/fr/web/xpath/functions/format-number/index.html') diff --git a/files/fr/web/xpath/functions/format-number/index.html b/files/fr/web/xpath/functions/format-number/index.html index 15b02fb051..3ea1be6d11 100644 --- a/files/fr/web/xpath/functions/format-number/index.html +++ b/files/fr/web/xpath/functions/format-number/index.html @@ -11,29 +11,28 @@ original_slug: Web/XPath/Fonctions/format-number


La fonction format-number évalue un nombre et retourne une chaîne représentant le nombre dans un format donné.

-

Syntaxe

+

Syntaxe

format-number( nombre , motif [, format-décimal] )
 
-

Arguments

+

Arguments

nombre
Le nombre à formater.
motif -
Une chaîne au format de la classe Decimal Format (en) du JDK 1.1. La notice du JDK 1.1 n'est plus disponible. Vous trouverez ici la notice pour le JSE 6: Decimal Format (en) +
Une chaîne au format de la classe Decimal Format (en) du JDK 1.1. La notice du JDK 1.1 n'est plus disponible. Vous trouverez ici la notice pour le JSE 6: Decimal Format (en)
format-décimal (optionnel)
Le nom d'un élément xsl:decimal-format qui définit le format de nombre à utiliser. Si il est omis, le format décimal par défaut est utilisé.
-

Retour

+

Retour

Une chaîne représentant le nombre dans le nouveau format.

-

Notes

+

Notes

Cette fonction est un ajout à XPath spécifique à XSLT. Elle ne fait pas partie de la bibliothèque de fonctions XPath principale.

-

Définition

-

XSLT 1.0, section 12.3. +

Définition

+

XSLT 1.0, section 12.3.

-

Support Gecko

+

Support Gecko

Supportée. -

Interwiki Languages Links -

{{ languages( { "en": "en/XPath/Functions/format-number", "pl": "pl/XPath/Funkcje/format-number" } ) }} +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf