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

Peter Freimuth freimuth69 at gmail.com
Sat Apr 20 19:06:38 PDT 2013


Hi Thomas,
thanks for the hint. Actually this solved the problem. 
Kind regards,
Peter


On 2013-04-20, at 5:28 AM, Thomas Gratier <osgeo.mailinglist at gmail.com> wrote:

> 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/3f47a5ee/attachment.html>


More information about the mapserver-users mailing list