How to add a DOCTYPE in the tapestry tml page. I put " <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> " in the page.
Error: java.lang.RuntimeException Namespace prefix for URI ' http://www.w3.org/XML/1998/namespace' is not defined. and in http://tapestry.apache.org/tapestry5/tapestry-core/guide/dom.html I see *TODO: Support for doctypes, content type, processing instructions, and top-level comments. Does tapestry support this? *