diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/fr | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/fr')
28 files changed, 26 insertions, 28 deletions
diff --git a/files/fr/conflicting/web/api/web_storage_api/index.html b/files/fr/conflicting/web/api/web_storage_api/index.html index 916bd25334..25a58fdd7e 100644 --- a/files/fr/conflicting/web/api/web_storage_api/index.html +++ b/files/fr/conflicting/web/api/web_storage_api/index.html @@ -10,7 +10,7 @@ translation_of: Web/API/Web_Storage_API translation_of_original: Web/Guide/API/DOM/Storage original_slug: DOM/Storage --- -<p>{{ ApiRef() }} {{ Fx_minversion_header(2) }}</p> +<p>{{ ApiRef() }}</p> <div class="note"> <p>Cette traduction est complètement obsolète, veuillez consulter l'original anaglais)</p> </div> diff --git a/files/fr/mozilla/firefox/releases/3/dom_improvements/index.html b/files/fr/mozilla/firefox/releases/3/dom_improvements/index.html index de2b3e3c35..1d8103128b 100644 --- a/files/fr/mozilla/firefox/releases/3/dom_improvements/index.html +++ b/files/fr/mozilla/firefox/releases/3/dom_improvements/index.html @@ -7,7 +7,7 @@ tags: translation_of: Mozilla/Firefox/Releases/3/DOM_improvements original_slug: Améliorations_DOM_dans_Firefox_3 --- -<div>{{FirefoxSidebar}}</div><p>{{ Fx_minversion_header(3) }}</p> +<div>{{FirefoxSidebar}}</div> <p>Firefox 3 offre un certain nombre d'améliorations dans sa gestion du <a href="fr/DOM">modèle objet de document</a> (DOM), en particulier en ce qui concerne la gestion de ses extensions ajoutées par d'autres navigateurs. Cet article reprend une liste de ces améliorations ainsi que des liens vers une documentation plus détaillée.</p> diff --git a/files/fr/mozilla/firefox/releases/3/full_page_zoom/index.html b/files/fr/mozilla/firefox/releases/3/full_page_zoom/index.html index 80125da04f..9739c7bfcb 100644 --- a/files/fr/mozilla/firefox/releases/3/full_page_zoom/index.html +++ b/files/fr/mozilla/firefox/releases/3/full_page_zoom/index.html @@ -4,7 +4,7 @@ slug: Mozilla/Firefox/Releases/3/Full_page_zoom translation_of: Mozilla/Firefox/Releases/3/Full_page_zoom original_slug: Zoom_pleine_page --- -<div>{{FirefoxSidebar}}</div><p>{{ Fx_minversion_header(3) }} {{ Gecko_minversion_header(1.9) }}</p> +<div>{{FirefoxSidebar}}</div><p>{{ Gecko_minversion_header(1.9) }}</p> <p>Le zoom pleine page (ou fullZoom) est une nouvelle fonctionnalité qui sera probablement disponible dans <a href="fr/Firefox_3_pour_les_d%c3%a9veloppeurs">Firefox 3</a>. Elle peut être utilisée dans les compilations courantes du tronc depuis la version 1.9a7. Bien qu'il n'y ait actuellement aucune interface utilisateur visible, il est possible d'utiliser JavaScript et l'interface <a href="fr/XPCOM">XPCOM</a> <a class="external" href="http://www.xulplanet.com/references/xpcomref/ifaces/nsIMarkupDocumentViewer.html">nsIMarkupDocumentViewer</a>.</p> diff --git a/files/fr/mozilla/firefox/releases/3/svg_improvements/index.html b/files/fr/mozilla/firefox/releases/3/svg_improvements/index.html index 5a271bd280..08c002b3b7 100644 --- a/files/fr/mozilla/firefox/releases/3/svg_improvements/index.html +++ b/files/fr/mozilla/firefox/releases/3/svg_improvements/index.html @@ -7,7 +7,7 @@ tags: translation_of: Mozilla/Firefox/Releases/3/SVG_improvements original_slug: Améliorations_SVG_dans_Firefox_3 --- -<div>{{FirefoxSidebar}}</div><p>{{ Fx_minversion_header(3) }}</p> +<div>{{FirefoxSidebar}}</div> <p>Firefox 3 offre un support <a href="fr/SVG">SVG</a> amélioré par rapport aux versions précédentes de Firefox. Ces fonctionnalités sont documentés ailleurs, et cet article fournit une liste pratique permettant de déterminer lesquelles ont été ajoutées dans Firefox 3.</p> diff --git a/files/fr/mozilla/firefox/releases/3/updating_web_applications/index.html b/files/fr/mozilla/firefox/releases/3/updating_web_applications/index.html index 8449f8d86d..ae5486bf24 100644 --- a/files/fr/mozilla/firefox/releases/3/updating_web_applications/index.html +++ b/files/fr/mozilla/firefox/releases/3/updating_web_applications/index.html @@ -8,7 +8,7 @@ original_slug: Mise_à_jour_des_applications_Web_pour_Firefox_3 --- <div>{{FirefoxSidebar}}</div> -<p>{{ Fx_minversion_header(3) }} Un certain nombre de changements présents dans Firefox 3 pourraient affecter votre site ou application Web. Vous pourriez en outre tirer parti de plusieurs de ses nouvelles fonctionnalités. Cet article servira de point de départ au fur et à mesure de la mise à jour de votre contenu pour bénéficier au maximum des possibilités de Firefox 3.</p> +<p>Un certain nombre de changements présents dans Firefox 3 pourraient affecter votre site ou application Web. Vous pourriez en outre tirer parti de plusieurs de ses nouvelles fonctionnalités. Cet article servira de point de départ au fur et à mesure de la mise à jour de votre contenu pour bénéficier au maximum des possibilités de Firefox 3.</p> <h3 id="Changements_dans_le_DOM" name="Changements_dans_le_DOM">Changements dans le DOM</h3> diff --git a/files/fr/mozilla/firefox/releases/3/xul_improvements_in_firefox_3/index.html b/files/fr/mozilla/firefox/releases/3/xul_improvements_in_firefox_3/index.html index ed27c2d24e..da06af308c 100644 --- a/files/fr/mozilla/firefox/releases/3/xul_improvements_in_firefox_3/index.html +++ b/files/fr/mozilla/firefox/releases/3/xul_improvements_in_firefox_3/index.html @@ -7,7 +7,7 @@ tags: translation_of: Mozilla/Firefox/Releases/3/XUL_improvements_in_Firefox_3 original_slug: Améliorations_XUL_dans_Firefox_3 --- -<div>{{FirefoxSidebar}}</div><p>{{ Fx_minversion_header(3) }}</p> +<div>{{FirefoxSidebar}}</div> <p>Firefox 3 fournit un certain nombre de nouveaux éléments <a href="/fr/XUL" title="fr/XUL">XUL</a>, ainsi que des améliorations sur des éléments existants. Bien que ces éléments soient documentés ailleurs, cet article offre une liste pratique des améliorations ainsi que des liens vers la documentation détaillée.</p> diff --git a/files/fr/web/api/document/getelementsbyclassname/index.html b/files/fr/web/api/document/getelementsbyclassname/index.html index 021ce5c742..7296b18b88 100644 --- a/files/fr/web/api/document/getelementsbyclassname/index.html +++ b/files/fr/web/api/document/getelementsbyclassname/index.html @@ -8,7 +8,7 @@ tags: - Reference translation_of: Web/API/Document/getElementsByClassName --- -<p>{{ Fx_minversion_header(3) }} {{APIRef("DOM")}}</p> +<p>{{APIRef("DOM")}}</p> <p><span id="result_box" lang="fr"><span>Renvoie un objet de type tableau de tous les éléments enfants qui ont tous les noms de classe donnés.</span> <span>Lorsqu'il est appelé sur l'objet document, le document complet est recherché, y compris le nœud racine.</span> <span>Vous pouvez également appeler {{domxref ("Element.getElementsByClassName", "getElementsByClassName ()")}} sur n'importe quel élément;</span> <span>il retournera uniquement les éléments qui sont les descendants de l'élément racine spécifié avec les noms de classes donnés.</span></span></p> diff --git a/files/fr/web/api/element/clientleft/index.html b/files/fr/web/api/element/clientleft/index.html index ce24f4ea3c..0805f783d5 100644 --- a/files/fr/web/api/element/clientleft/index.html +++ b/files/fr/web/api/element/clientleft/index.html @@ -5,7 +5,7 @@ tags: - Référence_du_DOM_Gecko translation_of: Web/API/Element/clientLeft --- -<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3> <p>La largeur de la bordure gauche d'un élément en pixels. Celle-ci comprend la largeur de la barre de défilement verticale si la direction de l'élément est de droite à gauche et si un débordement provoque l'apparition d'une barre de défilement vertical sur la gauche. Les marges et le remplissage gauche (padding) ne font pas partie de <code>clientLeft</code>. Cette propriété est en lecture seule.</p> <p>Les applications basées sur <a href="fr/Gecko">Gecko</a> gèrent <code>clientLeft</code> à partir de Gecko 1.9 (<a href="fr/Firefox_3">Firefox 3</a>, implémentation dans le {{ Bug(111207) }}). Cette propriété n'est pas disponible dans Firefox 2 et les versions précédentes.</p> diff --git a/files/fr/web/api/navigator/registerprotocolhandler/index.html b/files/fr/web/api/navigator/registerprotocolhandler/index.html index 4280481600..14aafcd546 100644 --- a/files/fr/web/api/navigator/registerprotocolhandler/index.html +++ b/files/fr/web/api/navigator/registerprotocolhandler/index.html @@ -5,7 +5,7 @@ tags: - Firefox 3 translation_of: Web/API/Navigator/registerProtocolHandler --- -<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ ApiRef() }}</p> <h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3> diff --git a/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html index 8bacc37c9e..45c1406fb7 100644 --- a/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html +++ b/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html @@ -3,7 +3,7 @@ title: Gestionnaires de protocoles web slug: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers --- -<p>{{ Fx_minversion_header(3) }}</p> + <h3 id="Introduction" name="Introduction">Introduction</h3> diff --git a/files/fr/web/api/navigatoronline/online_and_offline_events/index.html b/files/fr/web/api/navigatoronline/online_and_offline_events/index.html index f62dbbf947..67c97d64ad 100644 --- a/files/fr/web/api/navigatoronline/online_and_offline_events/index.html +++ b/files/fr/web/api/navigatoronline/online_and_offline_events/index.html @@ -9,7 +9,7 @@ tags: translation_of: Web/API/NavigatorOnLine/Online_and_offline_events original_slug: Web/API/NavigatorOnLine/Évènements_online_et_offline --- -<p>{{ Fx_minversion_header(3) }} <a href="fr/Firefox_3_pour_les_d%c3%a9veloppeurs">Firefox 3</a> implémente <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">les évènements <code>online</code> et <code>offline</code></a> de la <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">spécification Web Applications 1.0 du WHATWG</a>.</p> +<p><a href="fr/Firefox_3_pour_les_d%c3%a9veloppeurs">Firefox 3</a> implémente <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">les évènements <code>online</code> et <code>offline</code></a> de la <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">spécification Web Applications 1.0 du WHATWG</a>.</p> <h3 id="Aper.C3.A7u" name="Aper.C3.A7u">Aperçu</h3> diff --git a/files/fr/web/api/window/dialogarguments/index.html b/files/fr/web/api/window/dialogarguments/index.html index e79536d5cf..84b9e83ca5 100644 --- a/files/fr/web/api/window/dialogarguments/index.html +++ b/files/fr/web/api/window/dialogarguments/index.html @@ -13,7 +13,7 @@ tags: - Window translation_of: Web/API/Window/dialogArguments --- -<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p> +<p>{{ deprecated_header() }}{{APIRef}}</p> <p><span class="seoSummary">La propriété <code>dialogArguments</code> renvoie les paramètres qui ont été transmis à la méthode {{domxref("window.showModalDialog()")}} method.</span> Cela vous permet de déterminer quels paramètres ont été spécifiés lors de la boîte de dialogue modale.</p> diff --git a/files/fr/web/api/window/showmodaldialog/index.html b/files/fr/web/api/window/showmodaldialog/index.html index 20cdd6248a..e3fba42ed2 100644 --- a/files/fr/web/api/window/showmodaldialog/index.html +++ b/files/fr/web/api/window/showmodaldialog/index.html @@ -5,7 +5,7 @@ tags: - Obsolete translation_of: Web/API/Window/showModalDialog --- -<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ ApiRef() }}</p> <h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3> diff --git a/files/fr/web/exslt/exsl/node-set/index.html b/files/fr/web/exslt/exsl/node-set/index.html index 212a88fc83..8d6851bf73 100644 --- a/files/fr/web/exslt/exsl/node-set/index.html +++ b/files/fr/web/exslt/exsl/node-set/index.html @@ -9,7 +9,6 @@ translation_of: Web/EXSLT/exsl/node-set --- <p> {{ XsltRef() }} -{{ Fx_minversion_header(3) }} </p><p><br> <code>exsl:node-set()</code> retourne un ensemble de nœuds d'un fragment d'arbre résultant, qui correspond à ce qu'on obtient en regardant <code><a href="fr/XSLT/variable">xsl:variable</a></code> plutôt que son attribut <code>select</code> pour récupérer la valeur d'une variable. Ceci permet de traiter le XML créé dans une variable pour de le traiter en plusieurs étapes. </p><p>Vous pouvez également utiliser <code>exsl:node-set()</code> pour transformer des chaînes en nœuds texte. diff --git a/files/fr/web/exslt/exsl/object-type/index.html b/files/fr/web/exslt/exsl/object-type/index.html index f4c3a6dfd1..a56c6b82e4 100644 --- a/files/fr/web/exslt/exsl/object-type/index.html +++ b/files/fr/web/exslt/exsl/object-type/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/exsl/object-type --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>exsl:object-type()</code> retourne une chaîne indiquant le type de l'objet spécifié.</p> diff --git a/files/fr/web/exslt/index.html b/files/fr/web/exslt/index.html index 36da4ac462..3073b27b72 100644 --- a/files/fr/web/exslt/index.html +++ b/files/fr/web/exslt/index.html @@ -9,7 +9,6 @@ translation_of: Web/EXSLT --- <p> {{ XsltRef() }} -{{ Fx_minversion_header(3) }} EXSLT est un ensemble d'extensions à <a href="fr/XSLT">XSLT</a>. Un certain nombre de modules existent ; ceux qui sont supportés par Firefox sont listés ci-dessous : </p> <dl><dt> <a href="#Common">Common</a> (<code>exsl</code>) diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html index 58050e9e5f..5601b1ee58 100644 --- a/files/fr/web/exslt/math/highest/index.html +++ b/files/fr/web/exslt/math/highest/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/highest --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br> +<p>{{ XsltRef() }}<br> <code>math:highest()</code> 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 <code><a href="fr/EXSLT/math/max">math:max()</a></code>).</p> <p>Un nœud a sa valeur maximale si sa valeur de chaîne convertie en nombre est égale à la valeur maximale.</p> diff --git a/files/fr/web/exslt/math/lowest/index.html b/files/fr/web/exslt/math/lowest/index.html index 0c3ca2727d..bd69a718bf 100644 --- a/files/fr/web/exslt/math/lowest/index.html +++ b/files/fr/web/exslt/math/lowest/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/lowest --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br> +<p>{{ XsltRef() }}<br> <code>math:lowest()</code> 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 <code><a href="fr/EXSLT/math/min">math:min()</a></code>).</p> <p>Un nœud a sa valeur minimale si sa valeur de chaîne convertie en nombre est égale à la valeur minimale.</p> diff --git a/files/fr/web/exslt/math/min/index.html b/files/fr/web/exslt/math/min/index.html index 28d2947748..3feb6cda34 100644 --- a/files/fr/web/exslt/math/min/index.html +++ b/files/fr/web/exslt/math/min/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/min --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>math:min()</code> renvoir la valeur minimale pour un ensemble de nœuds.</p> diff --git a/files/fr/web/exslt/set/difference/index.html b/files/fr/web/exslt/set/difference/index.html index ed02a244bb..04b7dbe711 100644 --- a/files/fr/web/exslt/set/difference/index.html +++ b/files/fr/web/exslt/set/difference/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/difference --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br> +<p>{{ XsltRef() }}<br> <code>set:difference()</code> retourne la différence entre deux ensembles de nœuds. En d'autres termes, elle retourne un ensemble de nœuds qui sont dans un des ensembles mais par dans l'autre.</p> <p>La version<em>modèle</em> de <code>set:difference</code> applique des modèles à ces nœuds dans le mode <code>set:difference</code>, en copiant les nœuds afin de retourner un un fragment d'arbre résultant comprenant ces nœuds.</p> diff --git a/files/fr/web/exslt/set/distinct/index.html b/files/fr/web/exslt/set/distinct/index.html index 0055f4c067..5ef0131d52 100644 --- a/files/fr/web/exslt/set/distinct/index.html +++ b/files/fr/web/exslt/set/distinct/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/distinct --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>set:distinct()</code> retourne un sous-ensemble des nœuds appartenant à l'ensemble de nœuds spécifié, en ne retournant que les nœuds possédant une valeur de chaîne unique.</p> diff --git a/files/fr/web/exslt/set/has-same-node/index.html b/files/fr/web/exslt/set/has-same-node/index.html index 168b3e9c9b..785e208746 100644 --- a/files/fr/web/exslt/set/has-same-node/index.html +++ b/files/fr/web/exslt/set/has-same-node/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/has-same-node --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>set:has-same-node()</code> détermine si deux ensembles de nœuds ont ou non des nœuds communs.</p> diff --git a/files/fr/web/exslt/set/intersection/index.html b/files/fr/web/exslt/set/intersection/index.html index 9381a35322..133fc503dc 100644 --- a/files/fr/web/exslt/set/intersection/index.html +++ b/files/fr/web/exslt/set/intersection/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/intersection --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>set:intersection()</code> retourne l'intersection de deux ensembles de nœuds. En d'autres termes, cette fonction retourne un ensemble de nœuds contenant tous les nœuds appartenant aux deux ensembles de nœuds.</p> diff --git a/files/fr/web/exslt/set/leading/index.html b/files/fr/web/exslt/set/leading/index.html index e9d44b89af..a4d5c2e422 100644 --- a/files/fr/web/exslt/set/leading/index.html +++ b/files/fr/web/exslt/set/leading/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/leading --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>set:leading()</code> retourne les nœuds d'un 1er ensemble de nœuds qui se trouvent avant le 1er nœud du 2nd ensemble de nœuds.</p> diff --git a/files/fr/web/exslt/set/trailing/index.html b/files/fr/web/exslt/set/trailing/index.html index 1bc6de6f39..5bfb71bb66 100644 --- a/files/fr/web/exslt/set/trailing/index.html +++ b/files/fr/web/exslt/set/trailing/index.html @@ -6,7 +6,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/trailing --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>set:trailing()</code> retourne les nœuds d'un 1er ensemble de nœuds qui se trouvent après le 1er nœud du 2nd ensemble de nœuds.</p> 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 --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>str:concat()</code> retourne une chaîne contenant toutes les valeurs de chaînes d'un ensemble de nœuds concaténées ensembles.</p> 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 --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>str:split()</code> 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.</p> 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 --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>str:tokenize()</code> 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.</p> |