Re: [PHPTAL] pre filters on macros/slots

2009-01-27 Thread Kornel LesiƄski
On 26-01-2009 at 17:35:34 admirau wrote: Is there a chance to run PREFilter on macro or slot? In my PreFilter I load $xhtml into PHP DOM and do recursive walking on all text nodes. When I run it as PreFilter on the template with macros/slots nothing happens. The same as PostFilter, or PreF

[PHPTAL] pre filters on macros/slots

2009-01-26 Thread admirau
Hello, Is there a chance to run PREFilter on macro or slot? In my PreFilter I load $xhtml into PHP DOM and do recursive walking on all text nodes. When I run it as PreFilter on the template with macros/slots nothing happens. The same as PostFilter, or PreFilter on simple template with no macro