You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Berin Loritsch <bl...@d-haven.org> on 2004/06/09 18:59:16 UTC

Minor issue with XHTML sample

Browsing the following with MSIE: 
http://localhost/webapp/samples/hello-world/hello.xhtml

I got the following message (note displays correctly in Mozilla):

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error 
and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Use of default namespace declaration attribute in DTD not supported. 
Error processing resource 
'http://localhost/webapp/samples/hello-world/hello.xhtml'. Line 17, 
Position 7

<html><head><title>Hello</title><link rel="stylesheet" type="text/css" 
href="/styles/main.css" /></head><body>
------^


-- 

"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the Universe trying to 
produce bigger and better idiots. So far, the Universe is winning."
                 - Rich Cook


Re: Minor issue with XHTML sample

Posted by Joerg Heinicke <jo...@gmx.de>.
On 09.06.2004 18:59, Berin Loritsch wrote:

> Browsing the following with MSIE: 
> http://localhost/webapp/samples/hello-world/hello.xhtml

> Use of default namespace declaration attribute in DTD not supported. 

IE insists on the xhtml namespace, which was missing.

Joerg