Making XML in a Rails App (O'Reilly)
[Posted January 24, 2007 by cook]
Deepak Vohra
uses XML within Ruby on Rails on O'Reilly's XML.com.
"
Ruby on Rails is a database-based web framework. An XML document may be created and parsed with Ruby on Rails. Rails provides a Ruby library called Builder to generate XML markup. The Builder package contains class Builder::XmlMarkup to generate an XML document. In this article, we will create an XML document from a database table with the Builder library."
(
Log in to post comments)