xsl-list
[Top] [All Lists]

[xsl] Making Two Variables In To One

2008-06-27 08:05:03
<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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>