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


On 2013-04-20, at 5:28 AM, Thomas Gratier <[email protected]> wrote:

> Hello,
> 
> Only a clue but because it's  XML, you have to escape your ampersands: so & 
> become &amp;
> 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&amp;REQUEST=GetCoverage&amp;IDENTIFIER=testdata_raw&amp;VERSION=1.1.0";
> 
> You can also try replacing & with hexadecimal notation &#038;
> 
> Regards
> 
> Thomas Gratier

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to