logo
logo
Sign in

TinyXml-2 Tutorial

avatar
coding
TinyXml-2 Tutorial

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. For the impatient, here is a tutorial to get you going. A great way to get started, but it is worth your time to read this very short manual completely - tinyxml2 tutorial.

In brief, TinyXml parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. There are different ways to access and interact with XML data. TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream - tinyxml2.

In brief, TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. It is a general purpose human and machine readable markup language to describe arbitrary data. All those random file formats created to store application data can all be replaced with XML. For more information, please visit our site http://codingpanel.com/

collect
0
avatar
coding
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more