Hello.
I was wondering if it was possible to call all the airport information from the database into a .xml file? for example:
Dublin airports lat/long is: 51.5002/-0.1262
So I wish to display:
<lines>
<line lat="51.5002" long="-0.1262" width="1" name="Dublin" alpha="40"></line>
</lines>
Any help is appreciated,
James