Similarly, does anyone know a way to get the original to be even XML compliant? The way we have to do it (shown below) is not valid due to the Tapestry namespace. oXygen gives me this:
E [Xerces] Attribute "xmlns:t" must be declared for element type "html". Thanks! On Sun, Aug 31, 2008 at 7:32 PM, Luther Baker <[EMAIL PROTECTED]> wrote: > Is there a way to adjust the html that is generated - especially in the > header? > > Specifically, the generated head section does not appear to be xhtml > compliant. > > Here is what I'm including in my own custom "wrapping" component: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" > lang="en"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > <title>${pageTitle}</title> > <link rel="stylesheet" href="css/styles.css" type="text/css"/> > </head> > ... > -Luther >