Top "Tinyxml2" questions

TinyXML-2 is a simple, small, efficient, C++ XML parser

Read an xml file using tinyxml2 in C++

I don't know how to read this xml file using tinyxml2 in C++ <?xml version="1.0" encoding="utf-8"?> <…

c++ xml tinyxml2
Getting the child elements in tinyxml2

This is probably a novice question, but I am new to tinyxml2 and can't find anything about this. I am …

c++ tinyxml2
TinyXML2/C++ - Insert an element

I wanted to serialize objects with XML, so I got TinyXML. However I went with the newer TinyXML2. Problem is, …

c++ xml tinyxml2
How to convert an XMLElement to string in TinyXML2

In TinyXml 1 it was possible to convert a child element to a string using the << operator, e.g. …

c++ xml tinyxml tinyxml2