summaryrefslogtreecommitdiffstats
path: root/addon/xmlread/README
blob: 9420de65940c7bd8fbd9b2f83474005b7f9298ed (plain)
1
2
3
4
5
6
7
8
9
This is a small utility that is used to test and validate the
XML output generated by doxygen (when GENERATE_XML = YES). 

It uses the Xerces-C XML parser/validator (see http://xml.apache.org) 
and expects the environment variable XERCESCROOT to point to the root
of the Xerces package.

Currently is reads an XML file, validates it, and prints the class
hierarchy contained in it.