diff -r 60e2297bab39 -r bd530b01f77f xml.cpp --- a/xml.cpp Tue Jan 24 15:09:48 2006 +0000 +++ b/xml.cpp Tue Jan 24 15:09:48 2006 +0000 @@ -61,7 +61,7 @@ "

Map is newer than VYM

" "

The map you are just trying to load was " "saved using vym " +atts.value("version")+". " - "The version of this vym is " __VYM_VERSION__ + "The version of this vym is " __VYM_VERSION ". If you run into problems after pressing " "the ok-button below, updating vym should help."); @@ -387,7 +387,18 @@ .arg( exception.message() ) .arg( exception.lineNumber() ) .arg( exception.columnNumber() ); + /* FIXME Testing only + errorProt += exception.publicId ()+"\n"; + errorProt += exception.systemId()+"\n"; + // Try to read the bogus line + int i=0; + QString s; + if (loadStringFromDisk (,s)) + { + errorProt += + } +*/ return QXmlDefaultHandler::fatalError( exception ); }