On Wed, 7 Feb 2001, Kent Dahl wrote: > Is there a library or framework for serializing a hierarchy of Ruby > object to and from XML format? > > I'm looking for something that gives alot of control over the XML format > ( such as Quick for Java: http://jxquick.sourceforge.net/ by Bill la > Forge ) > and not something cast in iron, like SOAP, nor language-tied, like > KOALA. Have a look at XML-RPC for something SOAP-like which is neither cast in iron, nor language-tied. But I am not sure, it's the right thing you're looking for. -- Michael Neumann