Re: string(node-set)
Nick Wellnhofer <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
On 18/04/2012 17:18, Phil Shafer wrote: > Short of a loop, what's the easiest way to turn a node set into a > string of all the members of that node set? str:concat from the EXSLT strings module should do what you want: http://www.exslt.org/str/functions/concat/index.html Nick