HTML Preprocessor
The HTML Preprocessor is designed to transform web
pages into files that are amenable to analysis by CodeSuite,
DocMate, and other source code analysis tools. The HTML
Preprocessor examines HTML files and other markup language
files and extracts all embedded code into separate files.
These files each contain only one kind of code that
can be easily analyzed and compared using CodeSuite
and DocMate. The code contained in these generated
files are:
- Scripts such as JavaScript and VBScript
- Cascading style sheets (CSS)
- Comment text containing HTML comments
- Message text containing HTML user messages
- HTML tags
- Pure HTML
- Pseudocode representation of the HTML
|