Re: subclassing HTML::Parser

2004-08-01 Thread Andrew Gaffney
Charles K. Clarkson wrote: From: Andrew Gaffney wrote: : I've created a module that uses HTML::Parser to parse some : HTML and create a tree structure. Someone had suggested to : use HTML::TreeBuilder, but my HTML contains HTML::Mason : code embedded, and HTML::TreeBuilde

RE: subclassing HTML::Parser

2004-08-01 Thread Charles K. Clarkson
From: Andrew Gaffney wrote: : I've created a module that uses HTML::Parser to parse some : HTML and create a tree structure. Someone had suggested to : use HTML::TreeBuilder, but my HTML contains HTML::Mason : code embedded, and HTML::TreeBuilder doesn't handle that : we