From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../xpath/funkcje/unparsed-entity-url/index.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/pl/web/xpath/funkcje/unparsed-entity-url/index.html (limited to 'files/pl/web/xpath/funkcje/unparsed-entity-url/index.html') diff --git a/files/pl/web/xpath/funkcje/unparsed-entity-url/index.html b/files/pl/web/xpath/funkcje/unparsed-entity-url/index.html new file mode 100644 index 0000000000..57a6a1b41f --- /dev/null +++ b/files/pl/web/xpath/funkcje/unparsed-entity-url/index.html @@ -0,0 +1,29 @@ +--- +title: unparsed-entity-url +slug: Web/XPath/Funkcje/unparsed-entity-url +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/unparsed-entity-url +--- +

+{{ XsltRef() }} +


+Funkcja unparsed-entity-url() zwraca adres URI nieprzetworzonej encji o podanej nazwie. Są to nie XML-owe dane odwołujące się z DTD dokumentu źródłowego.

+

Składnia

+
string unparsed-entity-url(łańcuch)
+
+

Argumenty

+

Nazwa nieprzetworzonej encji. Jeśli argument nie jest łańcuchem znaków, to jest on konwertowany zgodnie z zasadami funkcji string(). Nazwa powinna być nazwą XML. +

+

Zwraca

+

URI encji nieprzetworzonej encji pobranej z DTD, jeśli istnieje. W przeciwnym wypadku zwracany jest pusty łańcuch znaków. +

+

Definicja

+

XSLT 1.0 12.4 +

+

Gecko

+

Nie obsługuje. +

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