Re: [Xsltforms-support] Nested repeat with different instances

2013-03-18 Thread Elias Mazur
Alain and all. Related to my earlier posting for saving a value within a repeat...if you look at the code below, let's say that row and cols data are number and I want to display in red the cells in which the sum of the row and col is larger than 10 for example. For that I need to store the row v

Re: [Xsltforms-support] Nested repeat with different instances

2013-02-24 Thread Elias Mazur
Hi Alain. Thanks for the feedback. Actually, I found a small quirk with this code. In the code you have below, instead of 2 xf:output, if you use just one with a concat, it works fine. Looks like after the first xf:output it looses the cols index. Anyway, with this problem kind of solved I hav

Re: [Xsltforms-support] Nested repeat with different instances

2013-02-24 Thread Alain Couthures
Hello Elias, > I'm trying to create a spreadsheet where the rows and columns are in > separate instances, something like: > > > > > stuff > > > more stuff > > ... > ... > > > > > > > stuff > > > more stuff > > ... > ... > >

[Xsltforms-support] Nested repeat with different instances

2013-02-20 Thread Elias Mazur
Hi. I'm trying to create a spreadsheet where the rows and columns are in separate instances, something like: stuff more stuff ... ... stuff more stuff ... ... As you can see I'm usi