[mapserver-commits] r9362 - in trunk/mapserver: . xmlmapfile

svn at osgeo.org svn at osgeo.org
Thu Oct 1 13:28:44 EDT 2009


Author: dmorissette
Date: 2009-10-01 13:28:43 -0400 (Thu, 01 Oct 2009)
New Revision: 9362

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/xmlmapfile/mapfile.xsd
Log:
Use http://www.mapserver.org/mapserver instead of http://mapserver.org/mapserver namespace URI in XML mapfile schema (#3142)

Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2009-10-01 16:30:45 UTC (rev 9361)
+++ trunk/mapserver/HISTORY.TXT	2009-10-01 17:28:43 UTC (rev 9362)
@@ -30,7 +30,7 @@
 
 - mapgd.c: removed unused drawVectorSymbolGD() function.
 
-- Use http://mapserver.org/mapserver namespace URI in XML mapfile 
+- Use http://www.mapserver.org/mapserver namespace URI in XML mapfile 
   schema (#3142)
 
 Version 5.6.0-beta1 (2009-09-23):

Modified: trunk/mapserver/xmlmapfile/mapfile.xsd
===================================================================
--- trunk/mapserver/xmlmapfile/mapfile.xsd	2009-10-01 16:30:45 UTC (rev 9361)
+++ trunk/mapserver/xmlmapfile/mapfile.xsd	2009-10-01 17:28:43 UTC (rev 9362)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://mapserver.org/mapserver" targetNamespace="http://mapserver.org/mapserver" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.6.0">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://www.mapserver.org/mapserver" targetNamespace="http://www.mapserver.org/mapserver" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.6.0">
 	<!-- Definition of types -->
 	<xs:simpleType name="rgbColorValueType">
 		<xs:restriction base="xs:integer">



More information about the mapserver-commits mailing list