http://www.perlmonks.org?node_id=921264


in reply to Re^3: Removing nested div Tag from HTML
in thread Removing nested div Tag from HTML

I tried the HTML::Tree, but It only gets me the content of the tag. I would need to pull out the whole tag with all tags inside it and remove a specific tag based on attribute.

Is it possible to do this with HTML::Tree?

  • Comment on Re^4: Removing nested div Tag from HTML

Replies are listed 'Best First'.
Re^5: Removing nested div Tag from HTML
by Anonymous Monk on Aug 19, 2011 at 15:15 UTC