I love tinyxml. Been awesome for smaller sized XML files, but I need something that's as easy to use as TinyXML for really large XML files. I'm not really into lots of the parsers i've checked out so far as they try and do too much and are just a pain cuz they are so monolithic. Any one know a good simple library liek TinyXML for large xml files? (like 350 megs)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm interested in the performance of tinyxml with large files. Being a DOM parser, it will never perform great at that ratio of (source xml size)/(machine memory) but a huge file would make a great test. Do you know of any XML files of the >100MB size that are publicly accessible?
thanks,
lee
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I love tinyxml. Been awesome for smaller sized XML files, but I need something that's as easy to use as TinyXML for really large XML files. I'm not really into lots of the parsers i've checked out so far as they try and do too much and are just a pain cuz they are so monolithic. Any one know a good simple library liek TinyXML for large xml files? (like 350 megs)
Wow - that's huge. You need a SAX parser.
I'm interested in the performance of tinyxml with large files. Being a DOM parser, it will never perform great at that ratio of (source xml size)/(machine memory) but a huge file would make a great test. Do you know of any XML files of the >100MB size that are publicly accessible?
thanks,
lee