Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Simple question? element value last() - element value (first) [Thread Next] Re: [xsl] Simple question? element value last() - element value (first)To: Date: 8/4/2008 1:58:00 PM You want 1 number but you are looping over <xsl:for-each select="works_details"> and working out a number for each. As each works_details only has a single "Work_Year child Work_Year[last()] and Work_Year[1] are the same element, so you get 0 in each case for the difference. You want <xsl:template match="artist_works"> <xsl:value-of select=" (works_details/Work_Year)[last()] - (works_details/Work_Year)[1]"/> </xsl:template> David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
