How do I access elements from the outer loop from within nested loops?

前端 未结 3 819
隐瞒了意图╮
隐瞒了意图╮ 2020-12-09 09:28

I have nested xsl:for loops:


    
        
             


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 09:49

    The following could also be used :

        
                          
            
                   
            
              
    

    For parsing the XML document ..

     
          name
          
          Rahul
          Sushovan
    
    

提交回复
热议问题