[Typo3-dev] Print whole tree with content as PDF or OO, or XML File

Florian Schupp | former03 f.schupp at gmx.de
Thu Nov 17 18:59:01 CET 2005


Hi Masi,

thanks a lot

Martin Kutschker wrote:
> Florian Schupp | former03 schrieb:
> 
>> Hi,
>> I'm looking for an extension which makes it possible to print the 
>> whole website into one big xml file.
>>
>> Pretty much like a structured sitemap and content elements below each 
>> pagetitle.
> 
> 
> Have you managed the rendering of all your content elements in xml yet?
there is no content or site yet, i'm just evaluating this for a project.

> 
>> what do you think, is it easy to extend the sitemap in that way?
> 
> 
> No, the sitemap is just a menu and doesn't load the page content.
> 
> But you could use a setup lik this:
> 
> Create a TYPO3 page type that renders a page in xml (without xml 
> header!). Write a script that walks the page tree (self-made or with 
> TYPO3 API calls). For each page, make a HTTP call with the proper URL 
> (page id and page type). Collect all the returned content into one big 
> xml-file (don't forget to add the xml header here).
Looks like this would be one possible way, but since the page will have 
around 1000 pages, i don't think that HTTP calls would be performing 
well. what do you think?
> 
> Masi


does anyone have any other approaches?

thanks
Flo




More information about the TYPO3-dev mailing list