FAIRDoc automaticallys scans ASP modules (ASP pages, include files) and auto-generates HTML-based reports. These reports details: which include files are used by which ASP pages. -which modules (sub-routines, functions) are declared in which pages / includes. This is for both VBScript and Javascript. It also details which parameters are passed to each module. - which VBScript variables are declared and in what page (and what line).
The tool has a Java front-end and produces the reports via XML/XSL/CSS
(therefore the reports can be customised) but it also generates ASP pages as
part of the reports which can be used to search each of the above
components. This uses Microsoft's XML Parser (V3).