The xml response has a collection of latitude and longitude, in the following format.
I need to add markers to these mentioned lattitudes-longitudes on to the map component.
pre
<Main>
<Sub1>
<Sub1a>
<latitude>71.25</latitude>
<longitude><14.25</longitude>
</Sub1a>
<Sub1b>
<latitude>7.32</latitude>
<longitude><78.2</longitude>
</Sub1b>
</Sub1>
<Sub2>
<Sub2a>
<latitude>75.23</latitude>
<longitude>2.33</longitude>
</Sub2a>
<Sub2b>
<latitude>82.3</latitude>
<longitude><55.22</longitude>
</Sub2b>
</Sub2>
<Sub3>
<Sub3a>
<latitude>71.25</latitude>
<longitude><14.25</longitude>
</Sub3a>
</Sub>3
</Main>
/pre