The Unbearable Lightness of Java

StripHtml StripHtml

StripHtmlTagAdapter is Lagarto tag adapter that can used for reducing the size of HTML pages by removing all unnecessary characters.

StripHtmlTagAdapter does the following modifications to HTML page:

  • removes all HTML comments.
  • replaces mutliple whitespaces in text with a single space character.

Note that javascript blocks are not stripped by this tag adapter.