Name

concat( ) — returns the concatenation of all the string parameters

Synopsis

Defined in: XPath 1.0
Parameters: string s1 (required); string s2 (required); any number of additional optional strings
Return type: string

The example combines all four string parameters into a single string, “Hello World!”:

concat( 'Hello', ' ', 'World', '!')

Get XForms Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.