Puneet Lakhina wrote:
Hi,
I am trying to write a handler that modifies the content of the page
based on a regex match. essentially im trying to modify
tags in the outgoing HTML pages.
Now I am trying to do this using PerlOutputFilterHandler. I have the
following questions:
a) Is this the right
On Mon 10 Nov 2008, Puneet Lakhina wrote:
> essentially im trying to modify
> tags in the outgoing HTML pages.
> Now I am trying to do this using PerlOutputFilterHandler. I have the
> following questions:
> a) Is this the right filter to use for an application like this?
yes
> b) As per my under
Hi,
I am trying to write a handler that modifies the content of the page
based on a regex match. essentially im trying to modify
tags in the outgoing HTML pages.
Now I am trying to do this using PerlOutputFilterHandler. I have the
following questions:
a) Is this the right filter to use for an app