diff options
Diffstat (limited to 'files/pl/web/xslt/element/attribute-set/index.html')
-rw-r--r-- | files/pl/web/xslt/element/attribute-set/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/pl/web/xslt/element/attribute-set/index.html b/files/pl/web/xslt/element/attribute-set/index.html new file mode 100644 index 0000000000..c936ae76dc --- /dev/null +++ b/files/pl/web/xslt/element/attribute-set/index.html @@ -0,0 +1,35 @@ +--- +title: attribute-set +slug: Web/XSLT/attribute-set +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/attribute-set +--- +<p> +{{ XsltRef() }} +</p><p>Element <code><xsl:attribute-set></code> tworzy nazwany zbiór atrybutów, który może być zastosowany jako całość do dokumentu wyjściowego w sposób podobny do stylów w CSS. +</p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre><xsl:attribute-set name=NAZWA use-attribute-sets=LISTA-NAZW> + <xsl:attribute> +</xsl:attribute-set></pre> +<h3 id="Wymagane_atrybuty" name="Wymagane_atrybuty"> Wymagane atrybuty </h3> +<dl><dt><code>name</code> +</dt><dd>Określa nazwę zbioru atrybutów. Musi być poprawną wartością QName. +</dd></dl> +<h3 id="Opcjonalne_atrybuty" name="Opcjonalne_atrybuty"> Opcjonalne atrybuty </h3> +<dl><dt><code>use-attribute-sets</code> +</dt><dd>Buduje zbiór atrybutów z innego zbioru atrybutów. Nazwy tych zbiorów muszą być oddzielone za pomocą białych znaków (whitespace) i nie mogą bezpośrednio lub pośrednio osadzać się nawzajem. +</dd></dl> +<h3 id="Typ" name="Typ"> Typ </h3> +<p>Element najwyższego poziomu, musi być dzieckiem <code><xsl:stylesheet></code> lub <code><xsl:transform></code>. +</p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p>XSLT, sekcja 7.1.4. +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p>{{ languages( { "en": "en/XSLT/attribute-set", "es": "es/XSLT/attribute-set", "fr": "fr/XSLT/attribute-set" } ) }} |