I have created a rxml template and I am sucessfully generating valid xml. However, the file does not have an extention on it. This is creating a problem for one of the applications running on my computer, when referencing the file off the server it requires the .xml file extention. Despite being vaild xml it needs that extention. I am lost at how to solve this problem. I am still working in a development environment, and running the newest versions of anything. I would appreciate any help and feel free to contact me directly. Best, HHW hoodwhitson@gmail.com -- Posted via http://www.ruby-forum.com/.
Use a custom route in your routes.rb file. Have a look at Typo to see how they do this. Cheers Jon Hood Whitson wrote:> I have created a rxml template and I am sucessfully generating valid > xml. > However, the file does not have an extention on it. This is creating a > problem for one of the applications running on my computer, when > referencing the file off the server it requires the .xml file extention. > Despite being vaild xml it needs that extention. > I am lost at how to solve this problem. > I am still working in a development environment, and running the newest > versions of anything. > I would appreciate any help and feel free to contact me directly. > > Best, > HHW > hoodwhitson@gmail.com >