XSLT Copy all Nodes except 1 element

前端 未结 1 1560
天涯浪人
天涯浪人 2021-02-20 06:25

    
modification weights
&l
1条回答
  •  自闭症患者
    2021-02-20 06:47

    You just have to use the identity template (as you were using) and then use a template matching DataSeriesBodyType which does nothing.

    The code would be:

    
    
    
        
    
           
        
            
                
            
        
    
        
        
    
    
    

    If you want to normalize the output to remove empty data text nodes, then add to the previous stylesheet the following template:

    
        
    
    

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