Internal compiler error / XML parse error



Hello guys, ive just spent 6 hours modifying Dubai int, i changed the jetways, added static aircraft and improved airport environment but after all that work i get these errors when i try to build the package, does anyone know what they mean and how i can overcome this? thank you so much!!!

1 Like

Looks like your XML is malformed. The compiler can’t find a closure for your airport element. That is, you should have:

<Airport name="blah" ...>
    ...
</Airport>

Agree. I use the SDK documentation extensively. Quoted:
Airport Definition Properties

Finally, the XML document for an airport must have the following format:

<?xml version="1.0" encoding="utf-8"?>
    <FSData version="9.0">
        <Airport>
            <!-- Airport Data Elements Here -->
        </Airport>
    </FSData>

im so sorry, im confused as to what you mean, are you saying i should rename the XML? what exactly should i do?












Im a bit new to this, how exactly can i fix this? luckily i have it saved but here are some photos, i can send it to you guys if youre interested once the issue is solved

What I found, maybe it helps, is that the editor sometimes messes up with the XML format. The one that was producing that error for me is when I was adding multiple stops in a parking position. When I removed that (which is only visual as planes parks on the furthest) the error was gone. Your second screenshot shows that, try removing it.