diff options
Diffstat (limited to 'files/pl/web/xslt/element/attribute/index.html')
-rw-r--r-- | files/pl/web/xslt/element/attribute/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/pl/web/xslt/element/attribute/index.html b/files/pl/web/xslt/element/attribute/index.html new file mode 100644 index 0000000000..d20fc25769 --- /dev/null +++ b/files/pl/web/xslt/element/attribute/index.html @@ -0,0 +1,35 @@ +--- +title: attribute +slug: Web/XSLT/Element/attribute +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - XSLT:Dokumentacje +translation_of: Web/XSLT/Element/attribute +original_slug: Web/XSLT/attribute +--- +<p> +{{ XsltRef() }} +</p><p>Element <code><xsl:attribute></code> 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. +</p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre><xsl:attribute name=NAZWA namespace=URI> + SZABLON +</xsl:attribute></pre> <h3 id="Wymagane_atrybuty" name="Wymagane_atrybuty"> Wymagane atrybuty </h3> +<dl><dt><code>name</code> +</dt><dd>Określa nazwę atrybutu, który ma zostać utworzony w dokumencie wyjściowym. Nazwa musi być poprawną wartością QName. +</dd></dl> +<h3 id="Opcjonalne_atrybuty" name="Opcjonalne_atrybuty"> Opcjonalne atrybuty </h3> +<dl><dt><code>namespace</code> +</dt><dd>Określa dla atrybutu URI przestrzeni nazw w dokumencie wyjściowym. Nie można za pomocą tego elementu ustawić pokrewnego prefiksu przestrzeni nazw. +</dd></dl> +<h3 id="Typ" name="Typ"> Typ </h3> +<p>Instrukcja, pojawia się wewnątrz szablonu lub elementu <code><xsl:attribute-set></code>. +</p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p>XSLT, sekcja 7.1.3. +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p>{{ languages( { "en": "en/XSLT/attribute", "es": "es/XSLT/attribute", "fr": "fr/XSLT/attribute" } ) }} |