$ sudo apt-get install xsltproc
$ wget https://raw.githubusercontent.com/niedbalski/nosetest-xunit-xslt/master/nosetests.xslt
$ xsltproc nosetests.xslt nosetests.xml > output.html
niedbalski/nosetest-xunit-xslt
XSLT template used to convert nose XUnit files to HTML.
XSLTBSD-2-Clause