← Prev in month
← Prev in thread
Any suggestions for parsing large XML in the browser?
Hello, I am looking for a Javascript XML parser for parsing large XML files in the browser. Which means I want an event based parser to avoid running into memory issues and I also don't need the whole XML DOM at once. My requirements rule out using jQuery ($.parseXML()). Does any one have any pointers? I did have a look at sax.js (https://github.com/isaacs/sax-js) but would like to know if anybody else has experience with it (good or bad). Thanks -- Regards Jay Sridhar https://www.novixys.com
← Prev in month
← Prev in thread