Matt Royer wrote in post #961585:
> I have attached a ruby program built to get the xml data out of files
> and display the text back to me on the screen. This program was built
> from a few different sources, as I'm still new with the Ruby language.
> But I have monkeyed around with it enough and have got it working how I
> want it.
>
> What I'm trying to do is get this information into a database so I can
> search it using a web interface (through Rails of course).
[...]

Another idea: if this is to be read-only, you could use the XML files 
themselves as the DB, either through ActiveModel or (probably better) 
something like eXistDB.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to