aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/last
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:24 +0100
commitde5c456ebded0e038adbf23db34cc290c8829180 (patch)
tree2819c07a177bb7ec5f419f3f6a14270d6bcd7fda /files/pl/web/xpath/functions/last
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.gz
translated-content-de5c456ebded0e038adbf23db34cc290c8829180.tar.bz2
translated-content-de5c456ebded0e038adbf23db34cc290c8829180.zip
unslug pl: move
Diffstat (limited to 'files/pl/web/xpath/functions/last')
-rw-r--r--files/pl/web/xpath/functions/last/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/last/index.html b/files/pl/web/xpath/functions/last/index.html
new file mode 100644
index 0000000000..f3a507ad3f
--- /dev/null
+++ b/files/pl/web/xpath/functions/last/index.html
@@ -0,0 +1,33 @@
+---
+title: last
+slug: Web/XPath/Funkcje/last
+tags:
+ - Dokumentacje
+ - Wszystkie_kategorie
+ - XSLT
+ - 'XSLT:Dokumentacje'
+translation_of: Web/XPath/Functions/last
+---
+<p>
+{{ XsltRef() }}
+</p><p><br>
+Funkcja <code>last</code> zwracająca liczbę równą rozmiarowi kontekstu z kontekstu oceny wyrażenia.
+</p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
+<pre class="eval">last()
+</pre>
+<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
+<p>Liczbę całkowitą równą rozmiarowi kontekstu z kontekstu oceny wyrażenia.
+</p>
+<h3 id="Uwagi" name="Uwagi"> Uwagi </h3>
+<ul><li> Jest często używana wraz z funkcją <code><a href="pl/XPath/Funkcje/position"> position()</a></code> do określenia, czy konkretny wierzchołek jest ostatni w zbiorze wierzchołków.
+</li></ul>
+<h3 id="Definicja" name="Definicja"> Definicja </h3>
+<p><a href="http://www.w3.org/TR/xpath#function-last" class="external">XPath 1.0 4.1</a>
+</p>
+<h3 id="Gecko" name="Gecko"> Gecko </h3>
+<p>Obsługuje.
+</p>
+<div class="noinclude">
+</div>
+{{ languages( { "en": "en/XPath/Functions/last", "fr": "fr/XPath/Fonctions/last", "ja": "ja/XPath/Functions/last" } ) }}