Print the text into html file

Dear all,How i will print the result directly to the html file instead of print output in the console. Give the sample code. Thanks & Regards,kumar
[186 byte] By [kumartnja] at [2007-11-26 20:02:07]
# 1
http://www.exampledepot.com/egs/javax.print.attribute.standard/Dest.html
ChuckBinga at 2007-7-9 23:01:05 > top of Java-index,Java Essentials,New To Java...
# 2
Hi kumar :)I'm not sure if this is what you mean but Jakarta has an Element ConstructionSet (ECS) API that can generate elements for HTML and XML mark-up languages.Please checkout their site: http://jakarta.apache.org/ecs/
lem@phila at 2007-7-9 23:01:05 > top of Java-index,Java Essentials,New To Java...