[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ci_reporter xsl

aidy

1/6/2008 7:40:00 PM

Hi,

Could anyone provide any xsl for ci_reporter xml please?

Aidy
1 Answer

Nick Sieger

1/7/2008 3:22:00 AM

0

On 1/6/08, aidy <aidy.lewis@googlemail.com> wrote:
> Hi,
>
> Could anyone provide any xsl for ci_reporter xml please?

ci_reporter's xml was modeled after Ant's JUnit task, so you could use
these that come with Ant:

http://svn.apache.org/repos/asf/ant/core/trunk/src/etc/junit-no...
http://svn.apache.org/repos/asf/ant/core/trunk/src/etc/junit-...

Cheers,
/Nick