From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/web/xslt/attribute/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/pl/web/xslt/attribute/index.html (limited to 'files/pl/web/xslt/attribute/index.html') diff --git a/files/pl/web/xslt/attribute/index.html b/files/pl/web/xslt/attribute/index.html new file mode 100644 index 0000000000..aa3c94dca5 --- /dev/null +++ b/files/pl/web/xslt/attribute/index.html @@ -0,0 +1,34 @@ +--- +title: attribute +slug: Web/XSLT/attribute +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/attribute +--- +

+{{ XsltRef() }} +

Element <xsl:attribute> tworzy w dokumencie wyjściowym atrybut używając dowolnej wartości dostępnej z arkusza. Element musi być pierwszą rzeczy zdefiniowaną w dokumencie wyjściowym, dla którego ustala on wartość atrybutu. +

+

Składnia

+
<xsl:attribute name=NAZWA namespace=URI>
+	SZABLON
+</xsl:attribute>

Wymagane atrybuty

+
name +
Określa nazwę atrybutu, który ma zostać utworzony w dokumencie wyjściowym. Nazwa musi być poprawną wartością QName. +
+

Opcjonalne atrybuty

+
namespace +
Określa dla atrybutu URI przestrzeni nazw w dokumencie wyjściowym. Nie można za pomocą tego elementu ustawić pokrewnego prefiksu przestrzeni nazw. +
+

Typ

+

Instrukcja, pojawia się wewnątrz szablonu lub elementu <xsl:attribute-set>. +

+

Definicja

+

XSLT, sekcja 7.1.3. +

+

Gecko

+

Obsługuje. +

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