NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 694 - XML EOF fatal error for http://simon.html5.org/test/xml/xml-stylesheet/parsing/001.xml
XML EOF fatal error for http://simon.html5.org/test/xml/xml-stylesheet/parsin...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-21 08:18 CET by Simon Pieters
Modified: 2010-10-22 15:34 CEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters 2009-12-21 08:18:58 CET
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
Comment 1 Simon Pieters 2009-12-21 08:23:14 CET
Similar result for 002.xml but with a different message.
Comment 2 Michael[tm] Smith 2009-12-24 11:17:29 CET
weird... If instead of using the URL you select Text Field and paste this document in, it will get parsed with no fatal error
Comment 3 Simon Pieters 2010-10-22 13:31:14 CEST
<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
Comment 4 Henri Sivonen 2010-10-22 15:34:45 CEST
I believe this is now FIXED.