[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Enclosing sequence items in single quotes

Subject: Re: Enclosing sequence items in single quotes
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 19 Oct 2007 16:44:58 +0100
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/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.