How to parse HTML page to HTMLDocument?
807589Sep 20 2008 — edited Sep 20 2008I can get HTML page as String or as InputStream. Only problem is that I cannot parse it to HTMLDocument object, because I want to display that data in JTextPane. Or is there anyway to show HTML in JTextPane that is in String format?