How to Split a large XML file using java?

How can we split a 500MB Xml file?I know how to split xml file after reading the entire document in a file.Here we cannot load the entire file as it is a large file.

View Answers









Related Tutorials/Questions & Answers:
Advertisements