[TYPO3-dev] Caching Images for an Extentions

Oliver Krammer liste at 123fertig.com
Tue Nov 27 19:09:15 CET 2007


Hi Everybody,

I want to create a XML output of the Typo3 content for the FE.
This will be look like this:
<xml_for_flash>
	<menu>
         <section level="1" name="Events" id="3" media="" alttext=""
layout="0" target="bf_xml_for_flash" type="444"/>
      </menu>
<tt_content uid="21">
<header>Testüberschrift</header>
<image>02_k.jpg</image>
<altText>Alternativer Text</altText>
<titleText>Titel Text</titleText>
<CType>image</CType>
<imageorient>8</imageorient>
</tt_content>
</xml_for_flash>

Now i will replace the <image> tag with the cached image because this
is the direct output of tt_content. I thought  that there is a
function for caching images but i don't found it.

How will the image caching work with the default html output of the
website ? I am searching throw the code for some days and haven't
found the right place.

Thanx for helping!!


Cheers Oliver




More information about the TYPO3-dev mailing list