XML_ExpatVersion
XML_ExpatVersion(void);
const XML_LChar *version_text = XML_ExpatVersion();
printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion());