How can we convert XML file to CSV?

后端 未结 6 585
星月不相逢
星月不相逢 2021-01-29 09:05

I am having an XML file



    
        
        

        
6条回答
  •  既然无缘
    2021-01-29 09:42

    With XSLT you can use the JAXP interface to the XSLT processor and then use in your stylesheet to convert to text output.

    
    
    

    generates a newline. for example.

提交回复
热议问题