I have installed cURB library for my rails 2 application and I am able to send multiple xml files to a single url of a web service as a post request. In addition to that I receive an receipt from the web service in an xml file which I need to be parsed by my application and out put the errors that have been created from the submitted file. Please could some one guide me with a good library and tutorial in capturing the response and parsing the xml document.
All suggestions are appreciated.