Missing ../ in path when displaying xml xref fixes #806
Bug #17128: add more syntax highlighting styles and list all definitions/functions Make definitions available when generating xref on the fly from the webapp.
Bug #15859: html analyzer doesn't escape forms
Make AnalyzerGuru.writeXref() take a Reader instead of an InputStream The Xref classes should be independent of the input file encoding, so therefore a Reader (which operates on characters) is more appropriate than an InputStream (which operates on bytes).
Bug #2225: Links to classes referenced in XML are incorrect