Re: Parsing HTML : I would appreciate advice

"excalibur2000" <JustinBl@osiristrading.com>
15 Nov 2006 00:11:10 -0500

          From comp.compilers

Related articles
Parsing HTML : I would appreciate advice jim@aol.com (Jim) (2006-11-13)
Re: Parsing HTML : I would appreciate advice zingard@mcmaster.ca (Daniel Zingaro) (2006-11-15)
Re: Parsing HTML : I would appreciate advice JustinBl@osiristrading.com (excalibur2000) (2006-11-15)
Re: Parsing HTML : I would appreciate advice vidar.hokstad@gmail.com (Vidar Hokstad) (2006-11-15)
Re: Parsing HTML : I would appreciate advice Juergen.KahrsDELETETHIS@vr-web.de (Juergen Kahrs) (2006-11-15)
Re: Parsing HTML : I would appreciate advice JoachimPimiskern@web.de (Joachim Pimiskern) (2006-11-15)
Re: Parsing HTML : I would appreciate advice m.collado@fi.upm.es (Manuel Collado) (2006-11-15)
Re: Parsing HTML : I would appreciate advice ojh16@student.canterbury.ac.nz (Oliver Hunt) (2006-11-15)
Re: Parsing HTML : I would appreciate advice sorry@nospam.org (Tim Van Holder) (2006-11-18)
| List of all articles for this month |

From: "excalibur2000" <JustinBl@osiristrading.com>
Newsgroups: comp.compilers
Date: 15 Nov 2006 00:11:10 -0500
Organization: Compilers Central
References: 06-11-059
Keywords: parse
Posted-Date: 15 Nov 2006 00:11:10 EST

IMHO, if you really want speed and optimisation, I suggest writing a
state machine that will parse the data you require and extract the data
you are looking for based on using regular expressions. A good compiler
theory book will give you the low downs and nasties.



Post a followup to this message

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