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/element/include/index.html | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/pl/web/xslt/element/include/index.html (limited to 'files/pl/web/xslt/element/include') diff --git a/files/pl/web/xslt/element/include/index.html b/files/pl/web/xslt/element/include/index.html new file mode 100644 index 0000000000..2a1a0f84b7 --- /dev/null +++ b/files/pl/web/xslt/element/include/index.html @@ -0,0 +1,31 @@ +--- +title: include +slug: Web/XSLT/include +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/include +--- +

+{{ XsltRef() }} +

Element <xsl:include> łączy zawartości dwóch arkuszy. W przeciwieństwie do <xsl:import>, zawartość arkusza włączanego ma tę samą ważność, co zawartość arkusza włączającego. +

+

Składnia

+
<xsl:include href=URI />

Wymagane atrybuty

+
href +
Określa URI arkusza stylów do włączenia. +
+

Opcjonalne atrybuty

+

Brak. +

+

Typ

+

Element najwyższego poziomu, może pojawić się w dowolnej kolejności jako dziecko <xsl:stylesheet> lub <xsl:transform>. +

+

Definicja

+

XSLT, sekcja 2.6.1. +

+

Gecko

+

Obsługuje. +

{{ languages( { "en": "en/XSLT/include", "es": "es/XSLT/include", "fr": "fr/XSLT/include" } ) }} -- cgit v1.2.3-54-g00ecf