in reply to Re: Replacing an HTML element with multiple elements using HTML::TreeBuilder
in thread Replacing an HTML element with multiple elements using HTML::TreeBuilder

I'm aiming for some output like the following, not counting whitespace:

<blockquote id="two"> <p>ddd</p> <p>eee</p> <p>fff</p> </blockquote>

The one P would be replaced with three new P elements.

  • Comment on Re^2: Replacing an HTML element with multiple elements using HTML::TreeBuilder
  • Download Code