Hmm... that's interesting because Xerces, LIBXML, MSXML.NET, and Intel XML
Software Suite all complain about it...I have a feeling they aren't all
wrong with the same error (not including verbiage)

On Mon, Sep 1, 2008 at 1:26 PM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote:

> That is actually XML compliant - oXygen is wrong if it says otherwise.
>
> -Filip
>
>
> On 2008-09-01 18:01, Craig St. Jean wrote:
>
>> 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
>>>
>>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to