Yes, thank you. For some reason I thought I had to use one of the View objects. Here is the code that worked for me:
PHP Code:
// Set the Doctype to XHTML 1.0 TRANSITIONAL for purposes of form view helpers
$documentType = new Zend_View_Helper_Doctype();
$documentType->doctype('XHTML1_TRANSITIONAL');