Re: [Xsltforms-support] id in repeat
                
                Brought to you by:
                
                    alain-couthures
                    
                
            
            
        
        
        
    | 
     
      
      
      From: COUTHURES A. <ala...@ag...> - 2010-03-27 22:53:38
      
     
   | 
Chris, > 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. > This bug appears only with IE because of its different event management... I have fixed this but an extra HTML is still required: you have to embed the nested xf:repeat within a TBODY element. Thank you for your feedbacks! -Alain  |