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

+{{ XsltRef() }} +


+Funkcja system-property zwraca obiekt reprezentujący daną własność systemową. +

+

Składnia

+
system-property( name )
+
+

Argumenty

+
name (opcjonalny) +
Nazwa własności systemowej. Argument musi być łańcuchem znaków będącym poprawną wartością QName. QName jest rozwijany do nazwy za pomocą deklaracji przestrzeni nazw w zasięgu wyrażenia. Funkcja własności systemowej zwraca obiekt reprezentujący wartość własności systemowej identyfikowanej za pomocą nazwy. Jeśli podana własność systemowa nie istnieje, powinien zostać zwrócony pusty łańcuch znaków. +
+

Zwraca

+

Obiekt reprezentujący daną własność systemową. +

+

Uwagi

+ +

Definicja

+

XSLT 1.0 12.4 +

+

Gecko

+

Obsługuje. +

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