03-31-2020, 09:10 PM
I've created an XML file of Air Antwerp, which I acknowledge is still a very young airline. Wasn't sure if everything was implemented correctly though and didn't know how to get the logo to appear. I've added the logo as an attachment. One with and one without transparency
Code:
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="Air Antwerp" iata="WP" logo="WP2" color="Red" area="112" CEO=" Johan Maerten"
mentality="Moderate" market="Regional" preferedairport="ANR">
<narrative
narrative="Air Antwerp is a Belgian regional airline operating out of Antwerp International Airport. It was founded in 2019 and is a join venture between KLM and CityJet. It consists of many former employees of the defunct VLM Airlines" />
</profile>
<info real="True" from="2019" to="2199"></info>
<prefereds aircrafts="Fokker 50"></prefereds>
<routes>
<route destination1="ANR" destination2="LCY"/>
</routes>
<startdata>
<airliners>
<airliner type="Fokker 50" early="0" late="4"></airliner>
</airliners>
</startdata>
</airline>