Re: HTML Parser



> 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


.



Relevant Pages

  • Re: Phylogenetic question for John Harshman
    ... I mean useful for constructing a phylogenetic ... this car" is *not* useful for constructing a phylogenetic tree. ... mean when you wrote "A plug that works in this car"? ...
    (talk.origins)
  • Re: Phylogenetic question for John Harshman
    ... I mean useful for constructing a phylogenetic ... this car" is *not* useful for constructing a phylogenetic tree. ... Sigh all you like. ... informative traits because they're not a requirement for any ...
    (talk.origins)
  • Re: about tree
    ... beginers of c writes: ... i want a program for constructing a tree in C. ... And also i wish to traverse the tree.pls write a program for it ...
    (comp.lang.c)
  • Re: Explorer type panel
    ... > the windowsxp explorer? ... Nuh, I don't actually.. ... Mine has a tree, it must be ... Got a URL to a screenshot? ...
    (comp.lang.java.programmer)
  • help on graph algorithms - constructing a tree with a mixed criterion
    ... undirected graph. ... to construct a tree T which minimizes the cost with the format ... minimum spanning tree (MST) in graph G, ... As constructing MST and SPT both are in complexity P, ...
    (sci.math)