[xsl] Making Two Variables In To One

Subject: [xsl] Making Two Variables In To One
From: "Ronnie Royston" <rhroyston@xxxxxxxxx>
Date: Fri, 27 Jun 2008 10:04:32 -0500
<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".

Unfortunately, I left Dr. Kay's heavy XSLT Reference book at home...
I imagine I'll find the answer in there but just in case...

- Ronnie Royston

Current Thread