[TYPO3-dev] XML Export with Fluid
Georg Ringer
typo3 at ringerge.org
Fri Feb 24 06:52:02 CET 2012
Hi Bastian,
Am 23.02.2012 21:54, schrieb Bastian Waidelich:
> Probably the easiest solution would be to clean up the output before
> saving it to the cache / file system (for example with html tidy [1]).
true. is there a way to hook into the render() function for kind of
postprocess?
> If you want to use Fluid for that you should have a look at the so
> called *interceptors* (see [2]).
i checked that out but does this really help? as all the tabs and spaces
are no objects or something like that? what of those should be used then?
------
const INTERCEPT_OPENING_VIEWHELPER = 1;
const INTERCEPT_CLOSING_VIEWHELPER = 2;
const INTERCEPT_TEXT = 3;
const INTERCEPT_OBJECTACCESSOR = 4;
-------
Georg
More information about the TYPO3-dev
mailing list