[Home] [By Thread] [By Date] [Recent Entries]
<xsl:value-of select="Work_Location_longitude (position() -1) * 15 "/><!-- problem here --> If Work_Location_longitude is an element, then presumably you could do this: <xsl:value-of select="(Work_Location_longitude/position() - 1) * 15"/> This would return a value 0, 15, 30, 45, etc. depending on the position of the Work_Location_longitude element relative to its parent. Cheers, Adam.
|

Cart



