Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

concat


str:concat() returns a string containing all the string values in a node-set concatenated together.

Syntax

str:concat(nodeSet)

Arguments

nodeSet
The node-set whose nodes' string values should be concatenated into one string.


Returns

A string whose value is all the string values of the nodes in nodeSet concatenated together. If nodeSet is empty, an empty string is returned.

Defined

EXSLT - STR:CONCAT

Gecko support

Supported in Gecko 1.9 and later.

Document Tags and Contributors

 Contributors to this page: Sheppy, Mgjbot, Talisker, Fredchat
 Last updated by: Sheppy,