So I have a question about managing memory in a language where memory management isnt required..<BR>I have an algorithm, it works on very large data sets. In it's ...
Yeah, it won't be trivial, because SAX is totally different.<BR><BR>But if you can use Java 5+, I'd use the XML streaming API instead. It's more like traditional file I/O as opposed to the event-based ...