From: Bryan Richardson Date: 2007-10-04T06:42:59+09:00 Subject: Castor-like Package for Ruby Hello all, I come from a Java background, where lately I've been using Castor to generate Java objects from an XML schema and marshal/unmarshal XML documents using the generated Java objects. Is there a Ruby package that will allow me to do the same thing? I've figured out how to use WSDL::XMLSchema::XSD2Ruby to create Ruby objects from an XML schema, but it does not create the marshal/unmarshal methods that allow me to load the objects with data from XML files. Any suggestions? Thanks! -- BTR -- Posted via http://www.ruby-forum.com/.