blob: 21e96f3388f023d514032e93015ec1af66bd6240 (
plain)
1
2
3
4
5
|
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute
rewriting, by simply specifying a callback to run for each attribute.
This module is designed to be subclassable to make handling special cases
eaiser. See the source for methods you can override.
|