Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Using HTMLEditorKit.Parser to parse <embed> elements

Reply
Thread Tools

Using HTMLEditorKit.Parser to parse <embed> elements

 
 
GlideKensington GlideKensington is offline
Junior Member
Join Date: Mar 2009
Posts: 2
 
      03-29-2009
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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
optparse: parse v. parse! ?? 7stud -- Ruby 3 02-20-2008 05:20 AM
replacing xml elements with other elements using lxml Ultrus Python 4 08-30-2007 07:17 AM
Parse elements in XML feed glbdev@gmail.com ASP General 3 04-22-2007 01:11 PM
How to parse a string like C program parse the command line string? linzhenhua1205@163.com C Programming 19 03-15-2005 07:41 PM
Re: How to parse DOM elements from a string? sukerwww XML 0 08-25-2004 02:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57