Back to Content

str:concat()

files/en-us/web/xml/exslt/reference/str/concat/index.md

latest525 B
Original Source

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

Syntax

plain
str:concat(nodeSet)

Parameters

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

Return value

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.

Specifications

EXSLT - STR:CONCAT