diff options
Diffstat (limited to 'files/fr/web/xslt/element/attribute-set/index.html')
-rw-r--r-- | files/fr/web/xslt/element/attribute-set/index.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/files/fr/web/xslt/element/attribute-set/index.html b/files/fr/web/xslt/element/attribute-set/index.html index 10da080950..cf90c35452 100644 --- a/files/fr/web/xslt/element/attribute-set/index.html +++ b/files/fr/web/xslt/element/attribute-set/index.html @@ -10,25 +10,24 @@ original_slug: Web/XSLT/attribute-set {{ XsltRef() }} </p><p>L'élément <code><xsl:attribute-set></code> crée un ensemble nommé d'attributs, qui peut être appliqué dans son intégralité au document de sortie, de façon similaire aux styles CSS nommés. </p> -<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3> +<h3 id="Syntaxe"> Syntaxe </h3> <pre><xsl:attribute-set name=NOM use-attribute-sets=LISTE-DE-NOMS> <xsl:attribute> </xsl:attribute-set></pre> -<h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3> +<h3 id="Attributs_obligatoires"> Attributs obligatoires </h3> <dl><dt><code>name</code> -</dt><dd>Définit le nom de l'ensemble d'attributs. Le nom doit être un <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames" class="external">QName</a> valide. +</dt><dd>Définit le nom de l'ensemble d'attributs. Le nom doit être un <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">QName</a> valide. </dd></dl> -<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels </h3> +<h3 id="Attributs_optionnels"> Attributs optionnels </h3> <dl><dt><code>use-attribute-sets</code> </dt><dd>Construit un ensemble d'attributs à partir d'autres ensembles d'attributs. Les noms des ensembles composants doivent être séparés par une espace et ils ne doivent pas s'inclure eux-mêmes directement ou indirectement. </dd></dl> -<h3 id="Type" name="Type"> Type </h3> +<h3 id="Type"> Type </h3> <p>Haut niveau, doit être l'enfant de <code><xsl:stylesheet></code> ou de <code><xsl:transform></code>. </p> -<h3 id="D.C3.A9fini" name="D.C3.A9fini"> Défini </h3> -<p><a href="http://www.w3.org/TR/xslt#attribute-sets" class="external">XSLT 1.0, section 7.1.4</a>. +<h3 id="D.C3.A9fini"> Défini </h3> +<p><a href="http://www.w3.org/TR/xslt#attribute-sets">XSLT 1.0, section 7.1.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/attribute-set", "es": "es/XSLT/attribute-set", "pl": "pl/XSLT/attribute-set" } ) }} +</p>
\ No newline at end of file |