My application needs to provide the same data in XML to 2 different providers that have specific formatting requests.
What's the best way to setup my routes so that I can have the following:
http://www.site.com/posts/provider1.xml
http://www.site.com/posts/provider2.xml
(Where provider 1 and 2 are separate templates)
Thanks.