change XML report format to support better integration
Brought to you by:
vlad_r
Allow better XPath/XSLT work. Related discussion:
http://sourceforge.net/forum/forum.php?thread_id=1186062&forum_id=373867
Logged In: YES
user_id=215483
This is really important to me. Basically, the XML file
should (at least optionally) contain pretty much everything
EMMA knows about. In particular, it doesn't currently
contain the line number information which the HTML report
knows about.
In my work I'm dealing with C#, Java and C++ projects, all
of which we need code coverage for. My plan is to use
different coverage tools (as the "best of breed" coverage
tool for each platform may be completely unrelated to the
others) and merge the results into a common XML format which
I can then produce an HTML report from.
As such, I need a way of getting complete information from
EMMA in a machine-readable format - and XML is the natural
way forward for that.