RXML rendering shouldn’t use RHTML layouts
Putting the following in your application controller will prevent rhtml layouts from being used.
exempt_from_layout :rxml
Most respond_to stuff seems to overlook this. Whatever argument (extension) you pass it, will result in those templates (rxml in this case) from rendering layouts.
