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

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Nov 17 16:22:33 CET 2005


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?

> 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).

Masi




More information about the TYPO3-dev mailing list