Reg :REST

Hi all,

.Iam facing one problem
in REST.
I am using REST for my api…so if user hits the http link in browser i
do some
validation and some process and i want to show them in xml output…
so output should be
<description

your mail sent successfully


if i use responds_to
in my controller i dont know how to show the above result…if any one
knows help me