Webflow collection items to XML Feed

Hi @blauwe, you can definitely generate XML data structures using n8n. Here’s a basic example of serving an XML feed through n8n:

For each request this workflow receives it will fetch data from an external source offering an API (this would be Webflow in your example), will apply some filtering and formatting logic on it’s own and finally use the Respond to Webhook node to return a response (in this case the upcoming departures from Berlin’s central train station):

Hope this helps!