|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xpath simple sum
Hi Juan,
Juan Perez wrote: Hi to everybody, You can not do this at the node Population_info and create there the sum of all Population. You will only find the Population, which is a child of the node, which is matched at the moment. You can do the sum in Population_infos, because this node has all Population-nodes as descendants (I assume). There it is possible to use <xsl:value-of select="sum(Population_info/Population)"/>. Or with a selection range: <xsl:value-of select="sum(Population_info[@Year > 1900 and @Year < 1950]/Population)"/> I can show, for example, Hope this helps, Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7435 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








