JTidy

JTidy can be used to clean up the html code rendered by tomcat. ZEPRS is currently not using JTidy - trying to keep libs to a minimum; however, it's a nice idea.

engine2.jsp and js.jsp need the folloing code in order to keep jTidy from messing up its javascript:

  1. <br />
  2. &lt;%@ taglib uri="/WEB-INF/tlds/jtidy-taglib-12.tld" prefix="jtidy" %&gt;<br />
  3. <br />