xslt showing a group of n xml nodes one at a time

后端 未结 1 1969
伪装坚强ぢ
伪装坚强ぢ 2020-12-22 12:48

update:

This question has some little xsl code in it !

I\'m struggling with this problem for weeks (even months). I\'m rather beginner throu

1条回答
  •  执笔经年
    2020-12-22 12:55

    Given:

    XML

    
         01 
         02 
         03 
         04 
         05 
         06 
         07 
         08 
         09 
         10 
         11 
         12 
         13 
         14 
         15 
         16 
         17 
         18 
         19 
         20 
         21 
         22 
         23 
         24 
         25 
         26 
    
    

    the following stylesheet:

    XSLT 1.0

    
    
    
    
    
    
        
            
                

    will return:

    Result

    
        
            
    • 11
    • 12
    • 13
    • 14
    • 15

    0 讨论(0)
提交回复
热议问题