I have a huge amount of documentation (approx 900pages) in autogenerated HTLM format.
The output html often contains HTML tags that are HTML encoded. For example, instead of <br/> you see <br/>. This error is quite arbitrary, sometimes generated good, sometimes bad.
The generator tool is a third party application (Enterprise Architect), I have some but quite limited influence on the generation process. For example, I am able to change the DocType of the document, I am able to add some javascript. Is there a way to force the browser to interpret <br/> as a proper BR tag?