java - Feed rendered jsp pages through htmltidy -
I have a Java project running on a glassfish that shows some ugly looking HTML for various internal and external JSP libraries. Its a side effect by using it. I would like to set some types of post-render filters which will feed the final HTML via HTTLDE so that the source is good and clean to help debugging. Is this possible?
Is the mechanism designed to perform some actions after rendering JSP in HTML to the server? Can this action get the HTML generated as a string and manipulate it? Is there a few easy implicit options to do this without any additional coding?
Comments
Post a Comment