fixed get_CTML_Tree

This commit is contained in:
Dave Goodwin 2003-08-21 02:40:56 +00:00
parent 3e4ffd2524
commit 5f640ed46d

View file

@ -152,10 +152,10 @@ namespace ctml {
else {
ff = inname;
}
rootPtr = &get_XML_File(ff)->child("ctml");
//rootPtr->write(cout);
//ifstream fin(ff.c_str());
//rootPtr->build(fin);
//fin.close();
// rootPtr = &get_XML_File(ff)->child("ctml");
rootPtr->write(cout);
ifstream fin(ff.c_str());
rootPtr->build(fin);
fin.close();
}
}