preprocess does act on the component before generating the object code. Perhaps I'm not understanding.
On Jul 27, 2007, at 11:50 AM, C.J. Adams-Collier wrote: > Hurm. No way to put it in the pipeline prior to generating the obj > code, is there? That seems like a way to reduce the inefficiency to > at least only impact the first render. > > On 7/27/07, Jonathan Swartz <[EMAIL PROTECTED]> wrote: >> (Switching to mason-users@) >> >> Check out the preprocess and postprocess* params: >> >> http://www.masonhq.com/docs/manual/Params.html#preprocess >> >> This will be inefficient with lots of component calls, though. >> >> Jon >> >> On Jul 22, 2007, at 6:20 AM, C.J. Adams-Collier wrote: >> >>> Hey there Jon, Dave, list, >>> >>> Is there an option to HTML::Mason::*Handler or something that would >>> apply an implicit >>> <%filter> >>> s/^\s+//s; >>> s/\s+$//s; >>> </%filter> >>> to every component? >>> >> >> > > > -- > moo. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

