in reply to Re: Subsitutation do with HTML Tag only
in thread Subsitutation do with HTML Tag only

Hi,

Because the transformed HTML will kill the parser, I need to correct it first....however, I have some difficultly with the regex that do the matching within tag...

  • Comment on Re^2: Subsitutation do with HTML Tag only

Replies are listed 'Best First'.
Re^3: Subsitutation do with HTML Tag only
by Your Mother (Archbishop) on Apr 07, 2008 at 16:42 UTC

    You should show what you've tried and some of the source input. Bad HTML does not kill the HTML::Parser family; just XML module stuff. You might have to do two passes or something but it's almost certainly possible depending on what you're really doing, which isn't entirely clear in your question.