[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Comma operator returns a sequence of its items, or not?


Subject: Re: [xsl] Comma operator returns a sequence of its items, or not?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 27 May 2012 16:06:26 +0100

http://www.w3.org/TR/xslt20/#constructing-simple-content


see point 2: adjacent text nodes are merged.


If your function had returned strings or numbers then the separator would be used, but as text nodes are merged the generated sequence only has one item so the separator isn't used.

David


Current Thread