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

adding attribute values

Subject: adding attribute values
From: "Maxine Pensyl-Johnson" <Maxine.Pensyl-Johnson@xxxxxxx>
Date: Thu, 5 Jul 2007 09:08:34 -0700
 adding attribute values
I need assistance on getting my template to add the attribute values of
"person". I tried using the format-number, but I'm falling short on what
the second argument would be.

Any help is appreciated.
Thanks, Max


XSLT 1.0 SAXON6.5.5



<xsl:template match="person">
      	<tr>
          	<td width="40%" valign="top"
class="SubSectionHeader">Personnel:</td>
            <td align="left"><xsl:value-of
select="format-number(sum(@man))"/> men are required</td>
      	</tr>
</xsl:template>

Example:

<person man='1'>
<person man='6'>
<person man='2'>

Desired result:
Personnel:
9 men are required

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.