public static void Html(this HttpResponseBase response, XElement elem) { response.Html(elem.MakeHTML5Doc()); }