#ifndef __XML_UTIL_H_GUARD #define __XML_UTIL_H_GUARD #include #include #include namespace xml_util{ extern std::string xmlChar_to_str(const xmlChar *ch, int len); extern std::vector xmlattr_to_strvec(const xmlChar* char_array[]); } #endif