This is an integrated set of C++ software tools for manipulating XML (eXtensible Markup Language) schemas and XML instance files. The tools are:
•xmlSchemaParser - parses and reformats XML schema files, and prints typederivation hierarchies. Also includes a C++ model of XML schema.
•xmlInstanceParserGenerator - generates C++ classes and a YACC/Lex instance file parser from an XML schema – it’s a software tool that writes software tools
•orphanFinder - identifies unused types and undefined...