I need an XML parser for a console application I'm writing in C++. All it needs is to be<BR>able to read rather large (probably several megs) XML documents. I would like to use the<BR>DOM approach ...