XML output - possible with Wappler?

I have a number of PHP files which create XML output in a number of formats required by a company which harvests this data for various purposes.

At the beginning of a files I add:
<?php header("Content-type: text/xml"); ?>
…and then create database connections etc…

The main part of the script in one example creates the XML data like this:

When the file is executed, the result is something like this:

image

Obviously this all needs to be done server-side. Is there any way of creating such output with Wappler?

Community Page
Last updated: