string-join


string-join

The string-join() function returns a string constructed by concatenating all the strings in a supplied sequence, with an optional separator between adjacent strings. For example, «string-join(("a", "b", "c"), "") » returns the string "abc" .

Argument

Data Type

Meaning

sequence

xs:string*

The supplied sequence of strings

separator

xs:string

The separator to be used between adjacent strings. If no separator is required, supply a zero-length string for this argument

Result

xs:string

The result of concatenating the supplied strings and inserting separators




XSLT 2.0 Programmer's Reference
NetBeansв„ў IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications (2nd Edition)
ISBN: 764569090
EAN: 2147483647
Year: 2003
Pages: 324

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net