Test case nwf-dtd00: gnu.xml.aelfred2.XmlReader Passed

Test case nwf-dtd00: gnu.xml.aelfred2.XmlReader Passed

Comma mandatory in content model

<!DOCTYPE root [
    <!ELEMENT root (foo, bar? foo)>
	<!-- comma omitted -->
    <!ELEMENT foo EMPTY>
    <!ELEMENT bar EMPTY>
]>

<root> <foo/> <foo/> </root>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>