117
edits
Line 383: | Line 383: | ||
== Organizing by airline == | == Organizing by airline == | ||
Although the example above works and is perfectly legal, I would prefer to see the individual files grouped together by airline and aircraft type. One way to do this is to organize files by airline and within each airline by aircraft type. For example, we could group all KLM flights together. Then we | Although the example above works and is perfectly legal, I would prefer to see the individual files grouped together by airline and aircraft type. One way to do this is to organize files by airline and within each airline by aircraft type. For example, we could group all KLM flights together. Then we bundle these into a file called \verb|KLM.xml|, which would look like the following: | ||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
Line 392: | Line 390: | ||
</trafficlist> | </trafficlist> | ||
This file currently contains only one line, which includes the | This file currently contains only one line, which includes the '''MD11.xml''' group, but more could be added easily. | ||
== Organizing by aircraft type == | == Organizing by aircraft type == |
edits