siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
694 stars 107 forks source link

Generate XML without XML and XSLT #390

Closed siom79 closed 4 months ago

siom79 commented 4 months ago

Currently the HTML output is generated by creating an XML document and then transforming it with XSL. This process consumes more CPU and memory than necessary. Hence; a new HtmlOutputGenerator should be implemented that generates the HTML without the necessity of XML.

siom79 commented 4 months ago

Fixed with 0.20.0