Pure HTML documentation template for Enterprise Architect

I am using Enterprise Architect from Sparx Systems for URL class diagrams for reverse engineering from my source code and want to do this even further using the documentation code for my HTML code.

However, I find that the markup created by Enterprise Architect is populated with Javascript, and I think I even noticed VB Script there. I want me to be a clean HTML template that I can use to create simple markup that will work well in all browsers.

I tried to manually create this template using the template editor in Enterprise Architect 8, but I find it cumbersome.

Does anyone know of an existing template that I can use, or of an easier way to create a template without using the built-in template editor?

+3
source share
1 answer

The only way to use JavaScript is to enable it by enabling XMLHTTPRequest in your browser. It works great in Firefox, Opera, and IE. The HTML EA template doesn’t provide many features, but you can change everything thanks to JavaScript.

Another way is to export all the diagrams as png or another image file, and then manually create a static web page.

+1
source

Source: https://habr.com/ru/post/1767841/


All Articles