[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: value-of select - then multiply

Subject: Re: value-of select - then multiply
From: Adam Nielsen <adam.nielsen@xxxxxxxxx>
Date: Wed, 18 Jun 2008 11:54:43 +1000
Re:  value-of select - then multiply
<xsl:value-of select="Work_Location_longitude (position() -1) * 15 "/><!-- problem here -->

I want to get the Work_Location_longitude value, and add an offset value to this if there is more than one record with the same Work_Location_longitude value.

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.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.