--- 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.
<xsl:attribute name=NAZWA namespace=URI> SZABLON </xsl:attribute>
name
namespace
Instrukcja, pojawia się wewnątrz szablonu lub elementu <xsl:attribute-set>
.
XSLT, sekcja 7.1.3.
Obsługuje.
{{ languages( { "en": "en/XSLT/attribute", "es": "es/XSLT/attribute", "fr": "fr/XSLT/attribute" } ) }}