xsl-list
[Top] [All Lists]

[xsl] adding attribute values

2007-07-05 09:09:08
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>