tinyxml2
tinyxml2 copied to clipboard
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Not sure how helpful of a bug report I can make, but I am seeing some evidence of the following: When building tinyxml 7.0.1 in static mode, the following code...
I am unable to encode not printable ASCII. Using Visual Studio 2015 I am running following code ``` XMLDocument doc; XMLDeclaration* decl = doc.NewDeclaration("xml version = \"1.0\" encoding = \"UTF-8\"...
Hello there, I have a project where I have to build a GUI (with Qt) that contains entries that I will save them into an XML file for a simulation...
Compiling tinyxml2 on Linux with GCC and` -Wnull-dereference` set ``` $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++...
In https://leethomason.github.io/tinyxml2/pages.html, all the links are broken.
When I try to parse 10 000 000 000 (hex : 2 540B E400) with QueryUnsignedAttribute I get 1 410 065 408 (hex : 540B E400). I was expecting 4...
When I'm trying to read string like this with old TinyXML everything is OK: ```xml The unique nickname may only contain numbers, Latin letters and the following special symbols: "#$&'()*+-./:;?@[]^_`{|}~...
I suppose I cannot work with same XMLDocument from different threads, this would be unreasonable if you ask me, but can I create two separate XMLDocument in two different threads...
Hi, I created a conan (https://conan.io/) package for your library and went through the process of inclusion in conan-center. I you are not familiar with conan it's a very nice...
See PR: https://github.com/leethomason/tinyxml2/pull/697