Substituting URLs in PerlOutputFilterHandler
am 10.11.2008 07:45:58 von Puneet LakhinaHi,
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 application like this?
b) As per my understanding my hander can be invoked multiple times
based on the no. of buckets. Is this correct? If yes, then how should
I handle the situation where a part of the tag like say '
comes in one bucket and '="">' comes in another.
Thanks for your time.
--
Regards,
Puneet