#ifndef XML_H #define XML_H #include "rapidxml.hpp" #include rapidxml::xml_node<>* recursive_find_next_node( rapidxml::xml_node<> *node, const std::string &node_name ); #endif