I have a custom page template creating an xml feed found on a WP page at http://example.com/xml/
I am trying to access this xml document via Google Maps but it appears I need the actual file name like example.com/xml/example.xml
How can I add a .xml file extension at the end of the link http://example.com/xml/ ?
EDIT: I am using a page template in my theme to display the output of XML. The XML part is probably irrelevant. What it comes down to I guess is how do I assign a specific file extension off of a page template such as /example.xml
