Re: WANTED: HTML parser with inline replace

2008-01-06 Thread Andy Lester
On Jan 6, 2008, at 8:33 PM, Tuc at T-B-O-H.NET wrote: I was hoping for something that abstracted the tags up a bit, like the "find_all_links/find_all_images" in WWW::Mechanize. If not, I might have to dig deeper into your code and HTML::TagSet to see if it can do it. Modules are not

Re: WANTED: HTML parser with inline replace

2008-01-06 Thread Tuc at T-B-O-H.NET
Hi, Thank you for the reply. I did look at your module. If I find something else that does what I want, but lacks the functionality you implemented, it is already on my list. :) As an example of what I'm looking at, in WWW::Mechanize its the ability to call "url" for what

Re: WANTED: HTML parser with inline replace

2008-01-06 Thread Tatsuhiko Miyagawa
I'm not sure what you mean by "resolve ALL links" but my HTML::ResolveLink would do the job quite nicely. http://search.cpan.org/~miyagawa/HTML-ResolveLink-0.05/lib/HTML/ResolveLink.pm It uses HTML::TagSet implementation to figure out which links are to be resolved. Even if it doesn't work for you