I have the current controller code :
public ActionResult BodyDay(int id, int year)
{
var repo = new Repo();
return new XmlResult(repo.getBodyDay(id, year));
}
It used to return xml now all I get returned is
MvcContrib.ActionResults.XmlResult