tinyxml2
tinyxml2 copied to clipboard
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
When using Encfs (https://github.com/vgough/encfs), the patch https://github.com/leethomason/tinyxml2/commit/eb3ab0df5d184b84eb283c0806f6abee71e3409b causes the following assert: ``` ../tinyxml2.cpp:2260: void tinyxml2::XMLDocument::Clear(): Zusicherung »_commentPool.CurrentAllocs() == _commentPool.Untracked()« nicht erfüllt. ``` I.e. the assert in tinyxml2::XMLDocument::Clear() is not fulfilled....
## Description The latest version of tinyxml2 was discovered to contain a reachable assertion `digit == 0 || mult Value(), value )) { 1642: return a->Value(); ||||: ----: } at...
## Description The latest version of tinyxml2 was discovered to contain a reachable assertion `mult
Dear @leethomason, It will be nice to remove old parts like: - https://sourceforge.net/p/tinyxml/cvs/ - https://sourceforge.net/p/tinyxml/git/ - https://sourceforge.net/p/tinyxml/discussion/ - https://sourceforge.net/p/tinyxml/news/ - https://sourceforge.net/p/tinyxml/_list/tickets - https://sourceforge.net/p/tinyxml/wiki/ Can you add a "move" box like...
tinyxml2 is amazing and I want to use it in my Zig projects. The best way for a Zig programmer to be able to do that is if tinyxml2 has...
A very recent download (this week) has ``` void XMLPrinter::Write( const char* data, size_t size ) { if ( _fp ) { fwrite ( data , sizeof(char), size, _fp); }...
Hello Is it possible to have a SetText override that accepts a double and number of dp? At the moment I am rounding to 2 dp and turning it into...
Add new method IsAlpha and rewrite IsNameStartChar to avoid using library functions. Since the old functions were applied only to us-ASCII characters, bit mask can be used in rewritten methods....