From: Jessica <jw...@ma...> - 2007-11-21 08:19:47
|
Could you tell me please, how could I understand that the document is loaded and parsed correctly or an error has occured after browser object initialization and calling "load_uri"? vrmlBrowser browser(out, err); std::vector< std::string > uri(1, fileName); std::vector< std::string > parameter; browser.load_url(uri, parameter); //.... ??? // using browser Is it possible to make parser to continue parsing ignoring occuring errors? |