OpenRail Forum - Custom XML, Pwer Rail Overhead Contact line (PROL)
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Custom XML, Pwer Rail Overhead Contact line (PROL)

by
Bentley Communities Legacy Member
Expert
Created in OpenRail Forum

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