TestResponse Object

We're trying to write a test that receives xml from a controller method.

I want to receive the XML, convert it to an REXML object, and test the generated XML relative to my fixtures.

Before I start diving into the TestResponse class, I thought I'd check to see if anyone has any opinions on how best to accomplish this. Most of the online docs refer to HTML type tests and return codes.

repost