aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/apply-templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xslt/element/apply-templates/index.html')
-rw-r--r--files/fr/web/xslt/element/apply-templates/index.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/apply-templates/index.html b/files/fr/web/xslt/element/apply-templates/index.html
index 9481e7f205..f936f5ba41 100644
--- a/files/fr/web/xslt/element/apply-templates/index.html
+++ b/files/fr/web/xslt/element/apply-templates/index.html
@@ -11,28 +11,27 @@ original_slug: Web/XSLT/apply-templates
</p><p><br>
L'élément <code>&lt;xsl:apply-templates&gt;</code> sélectionne un ensemble de nœuds dans l'arbre d'entrée et demande au processeur de leur appliquer les modèles appropriés.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe"> Syntaxe </h3>
<pre>&lt;xsl:apply-templates select=EXPRESSION mode=NOM&gt;
&lt;xsl:with-param&gt; [optionnel]
&lt;xsl:sort&gt; [optionnel]
&lt;/xsl:apply-templates&gt;</pre>
-<h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3>
+<h3 id="Attributs_obligatoires"> Attributs obligatoires </h3>
<p>Aucun.
</p>
-<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels </h3>
+<h3 id="Attributs_optionnels"> Attributs optionnels </h3>
<dl><dt><code>select</code>
</dt><dd>Utilise une expression XPath qui spécifie les nœuds qui doivent être traités. Une astérisque (<code>*</code>) sélectionne l'ensemble des nœuds. Si cet attribut n'est pas défini, tous les nœuds enfants du nœud courant sont sélectionnés.
</dd></dl>
<dl><dt><code>mode</code>
</dt><dd>S'il existe plusieurs traitements définis pour un même nœud, permet de les différencier.
</dd></dl>
-<h3 id="Type" name="Type"> Type </h3>
+<h3 id="Type"> Type </h3>
<p>Instruction, apparaît dans un modèle.
</p>
-<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
-<p><a href="http://www.w3.org/TR/xslt#section-Applying-Template-Rules" class="external">XSLT 1.0, section 5.4</a>.
+<h3 id="D.C3.A9finition"> Définition </h3>
+<p><a href="http://www.w3.org/TR/xslt#section-Applying-Template-Rules">XSLT 1.0, section 5.4</a>.
</p>
-<h3 id="Support_Gecko" name="Support_Gecko"> Support Gecko </h3>
+<h3 id="Support_Gecko"> Support Gecko </h3>
<p>Supporté.
-</p><p><span class="comment">Interwiki Languages Links</span>
-</p>{{ languages( { "en": "en/XSLT/apply-templates", "es": "es/XSLT/apply-templates", "pl": "pl/XSLT/apply-templates" } ) }}
+</p> \ No newline at end of file