I have an xml file that is about 42k in size. Shouldn't tinyxml be able to parse a file of this size. Looking at the tinyxml source code, it appears to just read the entire file in as a char *.
When I reduce the xml file in size to 7k, tinyxml works just fine.
Is there a definitive limit to the # of bytes that tinyxml will parse?