<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Thomas,<div>thanks for the hint. Actually this solved the problem. </div><div>Kind regards,</div><div>Peter<br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div>
</div>
<br><div><div>On 2013-04-20, at 5:28 AM, Thomas Gratier <<a href="mailto:osgeo.mailinglist@gmail.com">osgeo.mailinglist@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Hello,<br><br>Only a clue but because it's  XML, you have to escape your ampersands: so & become &amp;<br>and for a full example<br><br> "<a href="http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0">http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0</a>"<br>

become<br> "<a href="http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&amp;REQUEST=GetCoverage&amp;IDENTIFIER=testdata_raw&amp;VERSION=1.1.0">http://10.10.4.41/cgi-bin/test.cgi?SERVICE=WCS&amp;REQUEST=GetCoverage&amp;IDENTIFIER=testdata_raw&amp;VERSION=1.1.0</a>"<br>

<br></div><div>You can also try replacing & with hexadecimal notation &#038;<br><br>Regards<br><br>Thomas Gratier</div></div>
</blockquote></div><br></div></body></html>