[Bug 316373] [NEW] firefox can't parse xml 1.1 documents

Michael michaeldadmum at gmail.com
Mon Jan 12 13:51:26 UTC 2009


Public bug reported:

consider this xhtml 1.1 document:

<?xml version="1.1" encoding="utf-8"?>
<!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" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">
<head>
<title>
test
</title>
</head>
<body>
<p>
test
</p>
</body>
</html>

XML Parsing Error: XML declaration not well-formed
Location: file:///home/michael/test.xhtml
Line Number 1, Column 16:<?xml version="1.1" encoding="utf-8"?>
---------------^

when i change the xml version into 1.0, everything works perfectly.

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
firefox can't parse xml 1.1 documents
https://bugs.launchpad.net/bugs/316373
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list