I'm currently working on a scheduler task to render a XML feed of all pages of a TYPO3 site and save this feed as a file.
Therefore I need all pages of this site, so all sub pages of one root page.
Any ideas how to do this without the usage of the TSFE (TypoScript Frontend Controller)? I would like to avoid the initialization of the TSFE in backend context. Or is there a good way to do this in TYPO3 v10.4?