aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/unparsed-entity-url/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/xpath/functions/unparsed-entity-url/index.html')
-rw-r--r--files/pl/web/xpath/functions/unparsed-entity-url/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/unparsed-entity-url/index.html b/files/pl/web/xpath/functions/unparsed-entity-url/index.html
new file mode 100644
index 0000000000..57a6a1b41f
--- /dev/null
+++ b/files/pl/web/xpath/functions/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
+---
+<p>
+{{ XsltRef() }}
+</p><p><br>
+Funkcja <code>unparsed-entity-url()</code> zwraca adres URI nieprzetworzonej encji o podanej nazwie. Są to nie XML-owe dane odwołujące się z DTD dokumentu źródłowego. </p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
+<pre class="eval">string unparsed-entity-url(łańcuch)
+</pre>
+<h3 id="Argumenty" name="Argumenty"> Argumenty </h3>
+<p>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.
+</p>
+<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
+<p>URI encji nieprzetworzonej encji pobranej z DTD, jeśli istnieje. W przeciwnym wypadku zwracany jest pusty łańcuch znaków.
+</p>
+<h3 id="Definicja" name="Definicja"> Definicja </h3>
+<p><a href="http://www.w3.org/TR/xslt#function-unparsed-entity-uri" class="external">XSLT 1.0 12.4</a>
+</p>
+<h3 id="Gecko" name="Gecko"> Gecko </h3>
+<p>Nie obsługuje.
+</p>{{ languages( { "en": "en/XPath/Functions/unparsed-entity-url", "fr": "fr/XPath/Fonctions/unparsed-entity-url" } ) }}