xsl-list
[Top] [All Lists]

RE: Access all values

2003-05-28 10:20:33
Hello,

I show you the example,

<xsl:variable name="langs" select="terms/lang"/>

langs will access all the childs of the select. How can I get all of
them in just one varible, like if it was an array?

I need this because I have it a form and I have to submit an array of
langs.

Thanks,

Ricardo Saraiva.


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
David
Carlisle
Sent: quarta-feira, 28 de Maio de 2003 17:51
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Access all values


Is it possible to access all the values of a variable? 

What do you mean by this question?
A variable only has one value. The syntax $ followed by the variable
name
accesses this value.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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