I have a template within EE that is set to the XML type. I’m wondering if instead of rendering the page in the browser, if it can be downloaded as an XML file instead. I’ve seen solutions within PHP that force the browser to download a file, but this assumes the file has an actual extension, which EE does not have. (e.g, “filename.xml” vs ee’s structure “/filename”).
Any ideas on where to begin with this? Thanks.