[mapserver-commits] r7516 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Apr 11 08:47:07 EDT 2008


Author: tomkralidis
Date: 2008-04-11 08:47:07 -0400 (Fri, 11 Apr 2008)
New Revision: 7516

Modified:
   trunk/mapserver/mapwfs11.c
Log:
point to wfs.xsd correctly


Modified: trunk/mapserver/mapwfs11.c
===================================================================
--- trunk/mapserver/mapwfs11.c	2008-04-10 05:07:51 UTC (rev 7515)
+++ trunk/mapserver/mapwfs11.c	2008-04-11 12:47:07 UTC (rev 7516)
@@ -273,7 +273,6 @@
     xsi_schemaLocation = msStringConcatenate(xsi_schemaLocation, " ");
     xsi_schemaLocation = msStringConcatenate(xsi_schemaLocation, schemalocation);
     xsi_schemaLocation = msStringConcatenate(xsi_schemaLocation, "/wfs/1.1.0/wfs.xsd");
-    xsi_schemaLocation = msStringConcatenate(xsi_schemaLocation, "wfs.xsd");
     xmlNewNsProp(psRootNode, NULL, BAD_CAST "xsi:schemaLocation", BAD_CAST xsi_schemaLocation);
 
 /* -------------------------------------------------------------------- */



More information about the mapserver-commits mailing list