Menu

Event based parser

zoomCrypt
2004-05-10
2004-05-10
  • zoomCrypt

    zoomCrypt - 2004-05-10

    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)

     
    • Lee Thomason

      Lee Thomason - 2004-05-10

      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

       

Log in to post a comment.