OlgaC - 2006-07-24

I have few test suites. Their results now showing in Xml-file in 2 tables - Failed tests and Successful tests.
I need that results of each test suite was shown in its own tables(Failed and Success), i.e. if I have 2  test suites A and B I want to show 4 tables - A.Failed, A.Success, B.Failed, B.Success in one XML-file.
How can I do so with CppUnit?
Thank you!