don't fail if file can not be open

This commit is contained in:
Artem Pavlenko 2008-02-12 20:03:04 +00:00
parent ba5c156c45
commit 01f4984804

View file

@ -306,6 +306,10 @@ namespace mapnik
{
throw config_error( ex.what() );
}
catch (...)
{
//throw config_error("exception...");
}
}
else if (child.first != "<xmlattr>" &&
child.first != "<xmlcomment>")