- Joined
- Mar 29, 2009
- Messages
- 1
- Reaction score
- 0
I've been using the HTMLEditorKit.Parser to do parsing on a html page just fine until I wanted to get an <embed> element inside of an <object>. The parser has no problem finding the <object> tag but then it doesn't seem to find the <embed> tag inside it. Does anyone know how to resolve this? Any help would be greatly appreciated. Thank you.