> I have an part of HTML that I need to edit.
>> Currently, I'm wrapping it in
>> '<html><head></head><body>'.$str.'</body></html>',
>> and the use HTML::TreeBuilder to parse, modify, and dump it back to text.
>> and then I remove the enclosing tags.
>>
>> It works pretty well so far, but is there a better way?
>>
>
> Yes, there is!
> HTML::Zoom!
>

Ah, nice one. CSS selectors will rule the world!
I see that all the examples are with full html. will it accept html part?

Shmuel.
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to