aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/concat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/xpath/functions/concat/index.html')
-rw-r--r--files/pl/web/xpath/functions/concat/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/concat/index.html b/files/pl/web/xpath/functions/concat/index.html
new file mode 100644
index 0000000000..35a0d5f932
--- /dev/null
+++ b/files/pl/web/xpath/functions/concat/index.html
@@ -0,0 +1,31 @@
+---
+title: concat
+slug: Web/XPath/Funkcje/concat
+tags:
+ - Dokumentacje
+ - Wszystkie_kategorie
+ - XSLT
+ - 'XSLT:Dokumentacje'
+translation_of: Web/XPath/Functions/concat
+---
+<p>
+{{ XsltRef() }}
+</p><p><br>
+Funkcja <code>concat</code> łączy dwa lub więcej ciągów i zwraca łańcuch znaków będący wynikiem takiego łączenia. </p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
+<pre class="eval">concat( <i>string<sub>1</sub></i> , <i>string<sub>2</sub></i> [, <i>string<sub>n</sub></i>]* )
+</pre>
+<h3 id="Argumenty" name="Argumenty"> Argumenty </h3>
+<dl><dt><code><i>string<sub>n</sub></i></code>
+</dt><dd>Ta funkcja przyjmuje dwa lub więcej argumentów. Każdy jego argument jest łańcuchem znaków. </dd></dl>
+<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
+<p>Pojedynczy łańcuch znaków będący połączeniem wszystkich ciągów przekazanych funkcji jako argumenty. </p>
+<h3 id="Definicja" name="Definicja"> Definicja </h3>
+<p><a href="http://www.w3.org/TR/xpath#function-concat" class="external">XPath 1.0 4.2</a>
+</p>
+<h3 id="Gecko" name="Gecko"> Gecko </h3>
+<p>Obsługuje.
+</p>
+<div class="noinclude">
+</div>
+{{ languages( { "en": "en/XPath/Functions/concat", "fr": "fr/XPath/Fonctions/concat", "ja": "ja/XPath/Functions/concat" } ) }}