<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><P>WARenderLoopContinuation</P><P>&gt;&gt;updateRoot: anHtmlRoot<BR>        anHtmlRoot bodyAttributes at: 'onload' append: 'onLoad()' separator: ';'.<BR>        anHtmlRoot meta contentType: self application contentType.<BR>        anHtmlRoot meta contentScriptType: WAMimeType textJavascript.<BR>        anHtmlRoot htmlAttributes<BR>                at: 'xmlns' put: 'http://www.w3.org/1999/xhtml';<BR>                at: 'xml:lang' put: 'en';<BR>                at: 'lang' put: 'en'.<BR>        anHtmlRoot <STRONG>beXhtml10Strict.</STRONG><BR>        anHtmlRoot title: 'Seaside'.<BR>        self application libraries <BR>                do: [ :each | each default updateRoot: anHtmlRoot ].<BR>        self session updateRoot: anHtmlRoot<BR></P></td></tr></table>