Randy W. Sims [RWS], on Tuesday, November 30, 2004 at 11:41 (-0500)
wrote:

first of all - thanks for reply, I thought, I didn't get one, because
I have always specific problems, such this :)

RWS> There are basically two types of parser: 1) the type that reads in html,
RWS> xml, etc. and builds an in memory representation of the data, usually a
RWS> hierarchical tree structure, and 2) the type that reads in the file and
RWS> fires off events for each of the tags/elements it encounters.

thanks for nice explanation. I did parsing before, but it was yeasy,
with regexp. I read some articles in O'reilly, that are some modules
for this, so I give a try - also I tried tokeparser, but I get into
certain point and I didnt know how to continue, so I try HTML::Tree.

RWS> based on HTML::Parser and they both deal exclusively with html tables:
RWS> HTML::TableExtractor
RWS> HTML::TableContentParser

hm, I knew about those, but I didn't look on them closely. Now I did,
and maybe they will help me, tomorow I will try.

-- 

 ...m8s, cu l8r, Brano.

[*  <-- Tribble  $***,***,***.**  <-- floating tribble sign]


-=x=-
Skontrolované antivírovým programom NOD32


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to