#include #include #include "hello.hxx" int main (int argc, char* argv[]) { std::auto_ptr h (hello (argv[1])); xml_schema::namespace_infomap map; hello (std::cout, *h, map); }