I'm little lost here. I'm using googltest framework and just want to transform the xml report to an html. I found that xsltproc
does the job:
xsltproc style.xsl report.xml -o report.hmtl
but first I need to get a stylesheet. Just a basic-generic stylesheet so the result can be visualized on a browser, where can I find it?