I am using HTML 5 specific markup () in my modified mobile dispform.aspx page (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\MOBILE\dispform.aspx). In order for some of the browsers to correctly parse and interpret the content, I need to add the
<!DOCTYPE HTML>
as the first line of the response stream. How can I accomplish this?