To do unit test for C++ projects and Java projects, we choose cppUnit & JUnit. after the test processes, we will get test report in XML files. and they are in different format now.
but we want to use one task of Ant (Junitreport) to generate HTML file according to the XML file. so we have to convert cppUnit report into the format of the JUnit report.

so I wanna know how to do this kind of translation? I am really a newcomer to XML, I just got some general ideas on it in recent days.

who can show me the feasible way or give me some suggestions to help me to do investigation on it?

thanks sincerely