Last modified: 2009-07-12 20:13:25 UTC
Created attachment 4556 [details] proposed patch It should be possible to change de document type and the dtd of any page. However the document type and the dtd are harcoded in skins/MonoBook.php. I propose to use these variables to output the document type and the dtd as not SkinTemplate based skins does and also to add an <?xml ... ?> if the mime type is text/xml, application/xhtml+xml or application/xml (taken from OutputPage::headElement()).
was fixed in r52864 and 53029