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/xpath/functions/document/index.html | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/pl/web/xpath/functions/document/index.html (limited to 'files/pl/web/xpath/functions/document') diff --git a/files/pl/web/xpath/functions/document/index.html b/files/pl/web/xpath/functions/document/index.html new file mode 100644 index 0000000000..c69211937f --- /dev/null +++ b/files/pl/web/xpath/functions/document/index.html @@ -0,0 +1,42 @@ +--- +title: document +slug: Web/XPath/Funkcje/document +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/document +--- +

+{{ XsltRef() }} +


+document znajduje zbiór wierzchołków w jednym lub wielu zewnętrznych dokumentach i zwraca wynik jako zbiór wierzchołków.

+

Składnia

+
document( URI [, zbiór_wierzchołków] )
+
+

Argumenty

+
URI +
Bezwzględny lub relatywny adres URI dokumentu do pobrania. URI może także zawierać identyfikator fragmentu.
+
zbiór_wierzchołków (opcjonalny) +
Wyrażenie wskazujące zbiór wierzchołków zewnętrznego dokumentu, który powinien zostać zwrócony.
+

Zwraca

+

Zbiór wierzchołków. +

+

Uwagi

+ + + + +

Ta funkcja jest specyficznym dla XSLT dodatkiem do XPath. Nie jest częścią głównej biblioteki funkcji XPath. +

+

Definicja

+

XSLT 1.0 12.1 +

+

Obsługa Gecko

+

Obsługuje. +

{{ languages( { "en": "en/XPath/Functions/document", "fr": "fr/XPath/Fonctions/document" } ) }} -- cgit v1.2.3-54-g00ecf