Top "Tinyxml" questions

TinyXML is a simple, small C++ XML parser and generator library.

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
TinyXml Parser refuses to load file properly

I have the following xml file: <?xml version="1.0" ?> <Hello>World</Hello> Which is located …

c++ tinyxml
How do I get the name of a tag in TinyXML?

For example: test.xml <fruit taste="good">whatever</fruit> How can I get the name-string of …

c++ xml tinyxml