TOC PREV NEXT INDEX

Netscape XSLT


concat()


The concat() function takes all of its arguments and joins them end to end. Any non-string arguments are converted to strings using the rules for the string() function.

Syntax:

string concat(string1, string2, . . . stringn) 

Arguments:

Any number of strings.

Result:

A string.

Defined: XPath, section 4.2.

NS support: Supported.


Send comments on this document to devdoc-feedback@netscape.com
TOC PREV NEXT INDEX