View Single Post
  #1  
Old 07-13-2004, 04:06 PM
Pyro Pyro is online now
Registered User
 
Join Date: 07-13-2004
Posts: 6
Outputting Elapsed Time in HTML

In addition to the defaults of Start/Finish time, etc. that are listed in the HTML version of the log, I'd like to add the total elapsed time as well, which appears to be an already created field for me in the .log file itself.

I have edited my .xslt file to include the lines:

<td class="tablehdr">Elapsed</td>

and

<td><xsl:value-of select="status/@elapsed"/></td>

in the Summary area. This works and looks great for every build except the current one, where the table cell is simply blank. And that's all I really care about since I start my log file from scratch every time. Any ideas on how to get that field to show up?

Thanks,
Rob
Reply With Quote