XSLT Transformation - dynamic element names

前端 未结 2 2108
梦毁少年i
梦毁少年i 2021-01-05 11:54

Source Input



        
2条回答
  •  旧巷少年郎
    2021-01-05 12:37

    This XSL Stylesheet:

    
      
      
    
      
        
          
        
      
    
      
        
          
        
      
    
    
    

    Applied to well-formed input:

    
      
        
      
    
    

    Produces:

    
       
          CO Last Name
       
    
    

    I'm not sure where is supposed to be generated from.

提交回复
热议问题