[mapserver-users] wfs getfeature returns invalid xml when using gml_constants

Thomas Gratier osgeo.mailinglist at gmail.com
Sat Apr 20 04:28:44 PDT 2013


Hello,

Only a clue but because it's  XML, you have to escape your ampersands: so &
become &
and for a full example

 "
http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0
"
become
 "
http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0
"

You can also try replacing & with hexadecimal notation &

Regards

Thomas Gratier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20130420/2a6883f0/attachment.html>


More information about the mapserver-users mailing list