You should be able to create an XML document using an alternative template where you can wrap the content that you want to expose in XML elements rather than HTML. So the short answer to this is "Yes you can" :)
If you for instance go to the "Developer" section and choose to create a partial view macro then you can choose to base your macro on the "RSS feed" and then modify it to output the XML that you need.
Get Page From The Database In XML
Is there a way to get an Umbraco page in XML for use in another app?
Hi Steve
You should be able to create an XML document using an alternative template where you can wrap the content that you want to expose in XML elements rather than HTML. So the short answer to this is "Yes you can" :)
If you for instance go to the "Developer" section and choose to create a partial view macro then you can choose to base your macro on the "RSS feed" and then modify it to output the XML that you need.
Another option might be to use WebAPI to expose your content to a Rest api? https://our.umbraco.org/documentation/Reference/WebApi/
/Jan
Thanks Jan! The API is what we need.
is working on a reply...