#ifndef EL__ECMASCRIPT_CSS2XPATH_H #define EL__ECMASCRIPT_CSS2XPATH_H #include std::string css2xpath(std::string &selector); #endif