in reply to Hypertree from HTML file

Can you explain what you mean by the word "Hypertree"? It would make answering your question easier.

Replies are listed 'Best First'.
Re^2: Hypertree from HTML file
by GrandFather (Saint) on Oct 31, 2007 at 23:45 UTC
      That was one of my guesses. Another was that it was a tree (folding outline) of hypertext links. But why guess?
        I suppose its actually called a hyperbolic Tree, the prof only refers to it as a hyperTree. It would take in an HTML file and output it in xml tree format which I believe is a representation of a hypertree/Relational Database type format. I think HTML::TreeBuilder might be just what I'm looking for???