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/attribute/index.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 files/pl/web/xslt/attribute/index.html (limited to 'files/pl/web/xslt/attribute') diff --git a/files/pl/web/xslt/attribute/index.html b/files/pl/web/xslt/attribute/index.html deleted file mode 100644 index aa3c94dca5..0000000000 --- a/files/pl/web/xslt/attribute/index.html +++ /dev/null @@ -1,34 +0,0 @@ ---- -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