How to transform huge xml files in java?

前端 未结 7 1176
失恋的感觉
失恋的感觉 2021-01-12 07:04

As the title says it, I have a huge xml file (GBs)

  
  
     ...    
    ... 

        
相关标签:
7条回答
  • 2021-01-12 07:31

    You can do this quite easily with an XMLEventReader and several XMLEventWriters from the javax.xml.stream package.

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