Closed Bug 284989 Opened 20 years ago Closed 19 years ago

decebalcomputing.xs4all.nl - application/xhtml+xml without a declared namespace

Categories

(Tech Evangelism Graveyard :: English Other, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Cecil, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0 In Konqueror and on my GSM there is no problem with the page: http://decebalcomputing.xs4all.nl/cgi-bin/WAP.cgi Also validator.w3.org says this page is okay. But with FireFox in Linux and Windows and Windows I get: This XML file does not appear to have any style information associated with it. The document tree is shown below. (As I understand it MIE has the same problem.) When in the header content-type is changed to text/html everything is okay, but because it is a wap-application it should be application/xhtml+xml as it is now. Reproducible: Always Steps to Reproduce: 1. Open http://decebalcomputing.xs4all.nl/cgi-bin/WAP.cgi Actual Results: Instead of the page a document tree is shown. Expected Results: Displaying a page.
This is a duplicate of bug 48445. The page have to specify the xhtml namespace, like <html xmlns="http://www.w3.org/1999/xhtml">.
Not exactly a dup of bug 48445, since if you fix the typoed URI in your doctype (which currently refers to an xhml DTD, rather than xhtml), the doctype doesn't attempt to set a FIXED namespace attribute (which we would ignore), but instead instructs you that you must have a namespace declaration on the root element.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID