Hi all,

I am trying to use some special characters in my templates such as   so I tried to add the DOCTYPE header, but I keep getting the exception:

org.xml.sax.SAXParseException
The system identifier must begin with either a single or double quote character.

No doubt I must be making an elementary mistake somewhere. My template looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
   <head>
        <title>${title}</title>
        <link href="${layoutCSS}" rel="stylesheet" type="text/css"/>
   </head>
   <body>
       <t:header/>
       <t:navigation/>
       <t:body/>
       <t:footer/>
   </body>
</html>

Thanks for your help,
Peter


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

Reply via email to