This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Looping and assigning into variable


On Thursday 28 March 2002 11:29, Meiyu Lin wrote:
> I tried
>       categorySelect[techInd] = <xsl:value-of select="category" />
> The results for the vars are undefined.  Could you tell me what did I do
> wrong?  Thank you.

I'd like to see the output of your stylesheet before I guess at this too 
much, but I'm wondering what the initial value of "techInd" and "appInd" are. 
 Do you have: "var techInd = 0, appInd = 0;" anywhere?  If you do, please 
post some example input/output.  If not, then that means that "techInd" is 
being initialized to "undefined", which also means that "techInd++" probably 
wouldn't work.

-- 
Peter Davis
Of ______course it's the murder weapon.  Who would frame someone with a 
fake?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]