Commit e7baa766 authored by Davis King's avatar Davis King

added a comment

parent 5e308fde
......@@ -103,6 +103,8 @@ int main(int argc, char** argv)
}
doc_handler dh;
// Now run the parser and tell it to call our doc_handler for each of the parsing
// events.
parse_xml(argv[1], dh);
}
catch (std::exception& e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment