Hi can anyone direct me to any literature on the javax.swing.text.html class (not the docs). I need to write an application that will delete any text above a certain tag in an HTML doc. and write out a new HTML file. I dont know if I should just use StringTokenizer or HTML class (I cant seem to find any examples on this class or just exactly what it is used for). Thanks in advance