Has the first character after the last legal namechar in XML 1.1, illegal in both XML 1.0 and 1.1
<?xml version="1.0"?> <!-- Has the first character after the last legal namechar in XML 1.1, illegal in both XML 1.0 and 1.1 --> </>
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> <startDocument/> <fatalError/> <endDocument/> </ConformanceResults> |