expat

using expat startelement handler C++

Hello I am using expat to read an xml file. I want to populate some of my class member variables from the configruation specified in thexml file. I have defined my startelement handler, void Start(void *data,const XML_Char *el, const XML_Char **attr) and this will be referenced as following: XML_SetElementHandler(parser,Start, NULL...