XML: Process large data
- by Atmocreations
Hello
What XML-parser do you recommend for the following purpose:
The XML-file (formatted, containing whitespaces) is around 800 MB. It mostly contains three types of tag (let's call them n, w and r).
They have an attribute called id which i'd have to search for, as fast as possible.
Removing attributes I don't need could save around 30%, maybe…