diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:24 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:24 +0100 |
commit | de5c456ebded0e038adbf23db34cc290c8829180 (patch) | |
tree | 2819c07a177bb7ec5f419f3f6a14270d6bcd7fda /files/pl/web/xslt/attribute | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.gz translated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.bz2 translated-content-de5c456ebded0e038adbf23db34cc290c8829180.zip |
unslug pl: move
Diffstat (limited to 'files/pl/web/xslt/attribute')
-rw-r--r-- | files/pl/web/xslt/attribute/index.html | 34 |
1 files changed, 0 insertions, 34 deletions
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 ---- -<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" } ) }} |