in reply to Fastest XML Parser for BIG files

Could you tell a bit more about your task besides the size of the file? Do you want to process all or most of the data in the xml file in some way, such as making aggregate statistics or converting to a different format? Or do you instead want to find only a few nodes that are easy to recognize in the XML without too much extra processing?

Replies are listed 'Best First'.
Re^2: Fastest XML Parser for BIG files
by Doctrin (Beadle) on Jul 24, 2013 at 17:03 UTC
    I need to make a complex processing of each node, retreiving some sub-nodes' values and attributes and then making db queries with them.