From 651ec72d5f391987b970601ab532a2d303b44916 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:00:03 +0100 Subject: move *.html to *.md --- .../web/xpath/functions/normalize-space/index.html | 36 ---------------------- .../web/xpath/functions/normalize-space/index.md | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 files/fr/web/xpath/functions/normalize-space/index.html create mode 100644 files/fr/web/xpath/functions/normalize-space/index.md (limited to 'files/fr/web/xpath/functions/normalize-space') diff --git a/files/fr/web/xpath/functions/normalize-space/index.html b/files/fr/web/xpath/functions/normalize-space/index.html deleted file mode 100644 index 36023b5a12..0000000000 --- a/files/fr/web/xpath/functions/normalize-space/index.html +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: normalize-space -slug: Web/XPath/Functions/normalize-space -tags: - - Référence_XSLT -translation_of: Web/XPath/Functions/normalize-space -original_slug: Web/XPath/Fonctions/normalize-space ---- -

{{ XsltRef() }}

- -


- La fonction normalize-space supprime les espaces de début et de fin d'une chaîne et remplace les successions d’espaces par une seule puis retourne la chaîne résultante.

- -

Syntaxe

- -
normalize-space(chaîne )
-
- -

Arguments

- -
-
chaîne
-
La chaîne à normaliser.
-
- -

Retour

- -

La chaîne nomalisée.

- -

Définition

- -

XPath 1.0, section 4.2.

- -

Support Gecko

- -

Supportée.

diff --git a/files/fr/web/xpath/functions/normalize-space/index.md b/files/fr/web/xpath/functions/normalize-space/index.md new file mode 100644 index 0000000000..36023b5a12 --- /dev/null +++ b/files/fr/web/xpath/functions/normalize-space/index.md @@ -0,0 +1,36 @@ +--- +title: normalize-space +slug: Web/XPath/Functions/normalize-space +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/normalize-space +original_slug: Web/XPath/Fonctions/normalize-space +--- +

{{ XsltRef() }}

+ +


+ La fonction normalize-space supprime les espaces de début et de fin d'une chaîne et remplace les successions d’espaces par une seule puis retourne la chaîne résultante.

+ +

Syntaxe

+ +
normalize-space(chaîne )
+
+ +

Arguments

+ +
+
chaîne
+
La chaîne à normaliser.
+
+ +

Retour

+ +

La chaîne nomalisée.

+ +

Définition

+ +

XPath 1.0, section 4.2.

+ +

Support Gecko

+ +

Supportée.

-- cgit v1.2.3-54-g00ecf