Hi,
I need some guidence to get some data out from an XML file using the query function in LINQ to XML
Here is my XML file structure
There are thousand and thousands of ICAO nodes.
There are either a Runway node or none in a ICAO node.
There are from 2 to several Runway ids in a Runway node
I need to get a list of all Runway ids with its Hdg, Lat, Lon,FSStartLat and FSStartLon values for a specific ICAO id
I know how to open and query in general, but to get what I want I have so far not managed
How can this be done in the most effective way?

Nanddeep NachanPosted Mar 15, 2018, 8:46 AM
Manav PandyaPosted Mar 9, 2018, 10:37 AM
Nils OlssonPosted Mar 9, 2018, 8:42 AM