Merge adjacent sibling nodes with XSLT

前端 未结 4 1714
闹比i
闹比i 2021-01-06 10:28

I have a question that caused me a terrible headache. Please help me. The input is:


 

section 1

4条回答
  •  不要未来只要你来
    2021-01-06 11:14

    With XSLT 2.0 you can use for-each-group group-adjacent as follows:

    
    
      
    
      
        
          
        
      
    
      
        
          
            
              
                
                  
                

    You can use XSLT 2.0 with Saxon 9 or with AltovaXML tools.

提交回复
热议问题