Converts XCCDF to TSV.
XCCDF-xml2tsv converts XCCDF XML documents (such as DISA STIGs) into easier to use Tab-Separated documents.
Please run as xccdf-xml2tsv.py <filename>
and a file called 'tmp.csv' will be written in the current directory.
Files should open easily in Excel.
E.g.:
$ python3 xccdf-xml2tsv.py U_Perimeter_Router_v8R2_manual.xccdf.xml
XCCDF2TSV by Adam Crosby is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.