From: jacques Date: 2008-02-21T01:04:55+09:00 Subject: Re: how to parse a soap xmp result of amazon? > Also look athttp://www.germane-software.com/software/rexml/docs/tutorial.html > > Note especially XPath. For further documentation on how to build > XPath expressions, you can look here: > > http://www.w3schools.com/xpath/http://www.zvon.org/xxl/XPathTutorial/General/examples.html > > Kind regards > > robert > > -- > use.inject do |as, often| as.you_can - without end hi robert thank you for the response. i tried to use doc = REXML::Document.new(xml_data) in xml_data is the posted amazon response (with .inspect) There is a Error: in `parse': #