Popular C++ recipes tagged "parsing"http://code.activestate.com/recipes/langs/cpp/tags/parsing/2016-02-18T19:33:07-08:00ActiveState Code RecipesMicroXml: Stand-alone library for basic XML features (C++)
2016-02-18T19:33:07-08:00Jack Trainorhttp://code.activestate.com/recipes/users/4076953/http://code.activestate.com/recipes/580612-microxml-stand-alone-library-for-basic-xml-feature/
<p style="color: grey">
C++
recipe 580612
by <a href="/recipes/users/4076953/">Jack Trainor</a>
(<a href="/recipes/tags/parsing/">parsing</a>, <a href="/recipes/tags/xml/">xml</a>).
</p>
<p>MicroXml provides stand-alone support for the basic, most-used features of XML -- tags, attributes, and element values. It produces a DOM tree of XML nodes. MicroXml does not support DTDs, CDATAs and other advanced XML features.</p>
<p>MicroXml is easy to use and provides easy access to view/navigate its nodes in a debugger.</p>