Hey everyone,
I am quite new in creating custom XML reports (xsl files).
I am trying to get an custom output from the PROL software by cutomizing xsl file. I need to get a coordinates (X,Y,Z) of the track where reference line is crossing it.
f.ex. to get a Z coordinate I just copied following line from Structures report (and it works):
<td align="center">
<xsl:value-of select="inr:distanceFormat(number(@pglElevation), $xslElevationPrecision)"/>
</td>
but how to get a X and Y coordinates?
Problem is that i do not know what should i ask for (at the yellow marked line)?
I have tried:
Track/@easting
@easting
@pgleasting
Can anyone please help me with this
Thanks in advance
TOUR