Alignment LandXML export missing information for StaEquation

Hello,

When using Open Rail for exporting an Alignment to LandXML, the Station Equation at the XML does not have the full information. Let me explain with an example:

This is what I expect to find, exporting using Power Rail Track V8i:

<Alignments>

    <Alignment ... staStart="77215.1" ...>

        <StaEquation staAhead="215.1" staBack="77215.1" staInternal="77215.1">

            <Feature code="StaEquation">

                <Property label="bckEqn" value="" />

                <Property label="ahdEqn" value="KM77+" />  <!-- THIS IS THE INFORMATION I WANT -->

            </Feature>

        </StaEquation>

    </Alignment>

</Alignments>

This is the problem, exporting using OpenRail Designer version 10.10:

<Alignments>

    <Alignment ... staStart="215.1" ...>

        <StaEquation staAhead="215.1" staBack="215.1" staInternal="215.1" />

        <!-- NO MORE INFORMATION -->

    </Alignment>

</Alignments>

Does anybody knows how to export LandXML in order to include also the Kilometer information (as show on the XML above) ?