Simone.C - Monday, January 28, 2013 1:00 PM:
Hi, I would like to modify the standar ProjectTimeReport, with the aim of display the assignment work hours not for week, but with daily interval.
I've tried to understand the relative stylesheet, but I don't know how change the code; I think the lines to change are:
<tr>
<xsl:for-each select="../../Relationships/Item[1]/Relationships/Item[1]/dates/date[position()>$start and position()<$end]">
<td class="date">
<xsl:value-of select="@date"></xsl:value-of>
</td>
</xsl:for-each>
</tr>
Any help will be really appreciate!
Thanks in advance...