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

+{{ XsltRef() }} +

Funkcja current może zostać użyta do pobrania wierzchołka kontekstowego w instrukcji XSTL.

+

Składnia

+
current()
+
+

Zwraca

+

Zbiór wierzchołków zawierający wyłącznie aktualny wierzchołek.

+

Uwagi

+

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

Aktualny wierzchołek jest zawsze taki sam jak wierzchołek kontekstowy. Następujące dwie funkcje są semantycznie równoważne.

+
<xsl:value-of select="current()"/>
+
+
<xsl:value-of select="."/>
+
+

Definicja

+

XSLT 1.0 12.4 +

+

Gecko

+

Obsługuje. +

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