Hello:

On Sun, Apr 29, 2007 at 10:34:43PM -0400, killy wrote:
> New guy here. I hope this one hasn't been asked many times over. ;-)
> What can I do with the XML formated reports?
> Can I use a program to parse them in to custom reports?
> Is there a better way to make custom reports? mysql?

I asked a similar thing here a while back, and didn't get too many
responses.  The common thing to do would be to use or write a xsl transform
for the xml output.  This could be create reports in a number of formats
(html, pdf, etc).  

        http://www.w3.org/TR/xslt 
        http://xmlgraphics.apache.org/fop/

I did get a response from a list-member who wrote his own xslt.  It outputs
to html, and can be found on his site (along with instructions on how to use
it):

        http://www.securityfoundry.com/

HTH,

Aaron
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to