tinyxml2
tinyxml2 copied to clipboard
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Instrument [Futag](https://github.com/ispras/Futag) found this error with [tinyxml2 version 9.0.0 ](https://github.com/leethomason/tinyxml2/archive/refs/tags/9.0.0.tar.gz) and in current version. https://github.com/leethomason/tinyxml2/blob/e45d9d16d430a3f5d3eee9fe40d5e194e1e5e63a/tinyxml2.cpp#L2501-L2507 **errorID** is a variable of XMLError type, which can receive value from XML_SUCCESS (0) to...
Modifications: - Change `__QNXNTO__` to `__QNX__` because `__QNXNTO__` is deprecated - In xmltest.cpp, do not print nullptr because it would crash in QNX - Install tests for QNX Build and...
Added {} to the declaration of the _pool array in the tinyxml2.h file. This ensures that all elements of the _pool array are initialized to their default values. This change...
I'm using TinyXML-2 for a college project where I need to open, increment, and manipulate external files. I decided to use XML for this purpose. However, the changes I make...
@leethomason Thanks for keeping TinyXML-2 alive and releasing version 10.0.0.
I get an error after updating to the latest ESP idf v5.2.1 ( platformIO Espressif 32 v6.7.0 ) when compiling tinyxml2. But making explicit what was intended this error is...
I would like to propose a couple of improvements to enhance the security and reliability of our project. ### Proposing Enhancements 1. **New Fuzzing Target**: I've written a fuzzing target...
=====================description============================== here is the xml file, but tinyxml2 can not deal this text:    tip:   mean a space char, can not split to new line. =====================xml file============================== D0 start...
Hello ! I'm compiling with the following flags: -Wold-style-cast and -Wsign-conversion. There are plenty of warnings that could reveal to be an issue.
Since v8.1.0 the folder resources is missing from msbuild\x64\static\Release therefore xmltest.exe is failing as it is looking for dream.xml in the resources folder .This also applies to x32 and Debug...