Text to HTML conversion

To All:Do any Java API's exist that include a class/method that can convert text strings to html...or simply parse a string to html?Thanks.Matt
[172 byte] By [fischman98a] at [2007-11-26 22:29:13]
# 1
I am not sure about the API but then you can just write a function to read the text file line by line and then output it into a html with prewritten html tags.
clarenceloha at 2007-7-10 11:33:04 > top of Java-index,Java Essentials,Java Programming...