
Matus Chochlik wrote:
It's not intended to be viewed directly. Any number of xml viewers/converters exists to present it in your preferred format. It might be nice to develop some xslt stilesheets to present simple html reports. Anyone interested?
I can help with that if You can give me some sample XML files to work on and some hints how the output should look like.
I don't have any specific position on how it should look like. Probably something that matches some popular format. As for the sample, you can generate one from any test module built with Boost.Test. Both log and report content vary significantly depending on log and report level respectively. Unfortunately there is no schemas available at the moment. Your best shot is to look on XML formatters in xml_log_formatter.ipp and xml_report_formatter.ipp. Gennadiy