Re: [Xsltforms-support] id in repeat
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-03-20 09:21:55
|
Christopher, Can you please post a testcase about this bug? Thanks! -Alain > I have two nested repeats and I need to get the current index of the > inner repeat using the index() function. Here is an example: > > <xf:repeat id="outerRepeat" nodeset="outer"> > <xf:repeat id="innerRepeat" nodeset="inner"> > ... > </xf:repeat> > </xf:repeat> > > The index() function works well so long as there is only element in > the "outer" nodeset. However, if there is more than one element in > the outer nodeset, the index() function gives incorrect results. > > Chris > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > |