Update with patches and fixes any time soon ?
Hi, I'm trying TinyXML for the first time and I love it. I was looking for a quick solution since I'm having to deal with larger binary files that happen to start with an XML header. As a test I simply used the LoadFile() method and opened the complete file, rather than copying the header into a buffer and use the Parse() function. This seems to work well. No error is reported and when I use the SaveFile() function, as a test, a proper xml is created with only the header data. I was wondering how...