"dynamic" parser

jan <uk7i@rz.uni-karlsruhe.de>
28 Jul 1998 11:32:56 -0400

          From comp.compilers

Related articles
"dynamic" parser uk7i@rz.uni-karlsruhe.de (jan) (1998-07-28)
Re: "dynamic" parser qjackson@wave.home.com (Quinn Tyler Jackson) (1998-08-02)
Re: "dynamic" parser nnylfv@ny.ubs.com (Olivier Lefevre) (1998-08-10)
| List of all articles for this month |

From: jan <uk7i@rz.uni-karlsruhe.de>
Newsgroups: comp.compilers
Date: 28 Jul 1998 11:32:56 -0400
Organization: Compilers Central
Keywords: parse, WWW, question, comment

Hi,


I'm Looking For Pointers How To Construct A Html-Parser, Which Can Be
Configured By Selection Of Elements.


To Clarify: I Want To Parse Stock Notations From The Web. The User Should
Be Able To Select A Site And Then Designate Several Fields Like The Ticker
Symbol, The Order Volume Etc.


Any Comments Welcome.
[I'd do something ad-hoc in perl. The HTML you get back from most
web sites is pretty ugly, but it's usually easy enough to recognize
the parts you want if you just want to extract data like that. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.