<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello list,<br>
<br>
I am also posting this question on the Mapserver mailing list, but
maybe Flamingo is keen enough to have a solution already.<br>
<br>
I am identifying features on a WMS layer hosted on Mapserver. When I
inspect the result of an Identify request with Firebug (the greatest
javascript debugger in the world) in FireFox, I see that the request
returns values. But... they contain HTML unsafe characters, aargh!<br>
<br>
The metadata for the layer in my mapfile is:<br>
<br>
<font color="#3366ff"><tt>METADATA<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ows_title" "percelen"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ows_srs" "EPSG:28992"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "gml_featureid" "id" ##REQUIRED<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "wms_feature_info_mime_type"&nbsp; "text/html"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ows_feature_info_mime_type"&nbsp; "text/html" <br>
&nbsp;&nbsp;&nbsp; "wms_include_items" "all"<br>
&nbsp;&nbsp;&nbsp; "wfs_include_items" "all"<br>
&nbsp;&nbsp;&nbsp; "gml_include_items" "all"<br>
&nbsp;&nbsp;&nbsp; END<br>
<br>
</tt></font><font color="#000000">And the output</font><font
 color="#3366ff"><tt><br>
</tt></font><br>
<font color="#3366ff"><tt>&lt;?xml version="1.0"
encoding="ISO-8859-1"?&gt;<br>
&lt;msGMLOutput xmlns:gml=<a class="moz-txt-link-rfc2396E" href="http://www.opengis.net/gml">"http://www.opengis.net/gml"</a>
xmlns:xlink=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xlink">"http://www.w3.org/1999/xlink"</a>
xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>&gt;<br>
&lt;percelen_layer&gt;<br>
&lt;percelen_feature&gt;<br>
&lt;gml:boundedBy&gt;<br>
&lt;gml:Box srsName="EPSG:4326"&gt;<br>
&lt;gml:coordinates&gt;130000.180000,440000.214150
139925.430000,440000.820050&lt;/gml:coordinates&gt;<br>
&lt;/gml:Box&gt;<br>
&lt;/gml:boundedBy&gt;<br>
&lt;KRBJ&gt;HTN00 10233G0000&lt;/KRBJ&gt;<br>
&lt;KROBJ&gt;HTN00 00233G0000&lt;/KROBJ&gt;<br>
&lt;BLSRTBL&gt;&lt;/BLSRTBL&gt;<br>
&lt;RCAANDSR&gt;0000000100000002&lt;/RCAANDSR&gt;<br>
&lt;RCEINDDAT&gt;J&lt;/RCEINDDAT&gt;<br>
&lt;AREA&gt;53952.3530000000000000&lt;/AREA&gt;<br>
&lt;NAME&gt;Doe, J. / Doe, A.&lt;/NAME&gt;<br>
&lt;ADDRESS&gt;SOMESTR 12 , 1234AB, SOMEWHERE&lt;/ADDRESS&gt;<br>
&lt;/percelen_feature&gt;<br>
&lt;/percelen_layer&gt;<br>
&lt;/msGMLOutput&gt;</tt></font><br>
<br>
(Data scrambled for privacy protection)<br>
My guess is that these little , and / are what cause the trouble. Has
anyone ran into this before? And even better? Found a solution?<br>
P.S. 2 By the way, I am not the creator of the GIS data....as a BSc.
Geo-Informatics I am ashamed like.. for data like this.
</body>
</html>