Results 1 to 2 of 2

Thread: Parsing HTML Fields

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Does anyone know where I can find source code for a class that will take HTML source code and parse out the names and values of HTML form elements from within it? I don't want to have to write the entire class myself unless I have to, no point reinventing the wheel.
    I thought about using an XML parser and even started experimenting with it, but too many HTML pages are non well formed for this to work.
    Thanks.
    "People who think they know everything are a great annoyance to those of us who do."

  2. #2
    Guest
    I'm sure we would need to parse the tags to make the following have active hyperlinks

    http://forums.vb-world.net/showthrea...threadid=44668

    so I expect the Parser class to still be needed unless there are cool attributes/methods in the JEditorPane.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width