XSLT aggregating XML tag values and storing new tag

前端 未结 1 925
慢半拍i
慢半拍i 2021-01-29 16:01

I\'m new to xslt and trying to process below XML using XSLT :



F<         


        
1条回答
  •  青春惊慌失措
    2021-01-29 16:37

    Since XSLT variables are immutable, I'm unable perform below operation.

    I don't see what variables, immutable or not, have to do with it. This is just straightforward XSLT:

    XSLT 1.0

    
    
    
    
        
            
                
                    
                        
                    
                
                
                    
                     
                    
                     
                    
                     
                    
                
                
                    
                
            
        
    
    
    
    

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