Menu

HTMLStrings / News: Recent posts

HTMLStrings 1.0.003 quick start

A quick start guide were added to this project homepage.

Posted by Nicola Asuni 2005-04-16

HTMLStrings 1.0.000 released!

HTMLStrings is an open-source Java class that contains a collection of static methods to manipulate and convert HTML strings.
This class extend the com.tecnick.htmlutils Java package that provides a collection of utilities to create, parse and convert HTML/XHTML documents.
The HTMLStrings main features are:
convert the string charset encoding to any other supported Java charset encoding;
compact a string to a single blank-spaced line; this is needed for example when you want to dynamically insert a text to a javascript call inside an HTML document, or you want to reduce the size of HTML document without compromising the content and presentation;
quickly convert newline characters to XHTML element; this is useful when you want to create a basic text to XHTML converter.

Posted by Nicola Asuni 2005-03-17