Bugzilla – Bug 694
XML EOF fatal error for http://simon.html5.org/test/xml/xml-stylesheet/parsing/001.xml
Last modified: 2010-10-22 15:34:45 CEST
http://validator.nu/?doc=http%3A%2F%2Fsimon.html5.org%2Ftest%2Fxml%2Fxml-stylesheet%2Fparsing%2F001.xml got: Info: The Content-Type was application/xml. Using the XML parser (not resolving external entities). Fatal Error: premature end of file (found [EOF]) At line 1, column 10 expected: to parse without fatal error
Similar result for 002.xml but with a different message.
weird... If instead of using the URL you select Text Field and paste this document in, it will get parsed with no fatal error
<hsivonen> zcorpan: if the first four bytes are <?xm, it expects it to be the start of an XML declaration and it expect the XML declaration to be within the first 64 bytes <hsivonen> both expectations are thoroughly bogus, of course
I believe this is now FIXED.