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

Re: Making Two Variables In To One

Subject: Re: Making Two Variables In To One
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 27 Jun 2008 16:08:24 +0100
Re:  Making Two Variables In To One
2008/6/27 Ronnie Royston <rhroyston@xxxxxxxxx>:
> <xsl:variable name="seq1" select="'one','two'" />
> <xsl:variable name="seq2" select="'three','four'" />
>
> I need to output a new variable named "seq3" containing "one" "two"
> "three" "four".

It's as you might expect:

<xsl:variable name="seq3" select="$seq1, $seq2" as="xs:string+"/>

A sequence of sequences always gets flattened to a single sequence...

-- 
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-2011 All Rights Reserved.