#ifndef VALIDATEXMLH
#define VALIDATEXMLH
/** validate xml data */
int validatexml(const char xmldata[]);
#endif