I just create a xsl conversion to pass from cunit-report.xml to hudson-report.xml. Maybe somebody needs that.
xsltproc --stringparam suitename test -o Hudson-Reports.xml template1.xsl cunit-Results.xml
Its can be added to a make target.
It can help to integrate with hudson without affect the cunit code.
Anonymous
xsl template for transformation