Some options that come to mind: a) Extend the relevant Layout class (default is VelocityOnlyLayout) and override the doBuild(RunData data) method. Then set this class as your default layout or b) Extend DefaultRundata and override the getOut() method to return a special output stream that strips whitespace
Age > -----Original Message----- > From: Boris Brinza [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 18:09 > To: [EMAIL PROTECTED] > Subject: changing parsed VM? > > > hi there > is there possibility to get already parsed VM as string > *before* output is sent to browser and make some changes? > i'm asking because i want to "pack" HTML code which is sent > to browser, for example throw away multi-spaces..... > > thanx a lot for answer > > > +++++++++++++++++++++++++ > Boris Brinza > pxp slovakia > Kukuricna 1 > 831 03 Bratislava > tel. : +421 2 492 65 505 > fax : +421 2 492 65 599 > icq# : 99700104 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
