我有一个1GB的Xml文件,如何使用Java将其拆分为格式正确的小型Xml文件?
这是一个例子:
<records> <record id="001"> <name>john</name> </record> .... </records>
谢谢.
java xml
java ×1
xml ×1