TinyXML Changelog

What's new in TinyXML 2.6.2

May 15, 2011
  • Refresh of TinyXML.
  • Incoming bugs fixed.
  • Minor improvements and patches.
  • Switched Win32 build to VS 2010

New in TinyXML 2.5.3 (Oct 25, 2008)

  • zloe_zlo identified a missing string specialization for QueryValueAttribute() [ 1695429 ]. Worked on this bug, but not sure how to fix it in a safe, cross-compiler way.
  • increased warning level to 4 and turned on detect 64 bit portability issues for VC2005. May address [ 1677737 ] VS2005: /Wp64 warnings
  • grosheck identified several problems with the Document copy. Many thanks for [ 1660367 ]
  • Nice catch, and suggested fix, be Gilad Novik on the Printer dropping entities. "[ 1600650 ] Bug when printing xml text" is now fixed.
  • A subtle fix from Nicos Gollan in the tinystring initializer: [ 1581449 ] Fix initialiser of TiXmlString::nullrep_
  • Great catch, although there isn't a submitter for the bug. [ 1475201 ] TinyXML parses entities in comments. Comments should not, in fact, parse entities. Fixed the code path and added tests.
  • We were not catching all the returns from ftell. Thanks to Bernard for catching that.