Multiple items from one API?
Heya,
Is there any way to parse an XML feed and map different bits of it to different listings within an app? e.g. I want to parse this XML document: https://www.reddit.com/r/all.xml into a list that contains the title and description from each , but the mapping I'm using at the minute only puts out the same item over and over, despite the fact that testing the API shows Appery is receiving all the elements.