Based on DisCo, but using a tweaked stylesheet.
- Get full XML dump from tracker and save as dump.xml
- Edit dump.xml to add these two lines at the start:
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="disco.xsl"?>
- XML can be viewed directly in a browser, or the result saved. Save result of the xslt transform as dump.html and check it in.
DO NOT check in dump.xml or the universe will explode due to recursion.
Chris