Felipe Gasper (cPanel) wrote:
> Any chance this could make it into a forthcoming TT release?
> 
> our $TEXT_VMETHODS = {
> ...
>     dquote      => \&text_dquote,
>     html        => \&Template::Filters::html_filter,
>     xml         => \&Template::Filters::xml_filter,
>     uri         => \&Template::Filters::uri_filter,
> };
> 
> 
> It seems like it’d be very (and conspicuously?) useful.

Pardon my ignorance but what's the advantage of a vmethod over a filter
for html, xml & uri? And isn't dquote already a vmethod?

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to