<!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>
"ows_title" "percelen"<br>
"ows_srs" "EPSG:28992"<br>
"gml_featureid" "id" ##REQUIRED<br>
"wms_feature_info_mime_type" "text/html"<br>
"ows_feature_info_mime_type" "text/html" <br>
"wms_include_items" "all"<br>
"wfs_include_items" "all"<br>
"gml_include_items" "all"<br>
END<br>
<br>
</tt></font><font color="#000000">And the output</font><font
color="#3366ff"><tt><br>
</tt></font><br>
<font color="#3366ff"><tt><?xml version="1.0"
encoding="ISO-8859-1"?><br>
<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>><br>
<percelen_layer><br>
<percelen_feature><br>
<gml:boundedBy><br>
<gml:Box srsName="EPSG:4326"><br>
<gml:coordinates>130000.180000,440000.214150
139925.430000,440000.820050</gml:coordinates><br>
</gml:Box><br>
</gml:boundedBy><br>
<KRBJ>HTN00 10233G0000</KRBJ><br>
<KROBJ>HTN00 00233G0000</KROBJ><br>
<BLSRTBL></BLSRTBL><br>
<RCAANDSR>0000000100000002</RCAANDSR><br>
<RCEINDDAT>J</RCEINDDAT><br>
<AREA>53952.3530000000000000</AREA><br>
<NAME>Doe, J. / Doe, A.</NAME><br>
<ADDRESS>SOMESTR 12 , 1234AB, SOMEWHERE</ADDRESS><br>
</percelen_feature><br>
</percelen_layer><br>
</msGMLOutput></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>