I've been using tinyxml and for the most part it works great. However I've noticed that it doesn't parse an xml file that has no trailing character. Is this a known issue? For example this file, which I've output in hex, shows a file with no trailing linefeed (0xA) character. TiXMLDocument::parse fails when given this blob of data.
Hi
I've been using tinyxml and for the most part it works great. However I've noticed that it doesn't parse an xml file that has no trailing character. Is this a known issue? For example this file, which I've output in hex, shows a file with no trailing linefeed (0xA) character. TiXMLDocument::parse fails when given this blob of data.