Re: HTML Parser
- From: "John McTaggart" <john_at_compnet101_dot_com>
- Date: Sun, 24 Jul 2005 16:20:34 -0700
> I took a look at your site. From the property editor
> screenshot, I can see that it is event-based. While
> this is very good for speed as a general tag-based
> document parser, it leaves me with the job of constructing
> and filling all the data for the object tree I need to have.
>
> What i am lookking for is one that turns all that information
> into objects.
Understandable.
I wrote it as the base that could be used to construct
higher level objects like trees..
I use it to parse several RSS feeds into a tree and it's
pretty simple. Each of the tags, text, data etc. is
returned in its corresponding event as a persistent object
with an index number.
Having that, it's pretty simple..
Speed wise, it's way snappy..
John McTaggart
.
- References:
- HTML Parser
- From: adem
- Re: HTML Parser
- From: John McTaggart
- Re: HTML Parser
- From: listmember
- HTML Parser
- Prev by Date: Re: Delphi & Hand Held IT3800 Bar Code Scanner
- Next by Date: Re: my shopping cart
- Previous by thread: Re: HTML Parser
- Index(es):
Relevant Pages
|