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/element/copy-of/index.html | |
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/element/copy-of/index.html')
-rw-r--r-- | files/pl/web/xslt/element/copy-of/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/pl/web/xslt/element/copy-of/index.html b/files/pl/web/xslt/element/copy-of/index.html new file mode 100644 index 0000000000..c458c88fdc --- /dev/null +++ b/files/pl/web/xslt/element/copy-of/index.html @@ -0,0 +1,32 @@ +--- +title: copy-of +slug: Web/XSLT/copy-of +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/copy-of +--- +<p> +{{ XsltRef() }} +</p><p>Element <code><xsl:copy-of></code> tworzy głęboką kopię (włączając węzły potomka) cokolwiek atrybut select określi do dokumentu wyjściowego. +</p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre><xsl:copy-of select=WYRAZENIE /> </pre> +<h3 id="Wymagane_atrybuty" name="Wymagane_atrybuty"> Wymagane atrybuty </h3> +<dl><dt><code>select</code> +</dt><dd>Używa wyrażenia XPath, które określa co ma zostać skopiowane. +</dd></dl> +<h3 id="Opcjonalne_atrybuty" name="Opcjonalne_atrybuty"> Opcjonalne atrybuty </h3> +<p>Brak. +</p> +<h3 id="Typ" name="Typ"> Typ </h3> +<p>Instrukcja, pojawia się wewnątrz szablonu. +</p> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p>XSLT, sekcja 11.3. +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p>{{ languages( { "en": "en/XSLT/copy-of", "es": "es/XSLT/copy-of", "fr": "fr/XSLT/copy-of" } ) }} |