JEditorPane - DOM
Hello!
I use the JEditorPane to retrieve simple html files and to show them. Now it gets more tricky and sadly I cant figure out how to get the DOM out of it. Is that possible?
Another way may be over org.w3c.dom.... but this parser seems to be very bad in parsing "normal" sites (because of the "normal" mistakes in the sites)
Thanks for any Idea, I really don't know how to proceed there :(