From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- files/fr/web/exslt/str/concat/index.html | 2 +- files/fr/web/exslt/str/split/index.html | 2 +- files/fr/web/exslt/str/tokenize/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/fr/web/exslt/str') diff --git a/files/fr/web/exslt/str/concat/index.html b/files/fr/web/exslt/str/concat/index.html index b1d6c17db0..117e9244f0 100644 --- a/files/fr/web/exslt/str/concat/index.html +++ b/files/fr/web/exslt/str/concat/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/concat --- -

{{ XsltRef() }} {{ Fx_minversion_header(3) }}

+

{{ XsltRef() }}


str:concat() retourne une chaîne contenant toutes les valeurs de chaînes d'un ensemble de nœuds concaténées ensembles.

diff --git a/files/fr/web/exslt/str/split/index.html b/files/fr/web/exslt/str/split/index.html index 4b2eefb0de..d568088bb3 100644 --- a/files/fr/web/exslt/str/split/index.html +++ b/files/fr/web/exslt/str/split/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/split --- -

{{ XsltRef() }} {{ Fx_minversion_header(3) }}

+

{{ XsltRef() }}


str:split() divise une chaîne en utilisation un motif pour déterminer où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.

diff --git a/files/fr/web/exslt/str/tokenize/index.html b/files/fr/web/exslt/str/tokenize/index.html index 9a36fd00bb..ffa54bdfdd 100644 --- a/files/fr/web/exslt/str/tokenize/index.html +++ b/files/fr/web/exslt/str/tokenize/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/tokenize --- -

{{ XsltRef() }} {{ Fx_minversion_header(3) }}

+

{{ XsltRef() }}


str:tokenize() divise une chaîne en utilisant un ensemble de caractère comme délimiteur qui détermine l'endroit où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.

-- cgit v1.2.3-54-g00ecf