1 2 3 4
require 'rexml/document' body = "<your xml stuff>" ...
Ruby On Parsing XML from a Web Service
by slothbear.myopenid.com,
May 22, 2008 04:16
1 2 3 4
require 'rexml/document' body = "<your xml stuff>" ...
Someone can probably clean ...