Welcome to HTMLi.com!
HTML improved is the first 100% XSL open source AJAX framework.
Java/JSP
Integration guide
Using Tag Library
  1. Download htmli-0.4.1rc3.zip and uncompress it in the root directory of your web site.
  2. Download htmli-0.4.1rc3.jar and include it in your WEB-INF directory
  3. Include jhtmli.tld file in your WEB-INF directory
  4. Modify web.xml file so as to recognise HTMLi files and TLD
  5. Remember to include
    <%@ taglib uri= "http://www.htmli.com/jhtmli" prefix="jhtmli"%>
    in your jsp pages!
Click here to see an HTMLi+JSP sample.
Using .htmli files
  1. Download htmli-0.4.1rc3.zip and uncompress it in the root directory of your web site.
  2. Download htmli-0.4.1rc3.jar and include it in your WEB-INF directory
  3. Include jhtmli.tld file in your WEB-INF directory
  4. Modify web.xml file so as to recognise HTMLi files and TLD
Click here to see an HTMLi sample.
HTMLi Version 0.4.1