aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/current/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/xpath/functions/current/index.html')
-rw-r--r--files/pl/web/xpath/functions/current/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/current/index.html b/files/pl/web/xpath/functions/current/index.html
new file mode 100644
index 0000000000..dd9703e8e0
--- /dev/null
+++ b/files/pl/web/xpath/functions/current/index.html
@@ -0,0 +1,31 @@
+---
+title: current
+slug: Web/XPath/Functions/current
+tags:
+ - Dokumentacje
+ - Wszystkie_kategorie
+ - XSLT
+ - XSLT:Dokumentacje
+translation_of: Web/XPath/Functions/current
+original_slug: Web/XPath/Funkcje/current
+---
+<p>
+{{ XsltRef() }}
+</p><p>Funkcja <code>current</code> może zostać użyta do pobrania wierzchołka kontekstowego w instrukcji XSTL. </p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
+<pre class="eval">current()
+</pre>
+<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
+<p>Zbiór wierzchołków zawierający wyłącznie aktualny wierzchołek. </p>
+<h3 id="Uwagi" name="Uwagi"> Uwagi </h3>
+<p>Ta funkcja jest specyficznym dla XSLT dodatkiem do XPath. Nie jest częścią głównej biblioteki funkcji XPath. </p><p>Aktualny wierzchołek jest zawsze taki sam jak wierzchołek kontekstowy. Następujące dwie funkcje są semantycznie równoważne. </p>
+<pre class="eval">&lt;xsl:value-of select="current()"/&gt;
+</pre>
+<pre class="eval">&lt;xsl:value-of select="."/&gt;
+</pre>
+<h3 id="Definicja" name="Definicja"> Definicja </h3>
+<p><a href="http://www.w3.org/TR/xslt#function-current" class="external">XSLT 1.0 12.4</a>
+</p>
+<h3 id="Gecko" name="Gecko"> Gecko </h3>
+<p>Obsługuje.
+</p>{{ languages( { "en": "en/XPath/Functions/current", "fr": "fr/XPath/Fonctions/current" } ) }}