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 --- files/fr/web/xpath/functions/concat/index.html | 29 -------------------------- files/fr/web/xpath/functions/concat/index.md | 29 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 files/fr/web/xpath/functions/concat/index.html create mode 100644 files/fr/web/xpath/functions/concat/index.md (limited to 'files/fr/web/xpath/functions/concat') diff --git a/files/fr/web/xpath/functions/concat/index.html b/files/fr/web/xpath/functions/concat/index.html deleted file mode 100644 index 7ee8eeae00..0000000000 --- a/files/fr/web/xpath/functions/concat/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: concat -slug: Web/XPath/Functions/concat -tags: - - Référence_XSLT -translation_of: Web/XPath/Functions/concat -original_slug: Web/XPath/Fonctions/concat ---- -

-{{ XsltRef() }} -


-La fonction concat concatène deux ou plusieurs chaînes et retourne la chaîne résultante. -

-

Syntaxe

-
concat( chaîne1 , chaîne2 [, chaînen]* )
-
-

Arguments

-
chaînen -
Cette fonction accepte deux arguments ou plus. Chacun est une chaîne. -
-

Retour

-

Une chaîne unique, résultat de la concaténation des chaînes passées en arguments à la fonction. -

-

Définition

-

XPath 1.0, section 4.2. -

-

Support Gecko

-

Supportée. -

\ No newline at end of file diff --git a/files/fr/web/xpath/functions/concat/index.md b/files/fr/web/xpath/functions/concat/index.md new file mode 100644 index 0000000000..7ee8eeae00 --- /dev/null +++ b/files/fr/web/xpath/functions/concat/index.md @@ -0,0 +1,29 @@ +--- +title: concat +slug: Web/XPath/Functions/concat +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/concat +original_slug: Web/XPath/Fonctions/concat +--- +

+{{ XsltRef() }} +


+La fonction concat concatène deux ou plusieurs chaînes et retourne la chaîne résultante. +

+

Syntaxe

+
concat( chaîne1 , chaîne2 [, chaînen]* )
+
+

Arguments

+
chaînen +
Cette fonction accepte deux arguments ou plus. Chacun est une chaîne. +
+

Retour

+

Une chaîne unique, résultat de la concaténation des chaînes passées en arguments à la fonction. +

+

Définition

+

XPath 1.0, section 4.2. +

+

Support Gecko

+

Supportée. +

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