From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- files/pl/web/xslt/element/attribute-set/index.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/pl/web/xslt/element/attribute-set/index.html (limited to 'files/pl/web/xslt/element/attribute-set') 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 +--- +

+{{ XsltRef() }} +

Element <xsl:attribute-set> 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. +

+

Składnia

+
<xsl:attribute-set name=NAZWA use-attribute-sets=LISTA-NAZW>
+	<xsl:attribute>
+</xsl:attribute-set>
+

Wymagane atrybuty

+
name +
Określa nazwę zbioru atrybutów. Musi być poprawną wartością QName. +
+

Opcjonalne atrybuty

+
use-attribute-sets +
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. +
+

Typ

+

Element najwyższego poziomu, musi być dzieckiem <xsl:stylesheet> lub <xsl:transform>. +

+

Definicja

+

XSLT, sekcja 7.1.4. +

+

Gecko

+

Obsługuje. +

{{ languages( { "en": "en/XSLT/attribute-set", "es": "es/XSLT/attribute-set", "fr": "fr/XSLT/attribute-set" } ) }} -- cgit v1.2.3-54-g00ecf