extract cdata using xslt

前端 未结 5 1548
滥情空心
滥情空心 2021-01-15 20:13

Below is the xml that has CDATA section




Indiana Jones         


        
5条回答
  •  無奈伤痛
    2021-01-15 20:22

    Since the film element in the CDATA block appears to be well-formed, you could use disable-output-escaping. If you match of the name/text(), select value-of with DOE and then insert the Language element immediately following.

    
    
    
    
    
    
        
            
        
    
    
    
    
        
        
        English
    
    
    
    

提交回复
热议问题