Lets say that i have an xml file that look like this<?xml version="1.0"?>
<points>
<point>
<lat>38.12</lat>
<long>-81.25</long>
</point>
<point>
<lat>39.23</lat>
<long>-81.25</long>
</point>
</Points>
what is the simplest way to display them on a map....Assume that xml and app are going to be on same server...i know its piece of cake with FLEx and silver light API but failed trying with javascriptThanksZahid