Not getting data to transform Xml

后端 未结 1 1706
遇见更好的自我
遇见更好的自我 2020-12-22 08:28

I need to transform the following xml :






        
1条回答
  •  感情败类
    2020-12-22 09:18

    You need to declare the namespace in your stylesheet, assign it a prefix, and use the prefix when addressing the document nodes - for example (including some streamlining):

    
    
    
    
        
            
                
                    
                        
                    
                    
                        
                    
                    
                        
                    
                    
                        
                    
                
            
        
    
    
    
    

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