Re: [Rails] Storing form data in xml file

2011-09-13 Thread Jim Ruther Nill
On Tue, Sep 13, 2011 at 1:53 AM, maskiran wrote: > Hi > I am writing an application where the form data needs to be stored as > xml file. I cannot use data base as I want to provide version > management for this data (currently planning on SVN). The form data is > a perl script file. Users write

[Rails] Storing form data in xml file

2011-09-12 Thread maskiran
Hi I am writing an application where the form data needs to be stored as xml file. I cannot use data base as I want to provide version management for this data (currently planning on SVN). The form data is a perl script file. Users write the perl script in the form and save it to the server (which