The default doctype is html 4 trasitional. Try setting the doctype to
XHTML transitional. I think that will solve the problem.

<component id="shell" type="Shell">
        <binding name="doctype">
                literal:html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
        </binding>
</component>


-= Mat

On 2/11/06, Alan Chandler <[EMAIL PROTECTED]> wrote:
> My tapestry based web site (at the url in my signature) is failing w3c
> validation (see http://validator.w3.org/).  It appears this is because HTML
> doesn' support the closing of tags within the head.
>
> Since this all generated by the @Shell component, I assume that the default
> DOCTYPE being generated (since I don't specify any alternative) is being
> used.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to