Hi,<div><br></div><div><span class="Apple-style-span" style="text-decoration: underline;">I&#39;ve got the current layer definition</span></div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; border-collapse: collapse; "><p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; ">
NAME &quot;ROLE_V_COMPLET&quot;<br>CONNECTIONTYPE oraclespatial<br>CONNECTION &quot;{5ACE86C1C85}&quot;<br>PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;<br>DATA &quot;shape FROM ROLE_V_COMPLET USING UNIQUE OBJECTID SRID 32198&quot;<br>
TYPE    POINT<br>DUMP    TRUE<br>STATUS  ON<br>TEMPLATE &quot;<a href="http://geomsp.msp.gouv.qc.ca/communs/todo2.html" target="_blank" style="color: rgb(66, 99, 171); ">http://geomsp.msp.gouv.qc.ca/communs/todo2.html</a>&quot;<br>
TOLERANCE 10<br>MAXSCALE 8000<br>MINSCALE 1<br>METADATA<br>    &quot;wms_group_title&quot;               &quot;MAMR-Rôle d&#39;évaluation&quot;<br>    &quot;wms_name&quot;                      &quot;ROLE_V_COMPLET&quot;<br>
    &quot;wms_title&quot;                         &quot;Rôle&quot;<br>    &quot;wms_keywordlist&quot;               &quot;&quot;<br>    &quot;wms_server_version&quot;          &quot;1.1.1&quot;<br>    &quot;wms_abstract&quot;                   &quot;Rôle (1/8 000) (Source : MAMR)&quot;<br>
    &quot;wms_srs&quot;                          &quot;EPSG:32198 EPSG:900913&quot;<br>    &quot;wms_extent&quot;                      &quot;-1100000 -23500 1100000 2253500&quot;<br>    &quot;wms_metadataurl_format&quot;  &quot;text/html&quot;<br>
    &quot;wms_feature_info_mime_type&quot;    &quot;text/html&quot;<br>    &quot;gml_feature_info_mime_type&quot;    &quot;text/html&quot;<br>    &quot;gml_include_items&quot;             &quot;all&quot;<br>    &quot;wms_include_items&quot;             &quot;all&quot;<br>
    &quot;wms_dataurl_format&quot;            &quot;text/html&quot;<br>    &quot;ows_metadataurl_format&quot;        &quot;text/html&quot;<br>    &quot;ows_include_items&quot;             &quot;all&quot;<br>END<br>PROJECTION<br>
    &quot;init=epsg:32198&quot;<br>END<br>CLASS<br>    NAME &quot;ROLE_V_COMPLET&quot;<br>    STYLE<br>        SYMBOL &#39;circle&#39;<br>        COLOR 65 105 225<br>        SIZE 5<br>    END<br>END </p><p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; ">
<br></p><p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; "><span class="Apple-style-span" style="border-collapse: separate; font-family: arial; font-size: small; "><span class="Apple-style-span" style="text-decoration: underline;">Here my very simple template (todo2.html) which contain</span></span></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; "><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small; ">&lt;table&gt;</span></font></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; "><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small;">&lt;tr&gt;</span></font></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; "><font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small;">&lt;td&gt;</span></font></p>
</span></div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; border-collapse: collapse; ">[DATE_PRODUCTION]</span></div><div>&lt;/td&gt;</div><div>&lt;/tr&gt;</div><div>&lt;table&gt;</div>
<div><br></div><div><span class="Apple-style-span" style="text-decoration: underline;">And then, my GetFeatureInfo call</span></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: 13px; border-collapse: collapse; "><a href="http://myserver/cgi-wms/gouvqc?REQUEST=GetFeatureInfo&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;LAYERS=ROLE_V_COMPLET&amp;STYLES=default&amp;INFO_FORMAT=text/html&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE&amp;SRS=EPSG:32198&amp;BBOX=-212116.638237514,316950.878824665,-212070.655690493,316990.471589178&amp;WIDTH=770&amp;HEIGHT=663&amp;QUERY_LAYERS=ROLE_V_COMPLET&amp;X=298&amp;Y=326">http://myserver/cgi-wms/gouvqc?REQUEST=GetFeatureInfo&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;LAYERS=ROLE_V_COMPLET&amp;STYLES=default&amp;INFO_FORMAT=text/html&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE&amp;SRS=EPSG:32198&amp;BBOX=-212116.638237514,316950.878824665,-212070.655690493,316990.471589178&amp;WIDTH=770&amp;HEIGHT=663&amp;QUERY_LAYERS=ROLE_V_COMPLET&amp;X=298&amp;Y=326</a></span></div>
<div><br></div><div>
I receive this response:</div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; border-collapse: collapse; ">[DATE_PRODUCTION] -&gt; mapserver dont seem to replace the variable with the query value</span></div>
<div><br></div><div>If I just change the info_format for text/plain or GML, it&#39;s working perfectly (so Imy connection and other parameter seem OK)</div><div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; border-collapse: collapse; "><p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; ">
<span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; "><a href="http://myserver/cgi-wms/gouvqc?REQUEST=GetFeatureInfo&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;LAYERS=ROLE_V_COMPLET&amp;STYLES=default&amp;INFO_FORMAT=text/plain&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE&amp;SRS=EPSG:32198&amp;BBOX=-212116.638237514,316950.878824665,-212070.655690493,316990.471589178&amp;WIDTH=770&amp;HEIGHT=663&amp;QUERY_LAYERS=ROLE_V_COMPLET&amp;X=298&amp;Y=326">http://myserver/cgi-wms/gouvqc?REQUEST=GetFeatureInfo&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;LAYERS=ROLE_V_COMPLET&amp;STYLES=default&amp;INFO_FORMAT=text/plain&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE&amp;SRS=EPSG:32198&amp;BBOX=-212116.638237514,316950.878824665,-212070.655690493,316990.471589178&amp;WIDTH=770&amp;HEIGHT=663&amp;QUERY_LAYERS=ROLE_V_COMPLET&amp;X=298&amp;Y=326</a></span></p>
<div><font class="Apple-style-span" face="&#39;Times New Roman&#39;"><span class="Apple-style-span" style="font-size: small;"><br></span></font></div><div><span class="Apple-style-span" style="font-size: small; "><font class="Apple-style-span" face="&#39;Times New Roman&#39;">I&#39;am using MapServer 5.4.2 , </font></span><span class="Apple-style-span" style="border-collapse: separate; font-family: arial; font-size: small; ">Any advice?</span></div>
</span></div></div>
<div><br></div><div>MartinO</div>