Visit Mozilla.org

EXSLT:str:concat

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

This article covers features introduced in Firefox 3

Contents


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

[edit] Syntax

str:concat(nodeSet)

[edit] Arguments

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


[edit] 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.

[edit] Defined

EXSLT - STR:CONCAT

[edit] Gecko support

Supported in Gecko 1.9 and later.