#15 closed defect (fixed)
fatal error reported after end of the document with the document type declaration
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 0.0.6 |
Component: | Matreshka - XML Processor | Version: | |
Keywords: | Cc: |
Description
XML reader reports fatal error
>>> (Fatal_Error) 2:8: 'Text may not appear after the root element'
when processing file:
<!DOCTYPE test> <test/>
Change History (4)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed as part of implementation of stream and file input source.
comment:4 by , 11 years ago
Milestone: | → 0.1 |
---|
Note:
See TracTickets
for help on using tickets.
(In [768]) Fill testcase for ticket #15.
Refs #15.