Skip to content

Commit

Permalink
Drop invalid characters from xml element names
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Oct 22, 2012
1 parent 70fd4ca commit 7357864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mapserver/qgis_map_serv.cpp
Expand Up @@ -164,6 +164,8 @@ int main( int argc, char * argv[] )
}
#endif

QDomImplementation::setInvalidDataPolicy( QDomImplementation::DropInvalidChars );

// Instantiate the plugin directory so that providers are loaded
QgsProviderRegistry::instance( QgsApplication::pluginPath() );
QgsDebugMsg( "Prefix PATH: " + QgsApplication::prefixPath() );
Expand Down

0 comments on commit 7357864

Please sign in to comment.