: C++ EXPERTS QUESTION FOR USING XML UNDER UNIX
:
: hi there
:
: does anyone know an good and very easy to use example
: of creating an xml object and reading from it and how to compile it
:
: kind regards,
: V
:
I recommend you take a look at Xalan and Xerces (http://xml.apache.org/). Xerces can parse XML and provide you with the DOM (an object-based view of the XML file). Xalan can do XSLT (XML transformations) on XML documents, and works with Xerces.