Are there any cross-browser / cross-platform ways to parse XML files in Javascript?
If you need to parse large XML documents that you may not be able to completely hold in memory, consider using a SAX style parser like this one: https://github.com/isaacs/sax-js/