Hi everyone.
I'm newbie to ProcessWire.
I need to export particular page's data (including custom fields and children pages) as XML.
What is the best approach for that using ProcessWire API?
Do I need to write a module for that?
Ideally (for simplicity) I'd like to create just one file which could include everything necessary to call ProcessWire API to fetch data and create XML.
Then I can call something like http://mywebsite.com/import.php to import data...