|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Enclosing sequence items in single quotes
On 19/10/2007, cknell@xxxxxxxxxx <cknell@xxxxxxxxxx> wrote: <xsl:value-of separator="," select="for $c in $pf-codes return concat('''', $c, '''')"/> Remember you could use the slash operator here as the variable contains node()'s: $pf-codes/concat(...) is the shorthand equivalent of "for $c in $pf-codes return concat(...)" (you only need the for loop if the variable contains a sequence of atomics) aahh I see now because I suggested typing $pf-codes as xs:string+ you're stuck with the for-each... perhaps (depending on what else you use it for) it should be typed as element()+ and then you could use the slash operator. -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






