Hi List, I&#39;ve got a WFS serving data from a postgis database.<br><br>I&#39;m hoping it&#39;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>&lt;gml:description&gt;Point A&lt;/gml:description&gt;<br>&lt;gml:value&gt;100&lt;/gml:value&gt; <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>