|
Subject: [xsl] Restrictind a set of notes to within a group From: "Mark" <mark@xxxxxxxxxxxx> Date: Thu, 19 Apr 2012 07:17:11 -0700 |
have an xml file like
<Month>
<Date day=b1b>
<Session task=btask1b>
<Notes hours-worked=b1.5b/>
</Session>
<Session task=btask2b>
Notes hours-worked=b5b/>
<Session task=btask1b>
<Notes hours-worked=b3b/>
</Session>
</Date>
<Date day=b2b>
....
</Date>
</Month>
For the month, I want to sum all the hours-worked for each task:| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] format-number round is no, Andrew Welch | Thread | Re: [xsl] Restrictind a set of note, Martin Honnen |
| Re: [xsl] format-number round is no, henry human | Date | Re: [xsl] Restrictind a set of note, Martin Honnen |
| Month |