<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello,</div><div>I have some problems whie I try to access to the attributes of gml file stored in subtag. Normally when I use the event.feature.attributes.field1 I can extract the attributes stored in the node "field1". But when I have a situation like this</div><div><br></div><div>&lt;field1&gt;</div><div><span class="tab">&nbsp;&nbsp;&nbsp; &lt;field2&gt;</span></div><div><span class="tab">&nbsp;&nbsp;&nbsp; </span><span class="tab">&nbsp;&nbsp;&nbsp; information</span></div><div><span class="tab">&nbsp;&nbsp;&nbsp; &lt;/field2&gt;</span></div><div><span class="tab">&lt;/field1&gt;</span></div><div><br><span class="tab"></span></div><div><span class="tab">How I can access to the field2 node? I try with</span> <span class="tab">event.feature.field1.field2 but I obtain an undefined value.</span></div><div><br><span
 class="tab"></span></div><div><span class="tab">thanks to all,</span></div><div><br><span class="tab"></span></div><div><br><span class="tab"></span></div><div><span class="tab">Francesco<br></span></div></div></body></html>