|
Does anyone know of a cheap (or free) set of classes (or sun API's) that convert text to HMTL (line breaks to <br>, etc...) ?
I know it wouldn't be too hard to write, but I'm pressed for time and would prefer to use pre-written code.
I need it to be in java because it's got to be called either from a jsp or servlet so a user can paste text into a form and have it saved in the database with html tags. Thanks. |