06-23-2018, 07:36 AM
The file you have attached is not in the correct xml format, but no matter what it looks like you are doing the correct, since the format is:
Don't mind it is a BA logo it is just for testing
What you are missing, or maybe something I should add to the code, is that if you have multiple logos then you need to specify it for all periods like this:
I hope it makes sense :-)
Code:
<airline>
<profile name="China Eastern Airlines" iata="MU" color="Blue" country="148" CEO="Liu Shaoyang" mentality="Aggressive" market="Global " preferedairport="SHA">
<narrative narrative="China Eastern is a major Chinese airline in operation out of Shanghai since 1988. They operate a fleet of 300 aircraft to 110 domestic and international locations. Their fleet is a broad mix of Boeing, Airbus, Bombardier, and Embraer." />
<logos>
<logo from="1988" to="2013" path="BA1975-1984">
</logo>
</logos>
</profile>
Don't mind it is a BA logo it is just for testing
What you are missing, or maybe something I should add to the code, is that if you have multiple logos then you need to specify it for all periods like this:
Code:
<airline>
<profile name="China Eastern Airlines" iata="MU" color="Blue" country="148" CEO="Liu Shaoyang" mentality="Aggressive" market="Global " preferedairport="SHA">
<narrative narrative="China Eastern is a major Chinese airline in operation out of Shanghai since 1988. They operate a fleet of 300 aircraft to 110 domestic and international locations. Their fleet is a broad mix of Boeing, Airbus, Bombardier, and Embraer." />
<logos>
<logo from="1988" to="2013" path="BA1975-1984"/>
<logo from="2014" to="2199" path="CL1958-1992"></logo>
</logos>
</profile>