That's what you call a DOM Parser - the problem with them is, as they serialize all the elements into objects, bigger XML files tend to eat up all of your RAM. And this is where SAX2 parsers come into play where you define tree based callbacks to process the data.
mort96|5 months ago
iberator|5 months ago
It's doable, just use the right tools and hacks :)
Processing schema-less or broken schema stuff is always hilarious.
Good times.
cHaOs667|5 months ago
lyu07282|5 months ago
stuaxo|5 months ago