6/13/2006
XSLT Transforms With Sablotron
To transform the XML output of one application into nice looking html with Sablotron
sabcmd XSL-STYLESHEET XML-INPUT-FILE HTML-OUTPUT-FILE
This is cool for making reports of Nmap port scans.
nmap -v -sV 127.0.0.1 -oX XML-OUTPUT-FILE
-oX produces XML output
Later versions of Nmap come with an XSL template (nmap.xsl). If you can’t find that one, try one of these:
Popularity: 6%


