Hi all,<br><br>Another newbie question here. I&#39;ve successfully created popups, but now I&#39;m having trouble reading the GML attributes and formating the text. I can&#39;t seem to figure out the dom structure of the GML. <a href="http://feature.id">feature.id</a> returns OpenLayers.FeatureVector_210, which I&#39;m pretty sure is OL&#39;s feature ID.<br>
<br>When I use this formatting the text only feature.attribures returns this &quot;[object Object]&quot;, the others return &quot;undefined.&quot;<br><br>&quot;&lt;div style=&#39;font-size:.8em&#39;&gt;Site_ID: &quot; + <br>
feature.attributes.title +&quot;&lt;hr /&gt;<br>Locality: &quot; + feature.attributes.title+&quot;&lt;br/&gt;<br>Description: &quot; +feature.attributes+&quot;&lt;br/&gt;<br> This should do something else&lt;/div&gt;&quot;,<br>
<br>here&#39;s the structure of my GML<br><br> &lt;gml:featureMember&gt;<br>    &lt;ogr:site2000 fid=&quot;F0&quot;&gt;<br>      &lt;ogr:geometryProperty&gt;&lt;gml:Point srsName=&quot;EPSG:32632&quot;&gt;&lt;gml:coordinates&gt;683247.00000048568,3736338.9999997145&lt;/gml:coordinates&gt;&lt;/gml:Point&gt;&lt;/ogr:geometryProperty&gt;<br>
      &lt;ogr:NEWSITE_&gt;14811205&lt;/ogr:NEWSITE_&gt;<br>      &lt;ogr:UTM_E&gt;683247&lt;/ogr:UTM_E&gt;<br>      &lt;ogr:UTM_N&gt;3736339&lt;/ogr:UTM_N&gt;<br>    &lt;/ogr:site2000&gt;<br>  &lt;/gml:featureMember&gt;<br>
<br>Any suggestions on how to read the gml attributes, rather than OL&#39;s feature descriptions?<br><br>Sorry for the poorly articulated question.<br><br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML">
</div>