- Messages
- 115
- Country

Hello the past days i have been working whit a smal project by create a costum made ILS code that could be compiled but im not much in to it.
i so far got it working as it should by the codes here(have also attached so its easyer to se):
<?xml version="1.0"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<Airport ident="LGKR" name="Ioannis Kapodistrias"
lat="39 36.44999" lon="19 54.66668"
magvar="2.40" alt="5.997F"
city="Kerkira"
country="Greece">
<Runway lat="39 36.12101" lon="19 54.72451" alt="5.997F"
surface="ASPHALT" heading="168.76" length="7795.902F" width="147.997F"
number="17" designator="NONE" patternAltitude="999.988F"
primaryTakeoff="YES" primaryLanding="YES" primaryPattern="LEFT"
secondaryTakeoff="YES" secondaryLanding="YES" secondaryPattern="RIGHT">
<Ils lat="N39.593907" lon="E19.914167"
alt="11.81F" heading="348.79"
frequency="110.350" end="PRIMARY" backCourse="FALSE"
range="26.99N" magvar="2.40" ident="KR35" width="3.90"
name="ILS/DME 35">
<GlideSlope lat="N39.593273" lon="E19.915585"
alt="11.81F" pitch="3.00" range="26.99N" />
<Dme lat="N39.593907" lon="E19.914167" alt="11.81F" range="26.99N" />
</Ils>
</Runway>
</Airport>
</FSData>
but isent there a way to skip the text about the Airport and runway data as i only need the data for the ILS whit GS and DME
best regards LN
i so far got it working as it should by the codes here(have also attached so its easyer to se):
<?xml version="1.0"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<Airport ident="LGKR" name="Ioannis Kapodistrias"
lat="39 36.44999" lon="19 54.66668"
magvar="2.40" alt="5.997F"
city="Kerkira"
country="Greece">
<Runway lat="39 36.12101" lon="19 54.72451" alt="5.997F"
surface="ASPHALT" heading="168.76" length="7795.902F" width="147.997F"
number="17" designator="NONE" patternAltitude="999.988F"
primaryTakeoff="YES" primaryLanding="YES" primaryPattern="LEFT"
secondaryTakeoff="YES" secondaryLanding="YES" secondaryPattern="RIGHT">
<Ils lat="N39.593907" lon="E19.914167"
alt="11.81F" heading="348.79"
frequency="110.350" end="PRIMARY" backCourse="FALSE"
range="26.99N" magvar="2.40" ident="KR35" width="3.90"
name="ILS/DME 35">
<GlideSlope lat="N39.593273" lon="E19.915585"
alt="11.81F" pitch="3.00" range="26.99N" />
<Dme lat="N39.593907" lon="E19.914167" alt="11.81F" range="26.99N" />
</Ils>
</Runway>
</Airport>
</FSData>
but isent there a way to skip the text about the Airport and runway data as i only need the data for the ILS whit GS and DME
best regards LN
