<!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><?xml version='1.0' encoding="ISO-8859-1" ?><br><wfs:FeatureCollection<br> xmlns:ms="http://mapserver.gis.umn.edu/mapserver"<br> xmlns:gml="http://www.opengis.net/gml"<br> xmlns:wfs="http://www.opengis.net/wfs"<br> xmlns:ogc="http://www.opengis.net/ogc"<br> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<br> xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://server.nl/geoservices/aankoopgebieden?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=LL&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="16"><br> <gml:boundedBy><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>