tinyxml2
tinyxml2 copied to clipboard
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Hello, I am writing a program in which the new and delete operators are overloaded in order to use a custom allocator, and I found that the new and delete...
I've noticed that my output XML documents work fine but do not begin with `` Since a well-formatted XML document requires , should an output XML document always include this...
if ( *(p+1) == '#' ) { const int buflen = 10; char buf[buflen] = { 0 }; int len = 0; char* adjusted = const_cast( XMLUtil::GetCharacterRef( p, buf, &len...
I did some code analysis for the XMLUtil class of the code. There are some findings regarding the usage of ToStr functions. The user of the ToStr methods has to...
Hi there, I just started using TinyXML2, and I have to say it's fantastic! It took me very little time to get everything working exactly as I wanted...except for one...
`XMLDocument doc; // this will NOT process entities by default` `XMLDocument *doc2 = new XMLDocument(); // this WILL process entities` I am not sure if this is intended. But it's...
For the Windows compiler I noticed that `fopen_s` is used without an encoding specifier in `LoadFile`. According to the docs that means the file will be encoded ANSI rather than...
In github action there has auto build on windows. Why not push success build with version tag to NuGet?
Hello! I am working on a game engine for my future game projects and am gradually getting closer to developing the first demo scene. And so I asked myself the...
I am having trouble with a label that contains the plus symbol. https://www.w3.org/XML/Core/#Publications Legal characters are tab, carriage return, line feed, and the legal characters of Unicode and ISO/IEC 10646