|
From: Julian S. <js...@ac...> - 2008-08-27 07:09:36
|
On Tuesday 26 August 2008, Dave Nomura wrote: > Is there a *.xsd or *.dtd that describes the XML that is output by the > --xml option? No; but there is docs/internals/xml-output.txt which describes it. > Are there any consumers of valgrind's xml in the valgrind source tree? No. > Other consumers? Two, afaik: * Valkyie, a Qt-based GUI: http://www.open-works.net/projects/valkyrie.html * Memcheckview, a(nother) Qt-based GUI: https://computation.llnl.gov/casc/tool_gear/memcheckview.html > Is there any documentation or suggestions for developing an XML consumer > of valgrind --xml ? I don't think so. Both of the above tools use a Qt class for parsing the XML. I don't know any details though. J |