Below is my code:
TiXmlDocument mdoc("Security.xml"); if (mdoc.LoadFile()) { TiXmlElement *pRoot,*pParm; pRoot = mdoc.FirstChildElement(&qu