Hi List, I have mapserver serving a WFS from a postgis database and was wondering if it woudl be possible to add some extra tags with values from the database.<br><br>For example, here is one feature output:<br>    <ms:FireManageZones fid="DNR">
<br>    <gml:boundedBy><br>    <gml:Box srsName="EPSG:4326"><br><gml:coordinates>-150.282283,61.121625 -150.156914,61.173753</gml:coordinates><br></gml:Box><br></gml:boundedBy>
<br>    <ms:msGeometry><br>    <gml:Polygon srsName="EPSG:4326"><br>    <gml:outerBoundaryIs><br>    <gml:LinearRing><br>    <gml:coordinates><br>-150.238278,61.121625 -150.273558,61.123167
 -150.282283,61.126103 -150.243647,61.132514 -150.223019,61.168200 -150.197936,61.173608 -150.161342,61.173753 -150.156914,61.167431 -150.175039,61.147975 -150.195642,61.136814 -150.238278,61.121625 <br></gml:coordinates>
<br></gml:LinearRing><br></gml:outerBoundaryIs><br></gml:Polygon><br></ms:msGeometry><br><ms:PERIMETER>2.90162230000e-001</ms:PERIMETER><br><ms:REGION>MSS</ms:REGION><br><ms:AGENCY>DNR</ms:AGENCY>
<br><ms:SHAPE_Leng>2.90159043604e-001</ms:SHAPE_Leng><br><ms:SHAPE_Area>2.78830290124e-003</ms:SHAPE_Area><br></ms:FireManageZones><br></gml:featureMember><br><br><br>and I would just love to add a <gml:value>xxx</gml:value> for 1 to this output.  The xxx is a number in the 'value' column of the same database mapserver is accessing and would be different for each feature.
<br><br>Any ideas would be greatly appreciated.<br>Thanks!<br>-Ed<br>