[TYPO3-dev] Export xml content

bernd wilke t3ng at bernd-wilke.net
Wed Apr 10 14:26:05 CEST 2013


Am Mittwoch 10.04.2013 13:06, schrieb todos27:
> Hi everybody,
> I need to be able to export some of the content on my typo3 site to a
> web app. The content is sent to typo3 as xml and there render using
> fluid, so it could be presented on the site. Now I would like to reuse
> this content to send it to my web app. But I don't have any idea about
> how to implement this.
>
> I been trying to do an extension to do this, but I just don't know how
> to instead present the content as typo3 page, make it to an xml page or
> element, so I could access it from the web app.
>
> Any suggestions how to solve this will be highly appreciated.


The usual way is to define an additional pagetype and change the 
rendering for this pagetype to pure XML.
config.disableAllHeaderCode = 1

depending on your content you may define your own rendering.

bernd
-- 
http://www.pi-phi.de/cheatsheet.html



More information about the TYPO3-dev mailing list