my eclipse keeps throwing this question on all of my t5 documents when my pages 
are setup similiarly to this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>

<head>

    <title>This is a test</title>

</head>

    <body>

        <div>this is a test</div>

    </body>

</html>





the specific error it sayes is, 

Error - Attribute "xmlns:t" must be declared for element type "html".

im using xml buddy on windows vista business edition.

thanx
evan






Reply via email to