diff --git a/FileIO/XmlIO/XmlCndInterface.cpp b/FileIO/XmlIO/XmlCndInterface.cpp index 83410553bc3767ef7f2db991948e4347f717307a..fe53fb79da9784b8535a65d1e89f2837ab60484a 100644 --- a/FileIO/XmlIO/XmlCndInterface.cpp +++ b/FileIO/XmlIO/XmlCndInterface.cpp @@ -192,14 +192,7 @@ int XmlCndInterface::write(std::ostream& stream) QDomDocument doc("OGS-CND-DOM"); QDomElement root = doc.createElement("OpenGeoSysCond"); - root.setAttribute( "xmlns:ogs", "http://www./** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) - * Distributed under a Modified BSD License. - * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * -opengeosys.com" ); + root.setAttribute( "xmlns:ogs", "http://www.opengeosys.net" ); root.setAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ); root.setAttribute( "xsi:noNamespaceSchemaLocation", "http://141.65.34.25/OpenGeoSysCND.xsd" ); diff --git a/FileIO/XmlIO/XmlGmlInterface.cpp b/FileIO/XmlIO/XmlGmlInterface.cpp index ed0552409224966b115a6b41704695f1500af82f..5cca498b7f44395ebe3ddf36c017de45e084052f 100644 --- a/FileIO/XmlIO/XmlGmlInterface.cpp +++ b/FileIO/XmlIO/XmlGmlInterface.cpp @@ -257,14 +257,7 @@ int XmlGmlInterface::write(std::ostream& stream) QDomDocument doc("OGS-GML-DOM"); QDomElement root = doc.createElement("OpenGeoSysGLI"); - root.setAttribute( "xmlns:ogs", "http://www./** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) - * Distributed under a Modified BSD License. - * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * -opengeosys.com" ); + root.setAttribute( "xmlns:ogs", "http://www.opengeosys.net" ); root.setAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ); root.setAttribute( "xsi:noNamespaceSchemaLocation", "http://141.65.34.25/OpenGeoSysCND.xsd" ); diff --git a/FileIO/XmlIO/XmlGspInterface.cpp b/FileIO/XmlIO/XmlGspInterface.cpp index fd1398dfc303e86e738796ae13e4123bba8beede..929103405c2d1c480a3c1f7c78b71e1964dfe6cf 100644 --- a/FileIO/XmlIO/XmlGspInterface.cpp +++ b/FileIO/XmlIO/XmlGspInterface.cpp @@ -138,14 +138,7 @@ int XmlGspInterface::write(std::ostream& stream) QDomDocument doc("OGS-PROJECT-DOM"); QDomElement root = doc.createElement("OpenGeoSysProject"); - root.setAttribute( "xmlns:ogs", "http://www./** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) - * Distributed under a Modified BSD License. - * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * -opengeosys.com" ); + root.setAttribute( "xmlns:ogs", "http://www.opengeosys.net"); root.setAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ); root.setAttribute( "xsi:noNamespaceSchemaLocation", "http://141.65.34.25/OpenGeoSysProject.xsd" ); diff --git a/FileIO/XmlIO/XmlStnInterface.cpp b/FileIO/XmlIO/XmlStnInterface.cpp index 4b064fc8ab652fa44f865a7fc0f52b4050869a22..daf35172e7a99c28f0af964d9c9d2f9348bf38e7 100644 --- a/FileIO/XmlIO/XmlStnInterface.cpp +++ b/FileIO/XmlIO/XmlStnInterface.cpp @@ -224,14 +224,7 @@ int XmlStnInterface::write(std::ostream& stream) QDomDocument doc("OGS-STN-DOM"); QDomElement root = doc.createElement("OpenGeoSysSTN"); - root.setAttribute( "xmlns:ogs", "http://www./** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) - * Distributed under a Modified BSD License. - * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * -opengeosys.com" ); + root.setAttribute( "xmlns:ogs", "http://www.opengeosys.net" ); root.setAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ); root.setAttribute( "xsi:noNamespaceSchemaLocation", "http://141.65.34.25/OpenGeoSysSTN.xsd" );