#include #include #include #include typedef enum { xmlattribute, xmlkeyword }XMLparsereturntype; gboolean openXmlDocument ( const gchar* filename ); gboolean checkRoot (xmlChar* rootname); void parseChildren (xmlNodePtr parent, xmlChar* parserfor, XMLparsereturntype rettype, xmlChar* attributename ); xmlChar* parseXMLchildren (xmlChar* parserfor, XMLparsereturntype rettype, xmlChar* attributename ); void xmlFreeAll();