<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
Hello List,<br><br>When i do a WFS getFeature request mapserver returns a xml that starts with:<br><br>&lt;?xml version='1.0' encoding="ISO-8859-1" ?&gt;<br>&lt;wfs:FeatureCollection<br>&nbsp;&nbsp; xmlns:ms="http://mapserver.gis.umn.edu/mapserver"<br>&nbsp;&nbsp; xmlns:gml="http://www.opengis.net/gml"<br>&nbsp;&nbsp; xmlns:wfs="http://www.opengis.net/wfs"<br>&nbsp;&nbsp; xmlns:ogc="http://www.opengis.net/ogc"<br>&nbsp;&nbsp; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<br>&nbsp;&nbsp; xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://server.nl/geoservices/aankoopgebieden?SERVICE=WFS&amp;amp;VERSION=1.1.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=LL&amp;amp;OUTPUTFORMAT=text/xml; subtype=gml/3.1.1&nbsp; http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="16"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;gml:boundedBy&gt;<br><br>If i read this site:<br>http://www.w3.org/TR/xmlschema-0/#schemaLocation<br><br>the schema locations needs to be "pairs of URI references,
      separated by white space".<br>Because the OUTPUTFORMAT="text/xml; subtype=gml/3.1.1" a space is in the url of the first pair in my example.<br>1) spaces are not valid in URLS??<br>2) you don't have pairs anymore. You have a odd number of values if you separate by space...<br><br>So, is mapserver generating a invalid XML?? Or i'm doing something wrong....<br><br>Version of mapserver = 5.6.3<br><br>Roy</body></html>