I would like something that breaks down an html document to a datastructure, preferable one with tools like searching.
Parser.HTML is created to allow RXML (or similar) parsing with as little computron usage as possible. What I am using it for mostly is breaking down random HTML documents for data gathering, which isn't the intended use...