xsl-list
[Top] [All Lists]

Re: concatenated key

2003-04-23 05:02:55
Hi I-Lin,

Does xslt 2 have a concat() function which takes a node-set and then
joins everything together? I'd like to do something like
concat(node/@name). Better yet, I'd like to see a function
join(node-set, delimiter) which can be used to produce delimited
lists...

Yes. This is precisely what the string-join() function does. Have a
look at:

  http://www.w3.org/TR/xquery-operators#func-string-join

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>