Hi List, I've got a WFS serving data from a postgis database.<br><br>I'm hoping it's possible to add a gml tag based on another column that is in the database.<br><br>For example,<br>oid | description | geometry | value
<br>1 | Point A | geometry... | 100<br><br>retrieving both the description and the value would be great<br><gml:description>Point A</gml:description><br><gml:value>100</gml:value> <br><br>for each feature in the WFS.
<br><br>Does anyone know if this is possible or roughly how to accomplish this?<br>Thanks!<br>-Ed<br>