From: james@... Date: 2002-04-01T00:18:31+09:00 Subject: RE: Creating ruby based web applications > > Hi, > I am looking at using ruby for creating web applications. > > And I'm trying to achieve the following: > ruby object(s) -> xml document -> xslt processor -> xhtml XMarshall http://www.goto.info.waseda.ac.jp/~fukusima/ruby/index-e.html#scripts and Xml Serialization for Ruby http://clabs.org/clxmlserial.htm do object-to-XML serialization. You could also use classes and modules from SOAP4R and xmlrpc4r as they both do XML marshalling. You can see a list of Ruby XML libraries here: http://www.rubyxml.com/ James