Tests SDDecl with wrong field ordering. The "=" sign occurs after the key word "yes" in the SDDecl in the XMLDecl.
<?xml version="1.0" standalone"Yes"= ?> <!DOCTYPE animal [ <!ELEMENT animal EMPTY> ]> <!-- Wrong ordering in SDDecl --> <animal/>
Expected result | Actual result for com.bluecast.xml.Piccolo |
---|---|
<?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <startDocument/> <fatalError/> <endDocument/> </ConformanceResults> | <?xml version="1.0" encoding="UTF-8"?> <ConformanceResults> <endDocument/> </ConformanceResults> |