XML Processor Conformance Report:
org.brownell.xml.OracleDriver

This document is the output of an XML test harness. It reports on the conformance of the following XML 1.0 processor configuration, as reported through the Java version of the SAX (Simple API for XML) parser interface. For SAX2beta processors, the processing mode and entity handling values could be non-default values, if such a feature is supported by that processor. SAX1 processors were wrapped in an adapter, and those values were as reported to the test harness by its operator.

XML Processor SAX2 Wrapper, Oracle v2.0.2.7
SAX2 Parser Class org.brownell.xml.OracleDriver
Processing Mode Validating
General Entities included
Parameter Entities included

The test harness and execution environment was:

Test Run Date Sun Apr 23 21:13:19 PDT 2000
Harness and Version org.brownell.xml.conformance.Driver
($Date: 2000/04/23 11:49:46 $)
Java VM Info java 1.3.0rc2 Sun Microsystems Inc.
Host OS Info Windows NT/x86 4.0
Suite of Testcases OASIS draft v1.0; with 5 Feb 2000 updates by David Brownell)

An summary of test results follows. To know the actual test status, someone must examine the result of each passed negative test to make sure it failed for the right reason. That examination may cause the counts of failed tests to increase, changing a provisional "conforms" status to a "does not conform".

Status DOES NOT CONFORM
Total Passed Tests (provisional) 875
Passed Negative Tests (provisional) 463
Failed Tests (provisional) 197
Tests Skipped 0

Sections of this report are: Explanation of Tables; Positive Tests, cases where this processor should report no errors; Negative Tests, documents for which this processor must report the known errors; and Informative Tests, documents with errors which processors are not required to report.

NOTE: The OASIS/NIST test suite is currently in draft state, and can't actually be used without modifications to the configuration file, which is used both to generate the test documentation published at the OASIS/NIST site and to operate this test harness. Accordingly, treat these results as preliminary.


Explanation of Tables

Sections presenting test results are composed largely of tables, with explanations focussing on exactly what those tables indicate. Diagnostics for failed tests are presented in italics, with a cherry colored background, to highlight the result. Diagnostics for succesful tests should as a rule only exist for negative tests. Diagnostics with parenthesized comments indicate the reporting path:

(fatal)
The diagnostic was reported as a fatal error. Such errors are primarily well-formedness errors, such as the violation of XML 1.0 syntax rules or of well formedness constraints.
(error)
The diagnostic was reported as a recoverable error. Such errors primarily used to report validation errors, which are all violations of validity constraints, but some other errors are also classed as nonfatal.
(warning)
The diagnostic was reported as a warning; warnings are purely informative and may be emitted in a number of cases identified by the XML 1.0 specification (as well as in other cases).
(thrown classname) ... abnormal
The named exception was directly thrown. If the exception is a SAXException (or a subclass thereof) this suggests an error in the parser (violating the SAX API specification) since it should normally have used the SAX ErrorHandler instead.
(odd classname) ... abnormal
After the identified exception was reported through the ErrorHandler, an exception of the named class was thrown directly. This suggests an error in the parser, since the parser either failed to continue after an error (or warning) which is required to be continuable, or else it did not pass the exception thrown by the application back to the application.
(EXCEPTION - DIRECTED FAILURE) ... abnormal
This test case was explicitly failed by the test operator; the test was not run. This may be done in the case of parsers with severe bugs which completely prevented handling the test case, typically because the parser seems to "hang" by entering an infinite loop.

In all cases, negative tests that appear to pass (diagnostics presented with a white background) must be individually examined in the report below. The diagnostic provided by the processor must correspond to the description of the test provided; if the processor does not report the matching error, the seeming "pass" is in fact an error of a type the test harness could not detect or report. That error is either a conformance bug, or an error in the diagnostic being produced, or sometimes both.

Note also that some SAX processors (or drivers for non-SAX processors) appear to have a bug wherein they don't close all of the files which they open. When running this test harness with large numbers of tests, failures at the end of this report could reflect such bugs in SAX conformance more than bugs in XML processor conformance.


Positive Tests

All conformant XML 1.0 processors must accept "valid" input documents without reporting any errors, and moreover must report the correct output data to the application when processing those documents. Nonvalidating processors must also accept "invalid" input documents without reporting any errors. These are called "Positive Tests" because they ensure that the processor just "does the right thing" without reporting any problems.

In the interest of brevity, the only tests listed here are those which produce diagnostics of some kind, such as test failures. In some cases, warnings may be reported when processing these documents, but these do not indicate failures.

No interpretation of these results is necessary; every "error" or "fatal" message presented here is an XML conformance failure. Maintainers of an XML processor will generally want to fix their software so that it conforms fully to the XML specification.

Valid Documents

All XML processors must accept all valid documents. This group of tests must accordingly produce no test failures.

Section and [Rules] Test ID Description Diagnostic
2.2 [2] valid-sa-051 The document is encoded in UTF-16 and uses some name characters well outside of the normal ASCII range. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/valid/sa/051.xml<Line 1, Column 15>: XML-0191: (Fatal Error) '>' required to end DTD.
2.3 [4] valid-sa-012 Uses a legal XML 1.0 name consisting of a single colon character (disallowed by the latest XML Namespaces draft). FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/valid/sa/012.xml<Line 3, Column 15>: XML-0201: (Fatal Error) Expected name instead of :.
2.3 [5] valid-sa-063 The document is encoded in UTF-8 and the name of the root element type uses non-ASCII characters. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/valid/sa/063.xml<Line 1, Column 15>: XML-0191: (Fatal Error) '>' required to end DTD.
2.3 [7] o-p07pass1 various valid Nmtoken 's in an attribute list declaration. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p07pass1.xml<Line 4, Column 31>: XML-0101: (Fatal Error) Expected ')' or '|'.
2.3 [8] o-p08pass1 various satisfaction of an NMTOKENS attribute value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p08pass1.xml<Line 8, Column 35>: XML-0143: (Error) Unrecognized text at end of attribute value.
2.9 not-sa02 A non-standalone document is valid if declared as such. (warning) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 29, Column 22>: XML-0116: (Warning) Entity 'internal' already defined, using the first definition.
2.9 not-sa04 A non-standalone document is valid if declared as such. (warning) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 16, Column 21>: XML-0135: (Warning) Attribute 'token' already defined, using the first definition.
2.9 [32] sa03 A document may be marked 'standalone' if any the defined entities need expanding are internal, and no attributes need defaulting or normalization. On output, requires notations to be correctly reported. (warning) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 29, Column 22>: XML-0116: (Warning) Entity 'internal' already defined, using the first definition.
2.9 [32] sa04 Like sa03 but relies on attribute defaulting defined in the internal subset. On output, requires notations to be correctly reported. (warning) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 16, Column 21>: XML-0135: (Warning) Attribute 'token' already defined, using the first definition.
3.2.2 [51] o-p51pass1 valid Mixed contentspec's. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p51pass1.xml<Line 6, Column 1>: XML-0201: (Fatal Error) Expected name instead of #.
3.3 valid-sa-097 Basically an output test, this tests whether an externally defined attribute declaration (with a default) takes proper precedence over a subsequent internal declaration. (warning) file:/d:/xml/xmlconf/xmltest/valid/sa/097.xml<Line 6, Column 28>: XML-0135: (Warning) Attribute 'a2' already defined, using the first definition.
3.3 [52] o-p52pass1 valid AttlistDecls: No AttDef's are required, and the terminating S is optional, multiple ATTLISTS per element are OK, and multiple declarations of the same attribute are OK. (warning) file:/d:/xml/xmlconf/oasis/p52pass1.xml<Line 14, Column 10>: XML-0135: (Warning) Attribute 'att' already defined, using the first definition.
3.3 [52] valid-not-sa-006 Test demonstrates that when more than one definition is provided for the same attribute of a given element type only the first declaration is binding. (warning) file:/d:/xml/xmlconf/xmltest/valid/not-sa/006.ent<Line 2, Column 28>: XML-0135: (Warning) Attribute 'a1' already defined, using the first definition.
3.3 [52] valid-not-sa-010 Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding. (warning) file:/d:/xml/xmlconf/xmltest/valid/not-sa/010.ent<Line 2, Column 28>: XML-0135: (Warning) Attribute 'a1' already defined, using the first definition.
3.3 [52] valid-not-sa-026 Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding. (warning) file:/d:/xml/xmlconf/xmltest/valid/not-sa/026.xml<Line 5, Column 28>: XML-0135: (Warning) Attribute 'a1' already defined, using the first definition.
3.3 [52] valid-sa-045 Tests whether more than one definition can be provided for the same attribute of a given element type with the first declaration being binding. (warning) file:/d:/xml/xmlconf/xmltest/valid/sa/045.xml<Line 4, Column 28>: XML-0135: (Warning) Attribute 'a1' already defined, using the first definition.
3.3.3 valid-sa-095 Basically an output test, this requires extra whitespace to be normalized into a single space character in an attribute of type NMTOKENS. (warning) file:/d:/xml/xmlconf/xmltest/valid/sa/095.xml<Line 3, Column 35>: XML-0135: (Warning) Attribute 'a1' already defined, using the first definition.
4.1 [66] valid-sa-089 Tests entity expansion of three legal character references, which each expand to a Unicode surrogate pair. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/valid/sa/089.xml<Line 5, Column 9>: XML-0221: (Fatal Error) Invalid char in text.
4.2 valid-not-sa-025 Test demonstrates that when more that one definition is provided for the same entity only the first declaration is binding. (warning) file:/d:/xml/xmlconf/xmltest/valid/not-sa/025.ent<Line 3, Column 13>: XML-0116: (Warning) Entity 'e' already defined, using the first definition.
4.2 valid-sa-086 Tests whether entities may be declared more than once, with the first declaration being the binding one. (warning) file:/d:/xml/xmlconf/xmltest/valid/sa/086.xml<Line 4, Column 11>: XML-0116: (Warning) Entity 'e' already defined, using the first definition.
4.3.2 [78] ext02 Tests use of external parsed entities with different encodings than the base document. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/utf16b.xml<Line 3, Column 1>: XML-0146: (Error) Unexpected text in content of Element 'foo', expected elements '[root]'.
4.3.3 [4,84] pr-xml-little Test support for little-endian UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) (warning) file:/d:/xml/xmlconf/japanese/pr-xml-little-endian.xml<Line 116, Column 21>: XML-0116: (Warning) Entity 'XML.version' already defined, using the first definition.
4.3.3 [4,84] pr-xml-utf-16 Test support UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) (warning) file:/d:/xml/xmlconf/japanese/pr-xml-utf-16.xml<Line 116, Column 21>: XML-0116: (Warning) Entity 'XML.version' already defined, using the first definition.
4.3.3 [4,84] pr-xml-utf-8 Test support for UTF-8 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) (warning) file:/d:/xml/xmlconf/japanese/pr-xml-utf-8.xml<Line 116, Column 21>: XML-0116: (Warning) Entity 'XML.version' already defined, using the first definition.
4.3.3 [4,84] weekly-little Test support for little-endian UTF-16 encoding, and XML names which contain Japanese characters. (warning) file:/d:/xml/xmlconf/japanese/weekly-utf-16.dtd<Line 54, Column 12>: XML-0116: (Warning) Entity 'lt' already defined, using the first definition.
4.3.3 [4,84] weekly-utf-16 Test support for UTF-16 encoding, and XML names which contain Japanese characters. (warning) file:/d:/xml/xmlconf/japanese/weekly-utf-16.dtd<Line 54, Column 12>: XML-0116: (Warning) Entity 'lt' already defined, using the first definition.
4.3.3 [4,84] weekly-utf-8 Test support for UTF-8 encoding and XML names which contain Japanese characters. (warning) file:/d:/xml/xmlconf/japanese/weekly-utf-8.dtd<Line 54, Column 12>: XML-0116: (Warning) Entity 'lt' already defined, using the first definition.

Output Tests

The XML specification places requirements on the data which is reported by XML processors to applications. This data flows through the SAX API (with one minor omission: reporting external entities which are not included). These output tests verify conformance with the specification by recording that data and comparing it with what is required for conformance with the XML 1.0 specification.

Note that output tests automatically fail in cases where the processor failed to parse the (valid) input document used to generate the output data.

As of this writing, no output tests address the additional requirements which validating processors must satisfy. That is, reporting which whitespace is ignorable, and reporting declarations of unparsed entities.

Test ID Diagnostic
valid-sa-068 Output byte 8 has the wrong value; actual 0x30 should instead be 0x33
valid-sa-051 (Input failed, no output available)
valid-sa-012 (Input failed, no output available)
valid-sa-063 (Input failed, no output available)
o-p07pass1 (Input failed, no output available)
o-p08pass1 (Input failed, no output available)
o-p51pass1 (Input failed, no output available)
valid-sa-107 Output byte 12 has the wrong value; actual 0x30 should instead be 0x33
valid-sa-064 Output byte 5 has the wrong value; actual 0x0 should instead be 0xf0
valid-sa-067 Output byte 8 has the wrong value; actual 0x30 should instead be 0x33
valid-sa-089 (Input failed, no output available)
ext01 Output byte 7 has the wrong value; actual 0x0 should instead be 0x26
ext02 (Input failed, no output available)
notation01 Output byte 89 has the wrong value; actual 0xa should instead be 0x20

Negative Tests

All conformant XML 1.0 processors must reject documents which are not well-formed. In addition, validating processors (such as this one) must report the validity errors for invalid documents. These are called Negative Tests because the test is intended to establish that errors are reported when they should be.

Moreover, the processor must both fail for the appropriate reason (given by the parser diagnostic) and must report an error at the right level ("error" or "fatal"). If both criteria were not considered, a processor which failed frequently (such as by failing to parse any document at all) would appear to pass a large number of conformance tests Unfortunately, the test driver can only tell whether the error was reported at the right level. It can't determine whether the processor failed for the right reason.

That's where a person to interpret these test results is critical. Such a person analyses the diagnostics, reported here, for negative tests not already known to be failures (for not reporting an error, or reporting one at the wrong level). If the diagnostic reported for such tests doesn't match the failure from the test description, there is an error in the diagnostic or in the processor's XML conformance (or sometimes in both).

For this processor, 463 diagnostics must be examined to get an accurate evaluation of its negative test status. These have been reported as provisionally passed tests.

Invalid Documents

Validating processors must correctly report "error" diagnostics for all documents which are well formed but invalid. Such errors must also be, "at user option", recoverable so that the validating parser may be used in a nonvalidating mode by ignoring all validity errors.

Section and [Rules] Test ID Description Diagnostic
2.1 [1] o-p01pass1 no prolog FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p01pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.1 [1] o-p01pass3 Misc items after the document FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p01pass3.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.11 [33] lang01 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.11 [33] lang02 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.11 [33] lang03 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.11 [33] lang04 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.11 [33] lang05 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.11 [33] lang06 Tests the "Valid xml:lang" Validity Constraint. Illegal language identification FAIL [Document invalid; no error reported]
2.3 [10] o-p10pass1 valid attribute values FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p10pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [3] o-p03pass1 all valid S characters FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p03pass1.xml<Line 2, Column 6>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [4] o-p04pass1 names with all valid ASCII characters, and one from each other class in NameChar FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p04pass1.xml<Line 5, Column 6>: XML-0201: (Fatal Error) Expected name instead of ̀.
2.3 [5] o-p05pass1 various valid Name constructions FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05pass1.xml<Line 2, Column 4>: XML-0201: (Fatal Error) Expected name instead of ..
2.3 [6] o-p06fail1 Requires at least one name. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p06fail1.xml<Line 12, Column 14>: XML-0140: (Error) IDREF value '' does not match any ID attribute value.
2.3 [8] o-p08fail1 at least one Nmtoken is required. FAIL [Document invalid; no error reported]
2.3 [8] o-p08fail2 an invalid Nmtoken character. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p08fail2.xml<Line 9, Column 19>: XML-0143: (Error) Unrecognized text at end of attribute value.
2.4 2.7 [18] empty Whitespace found in CDATA sections (and entity references?) is unlike other whitespace FAIL [Document invalid; no error reported]
2.4 [14] o-p14pass1 valid CharData FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p14pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.5 [15] o-p15pass1 valid comments FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p15pass1.xml<Line 8, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.6 [16] o-p16fail3 S after PITarget is required FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p16fail3.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.6 [16] o-p16pass2 Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p16pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.6 [16] o-p16pass3 Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p16pass3.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.6 [16] [17] o-p16pass1 Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p16pass1.xml<Line 2, Column 7>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.7 [18] o-p18pass1 valid CDSect's. Note that a CDStart in a CDSect is not recognized as such FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p18pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 invalid--001 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting a comment between two parameter entities. FAIL [Document invalid; no error reported]
2.8 invalid--003 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities. FAIL [Document invalid; no error reported]
2.8 invalid--004 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between three parameter entities. FAIL [Document invalid; no error reported]
2.8 invalid--005 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities. FAIL [Document invalid; no error reported]
2.8 invalid--006 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities. FAIL [Document invalid; no error reported]
2.8 root Tests the Root Element Type VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/root.xml<Line 7, Column 8>: XML-0130: (Error) Root element name must match the DOCTYPE name.
2.8 [22] o-p22pass1 prolog can be empty FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p22pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [22] o-p22pass2 XML declaration only FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p22pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [22] o-p22pass3 XML decl and Misc FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p22pass3.xml<Line 3, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [23] o-p23pass1 Test shows a valid XML declaration along with version info. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p23pass1.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [23] o-p23pass2 Test shows a valid XML declaration along with encoding declaration. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p23pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [23] o-p23pass3 Test shows a valid XML declaration along with Standalone Document Declaration. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p23pass3.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [23] o-p23pass4 Test shows a valid XML declaration, encoding declarationand Standalone Document Declaration. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p23pass4.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [24] o-p24pass1 Test shows a prolog that has the VersionInfo delimited by double quotes. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p24pass1.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [24] o-p24pass2 Test shows a prolog that has the VersionInfo delimited by single quotes. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p24pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [24] o-p24pass3 Test shows whitespace is allowed in prolog before version info. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p24pass3.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [24] o-p24pass4 Test shows whitespace is allowed in prolog on both sides of equal sign. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p24pass4.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [25] o-p25pass1 Test shows whitespace is NOT necessary before or after equal sign of versioninfo. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p25pass1.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [25] o-p25pass2 Test shows whitespace can be used on both sides of equal sign of versioninfo. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p25pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [26] o-p26pass1 The valid version number. We cannot test others because a 1.0 processor is allowed to fail them. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p26pass1.xml<Line 6, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [27] o-p27pass1 Comments are valid as the Misc part of the prolog. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p27pass1.xml<Line 4, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [27] o-p27pass2 Processing Instructions are valid as the Misc part of the prolog. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p27pass2.xml<Line 3, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [27] o-p27pass3 Whitespace is valid as the Misc part of the prolog. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p27pass3.xml<Line 5, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.8 [27] o-p27pass4 A combination of comments, whitespaces and processing instructions are valid as the Misc part of the prolog. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p27pass4.xml<Line 11, Column 11>: XML-0149: (Error) Element 'doc' used but not declared.
2.9 inv-not-sa01 Tests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa02 Tests the Standalone Document Declaration VC, ensuring that attributes needing normalization cause a validity error. FAIL (warning) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 29, Column 22>: XML-0116: (Warning) Entity 'internal' already defined, using the first definition.
2.9 inv-not-sa03 Tests the Standalone Document Declaration VC, ensuring that a reference to externally defined entity causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa04 Tests the Standalone Document Declaration VC, ensuring that attributes needing defaulting cause a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa05 Tests the Standalone Document Declaration VC, ensuring that a token attribute that needs normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa06 Tests the Standalone Document Declaration VC, ensuring that a NOTATION attribute that needs normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa07 Tests the Standalone Document Declaration VC, ensuring that an NMTOKEN attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa08 Tests the Standalone Document Declaration VC, ensuring that an NMTOKENS attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa09 Tests the Standalone Document Declaration VC, ensuring that an ID attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa10 Tests the Standalone Document Declaration VC, ensuring that an IDREF attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa11 Tests the Standalone Document Declaration VC, ensuring that an IDREFS attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa12 Tests the Standalone Document Declaration VC, ensuring that an ENTITY attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa13 Tests the Standalone Document Declaration VC, ensuring that an ENTITIES attribute needing normalization causes a validity error. FAIL [Document invalid; no error reported]
2.9 inv-not-sa14 Tests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error (even if it's CDATA whitespace). FAIL [Document invalid; no error reported]
2.9 [32] o-p32pass1 Double quotes can be used as delimeters for the value of a Standalone Document Declaration. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p32pass1.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.9 [32] o-p32pass2 Single quotes can be used as delimeters for the value of a Standalone Document Declaration. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p32pass2.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3 el01 Tests the Element Valid VC (clause 4) by including an undeclared child element. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el01.xml<Line 4, Column 19>: XML-0149: (Error) Element 'undeclared' used but not declared.
3 el02 Tests the Element Valid VC (clause 1) by including elements in an EMPTY content model. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el02.xml<Line 4, Column 12>: XML-0147: (Error) Invalid element 'root' in content of 'root', expected closing tag.
3 el03 Tests the Element Valid VC (clause 3) by including a child element not permitted by a mixed content model. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el03.xml<Line 5, Column 28>: XML-0148: (Error) Invalid element 'exception' in content of 'root', expected elements '[PCDATA, root]'.
3 el06 Tests the Element Valid VC (clause 1), using one of the predefined internal entities inside an EMPTY content model. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el06.xml<Line 5, Column 12>: XML-0145: (Error) Unexpected text in content of Element 'root'.
3 inv-dtd03 Tests the "Element Valid" VC (clause 2) by omitting a required element. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/dtd03.xml<Line 13, Column 7>: XML-0148: (Error) Invalid element 'b' in content of 'violation', expected elements '[a]'.
3 optional01 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one is required. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional01.xml<Line 3, Column 18>: XML-0150: (Error) Element once not complete, expected elements '[e]'.
3 optional02 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing two children where one is required. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional02.xml<Line 3, Column 17>: XML-0147: (Error) Invalid element 'e' in content of 'once', expected closing tag.
3 optional03 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where two are required. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional03.xml<Line 3, Column 20>: XML-0150: (Error) Element twice not complete, expected elements '[e]'.
3 optional04 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where two are required. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional04.xml<Line 3, Column 22>: XML-0147: (Error) Invalid element 'e' in content of 'twice', expected closing tag.
3 optional05 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (one construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional05.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-twice-a not complete, expected elements '[e]'.
3 optional06 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a second construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional06.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-twice-b not complete, expected elements '[e]'.
3 optional07 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a third construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional07.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-twice-c not complete, expected elements '[e]'.
3 optional08 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a fourth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional08.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-twice-d not complete, expected elements '[e]'.
3 optional09 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a fifth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional09.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-twice-e not complete, expected elements '[e]'.
3 optional10 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a basic construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional10.xml<Line 3, Column 32>: XML-0147: (Error) Invalid element 'e' in content of 'once-or-twice-a', expected closing tag.
3 optional11 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a second construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional11.xml<Line 3, Column 32>: XML-0147: (Error) Invalid element 'e' in content of 'once-or-twice-b', expected closing tag.
3 optional12 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a third construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional12.xml<Line 3, Column 32>: XML-0147: (Error) Invalid element 'e' in content of 'once-or-twice-c', expected closing tag.
3 optional13 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a fourth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional13.xml<Line 3, Column 32>: XML-0147: (Error) Invalid element 'e' in content of 'once-or-twice-d', expected closing tag.
3 optional14 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a fifth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional14.xml<Line 3, Column 32>: XML-0147: (Error) Invalid element 'e' in content of 'once-or-twice-e', expected closing tag.
3 optional15 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a basic construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional15.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-1a not complete, expected elements '[e]'.
3 optional16 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a second construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional16.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-1b not complete, expected elements '[e]'.
3 optional17 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a third construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional17.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-1c not complete, expected elements '[e]'.
3 optional18 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a fourth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional18.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-1d not complete, expected elements '[e]'.
3 optional19 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a fifth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional19.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-1e not complete, expected elements '[e]'.
3 optional20 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a sixth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional20.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-2a not complete, expected elements '[e]'.
3 optional21 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a seventh construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional21.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-2b not complete, expected elements '[e]'.
3 optional22 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (an eigth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional22.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-2c not complete, expected elements '[e]'.
3 optional23 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a ninth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional23.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-2d not complete, expected elements '[e]'.
3 optional24 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a tenth construction of that model). FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional24.xml<Line 3, Column 40>: XML-0150: (Error) Element once-or-more-2e not complete, expected elements '[e]'.
3 optional25 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing text content where one or more elements are required. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/optional25.xml<Line 3, Column 38>: XML-0146: (Error) Unexpected text in content of Element 'once-or-more-2e', expected elements '[e]'.
3 3.1 [39] [43] o-p39pass2 Character data is valid element content. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p39pass2.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3 3.1 [39] [44] o-p39pass1 Empty element tag may be used for any element which has no content. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p39pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 2.10 inv-required01 Tests the Attribute Value Type (declared) VC for the xml:space attribute FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/required01.xml<Line 5, Column 16>: XML-0137: (Error) Attribute 'xml:space' used but not declared.
3.1 2.12 inv-required02 Tests the Attribute Value Type (declared) VC for the xml:lang attribute FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/required02.xml<Line 5, Column 15>: XML-0137: (Error) Attribute 'xml:lang' used but not declared.
3.1 [40] o-p40pass1 Elements content can be empty. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p40pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [40] o-p40pass2 Whitespace is valid within a Start-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p40pass2.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [40] o-p40pass4 Whitespace and Multiple Attributes are valid within a Start-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p40pass4.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [40] [41] o-p40pass3 Attributes are valid within a Start-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p40pass3.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [41] o-p41pass1 Attributes are valid within a Start-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p41pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [41] o-p41pass2 Whitespace is valid within a Start-tags Attribute. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p41pass2.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [42] o-p42pass1 Test shows proper syntax for an End-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p42pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [42] o-p42pass2 Whitespace is valid after name in End-tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p42pass2.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [44] o-p44pass1 Valid display of an Empty Element Tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p44pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [44] o-p44pass2 Empty Element Tags can contain an Attribute. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p44pass2.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [44] o-p44pass3 Whitespace is valid in an Empty Element Tag following the end of the attribute value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p44pass3.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [44] o-p44pass4 Whitespace is valid after the name in an Empty Element Tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p44pass4.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.1 [44] o-p44pass5 Whitespace and Multiple Attributes are valid in an Empty Element Tag. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p44pass5.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
3.2 el04 Tests the Unique Element Type Declaration VC. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el04.xml<Line 4, Column 20>: XML-0131: (Error) Element 'exception' already declared.
3.2.1 invalid--002 Tests the "Proper Group/PE Nesting" validity constraint by fragmenting a content model between two parameter entities. FAIL [Document invalid; no error reported]
3.2.2 el05 Tests the No Duplicate Types VC. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/el05.xml<Line 2, Column 58>: XML-0111: (Error) Element 'repeat-till-done' repeated in mixed-content declaration.
3.2.2 inv-dtd01 Tests the No Duplicate Types VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/dtd01.xml<Line 2, Column 29>: XML-0111: (Error) Element 'x' repeated in mixed-content declaration.
3.3.1 attr01 Tests the "Entity Name" VC for the ENTITY attribute type. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr01.xml<Line 9, Column 24>: XML-0105: (Error) ENTITY type Attribute value 'food' does not match any unparsed Entity.
3.3.1 attr02 Tests the "Entity Name" VC for the ENTITIES attribute type. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr02.xml<Line 12, Column 36>: XML-0105: (Error) ENTITY type Attribute value 'food' does not match any unparsed Entity.
3.3.1 attr03 Tests the "Notation Attributes" VC for the NOTATION attribute type, first clause: value must be one of the ones that's declared. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr03.xml<Line 16, Column 19>: XML-0141: (Error) Attribute value 'candy' should be one of the declared enumerated values.
3.3.1 attr04 Tests the "Notation Attributes" VC for the NOTATION attribute type, second clause: the names in the declaration must all be declared. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr04.xml<Line 4, Column 37>: XML-0106: (Error) Could not find Notation 'vegetable'.
3.3.1 attr05 Tests the "Name Token" VC for the NMTOKEN attribute type. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr05.xml<Line 9, Column 23>: XML-0143: (Error) Unrecognized text at end of attribute value.
3.3.1 attr06 Tests the "Name Token" VC for the NMTOKENS attribute type. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr06.xml<Line 9, Column 32>: XML-0143: (Error) Unrecognized text at end of attribute value.
3.3.1 attr07 Tests the "Enumeration" VC by providing a value which wasn't one of the choices. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr07.xml<Line 9, Column 20>: XML-0141: (Error) Attribute value 'money' should be one of the declared enumerated values.
3.3.1 id01 Tests the ID (is a Name) VC FAIL (thrown java.lang.NullPointerException) [no exception message]
3.3.1 id02 Tests the ID (appears once) VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/id02.xml<Line 7, Column 25>: XML-0139: (Error) ID value 'a42' is not unique.
3.3.1 id03 Tests the One ID per Element Type VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/valid/sa.dtd<Line 20, Column 8>: XML-0132: (Error) Element cannot have more than one ID attribute.
3.3.1 id04 Tests the ID Attribute Default VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/id04.xml<Line 3, Column 9>: XML-0134: (Error) ID attribute must be declared #IMPLIED or #REQUIRED.
3.3.1 id05 Tests the ID Attribute Default VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/id05.xml<Line 4, Column 16>: XML-0134: (Error) ID attribute must be declared #IMPLIED or #REQUIRED.
3.3.1 id06 Tests the IDREF (is a Name) VC FAIL (thrown java.lang.NullPointerException) [no exception message]
3.3.1 id07 Tests the IDREFS (is a Names) VC FAIL (thrown java.lang.NullPointerException) [no exception message]
3.3.1 id08 Tests the IDREF (matches an ID) VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/id08.xml<Line 11, Column 19>: XML-0140: (Error) IDREF value 'd36d' does not match any ID attribute value.
3.3.1 id09 Tests the IDREF (IDREFS matches an ID) VC FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/id09.xml<Line 12, Column 24>: XML-0140: (Error) IDREF value 'ee38' does not match any ID attribute value.
3.3.2 attr08 Tests the "Fixed Attribute Default" VC by providing the wrong value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr08.xml<Line 9, Column 57>: XML-0144: (Error) FIXED type Attribute value not equal to the default value 'http://over.the.rainbow.com/somewhere'.
3.3.2 attr09 Tests the "Attribute Default Legal" VC by providing an illegal IDREF value. FAIL (thrown java.lang.NullPointerException) [no exception message]
3.3.2 attr10 Tests the "Attribute Default Legal" VC by providing an illegal IDREFS value. FAIL (thrown java.lang.NullPointerException) [no exception message]
3.3.2 attr11 Tests the "Attribute Default Legal" VC by providing an illegal ENTITY value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr11.xml<Line 5, Column 29>: XML-0105: (Error) ENTITY type Attribute value 'worldbook' does not match any unparsed Entity.
3.3.2 attr12 Tests the "Attribute Default Legal" VC by providing an illegal ENTITIES value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr12.xml<Line 5, Column 43>: XML-0105: (Error) ENTITY type Attribute value 'worldbook' does not match any unparsed Entity.
3.3.2 attr13 Tests the "Attribute Default Legal" VC by providing an illegal NMTOKEN value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr13.xml<Line 5, Column 31>: XML-0143: (Error) Unrecognized text at end of attribute value.
3.3.2 attr14 Tests the "Attribute Default Legal" VC by providing an illegal NMTOKENS value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr14.xml<Line 5, Column 39>: XML-0143: (Error) Unrecognized text at end of attribute value.
3.3.2 attr15 Tests the "Attribute Default Legal" VC by providing an illegal NOTATIONS value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr15.xml<Line 5, Column 56>: XML-0141: (Error) Attribute value 'encarta' should be one of the declared enumerated values.
3.3.2 attr16 Tests the "Attribute Default Legal" VC by providing an illegal enumeration value. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/attr16.xml<Line 5, Column 46>: XML-0141: (Error) Attribute value 'encarta' should be one of the declared enumerated values.
3.3.2 inv-required00 Tests the Required Attribute VC. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/required00.xml<Line 8, Column 8>: XML-0138: (Error) REQUIRED attribute 'req' is not specified.
4.1 inv-dtd06 Tests "Entity Declared" VC for a parameter entity. NOTE: there are both VCs and WFCs with this name, which is a specification issue in that it is both confusing and in some ways self-contradictory. The WFC does not apply to PEs, and even the clause which might seem to suggest it could is ruled out in this test. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/invalid/dtd06.xml<Line 3, Column 16>: XML-0250: (Fatal Error) Missing entity 'undefined'.
4.1 not-wf-not-sa-005 Tests the Entity Declared VC by referring to an undefined parameter entity within an external entity. FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/005.ent<Line 2, Column 4>: XML-0250: (Fatal Error) Missing entity 'e'.
4.1 [66] o-p66pass1 valid character references FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p66pass1.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
4.2 [74] o-p74pass1 PEDef is either an entity value or an external id FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p74pass1.xml<Line 6, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
4.2.2 inv-dtd02 Tests the "Notation Declared" VC by using an undeclared notation name. FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/sun/invalid/dtd02.xml<Line 3, Column 69>: XML-0106: (Error) Could not find Notation 'Encyclopaedia'.
4.2.2 [75] o-p75pass1 valid external identifiers FAIL (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p75pass1.xml<Line 10, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
4.3.3 2.8 utf16b Tests reading an invalid "big endian" UTF-16 document FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/invalid/utf16b.xml<Line 2, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
4.3.3 2.8 utf16l Tests reading an invalid "little endian" UTF-16 document FAIL (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/invalid/utf16l.xml<Line 2, Column 1>: XML-0108: (Fatal Error) Start of root element expected.

Documents which are not Well-Formed

All XML processors must correctly reject (with a "fatal" error) all XML documents which are not well-formed.

Section and [Rules] Test ID Description Diagnostic
2.1 [1] not-wf-sa-050 Empty document, with no root element. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/050.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.1 [1] o-p01fail1 S cannot occur before the prolog (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p01fail1.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.1 [1] o-p01fail2 comments cannot occur before the prolog (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p01fail2.xml<Line 1, Column 24>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.1 [1] o-p01fail3 only one document element (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p01fail3.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.1 [1] o-p01fail4 document element must be complete. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p01fail4.xml<Line 1, Column 6>: XML-0210: (Fatal Error) Unexpected EOF.
2.2 [2] not-wf-sa-030 A form feed is not a legal XML character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/030.xml<Line 1, Column 19>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] not-wf-sa-031 A form feed is not a legal XML character. (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/031.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.2 [2] not-wf-sa-032 A form feed is not a legal XML character. (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/032.xml<Line 1, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.2 [2] not-wf-sa-033 An ESC (octal 033) is not a legal XML character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/033.xml<Line 1, Column 9>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] not-wf-sa-034 A form feed is not a legal XML character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/034.xml<Line 1, Column 5>: XML-0201: (Fatal Error) Expected name instead of <U+c>.
2.2 [2] not-wf-sa-142 Character #x0000 is not legal anywhere in an XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/142.xml<Line 4, Column 10>: XML-0280: (Fatal Error) Bad character (0).
2.2 [2] not-wf-sa-143 Character #x001F is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-144 Character #xFFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-145 Character #xD800 is not legal anywhere in an XML document. (If it appeared in a UTF-16 surrogate pair, it'd represent half of a UCS-4 character and so wouldn't really be in the document.) FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-146 Character references must also refer to legal XML characters; #x00110000 is one more than the largest legal character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/146.xml<Line 4, Column 16>: XML-0280: (Fatal Error) Bad character (1114112).
2.2 [2] not-wf-sa-166 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-167 Character FFFE is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(fffe).
2.2 [2] not-wf-sa-168 An unpaired surrogate (D800) is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(d800).
2.2 [2] not-wf-sa-169 An unpaired surrogate (DC00) is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(dc00).
2.2 [2] not-wf-sa-170 Four byte UTF-8 encodings can encode UCS-4 characters which are beyond the range of legal XML characters (and can't be expressed in Unicode surrogate pairs). This document holds such a character. (thrown IOException) Invalid XML character(1c0000).
2.2 [2] not-wf-sa-171 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-172 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-173 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-174 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-175 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] not-wf-sa-177 Character FFFF is not legal anywhere in an XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] o-p02fail1 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail1.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail10 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail10.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail11 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail11.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail12 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail12.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail13 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail13.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail14 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail14.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail15 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail15.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail16 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail16.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail17 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail17.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail18 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail18.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail19 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail19.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail2 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail2.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail20 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail20.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail21 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail21.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail22 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail22.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail23 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail23.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail24 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail24.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail25 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail25.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail26 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail26.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail27 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail27.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail28 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail28.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail29 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail29.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail3 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail3.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail30 Use of illegal character within XML document. (thrown IOException) Invalid XML character(fffe).
2.2 [2] o-p02fail31 Use of illegal character within XML document. (thrown IOException) Invalid XML character(ffff).
2.2 [2] o-p02fail4 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail4.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail5 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail5.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail6 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail6.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail7 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail7.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail8 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail8.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.2 [2] o-p02fail9 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p02fail9.xml<Line 1, Column 6>: XML-0221: (Fatal Error) Invalid char in text.
2.3 [10] not-wf-sa-012 SGML-ism: attribute values must be quoted in all cases. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/012.xml<Line 1, Column 10>: XML-0125: (Fatal Error) Attribute value should start with quote.
2.3 [10] not-wf-sa-013 The quotes on both ends of an attribute value must match. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/013.xml<Line 1, Column 15>: XML-0126: (Fatal Error) '<' cannot appear in attribute value.
2.3 [10] not-wf-sa-014 Attribute values may not contain literal '<' characters. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/014.xml<Line 1, Column 11>: XML-0126: (Fatal Error) '<' cannot appear in attribute value.
2.3 [10] not-wf-sa-020 Attribute values may not contain literal '&' characters except as part of an entity reference. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/020.xml<Line 1, Column 13>: XML-0201: (Fatal Error) Expected name instead of .
2.3 [10] not-wf-sa-021 Attribute values may not contain literal '&' characters except as part of an entity reference. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/021.xml<Line 1, Column 13>: XML-0100: (Fatal Error) Expected ';'.
2.3 [10] not-wf-sa-088 Attribute values are terminated by literal quote characters, and any entity expansion is done afterwards. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/088.xml<Line 6, Column 14>: XML-0126: (Fatal Error) '<' cannot appear in attribute value.
2.3 [10] not-wf-sa-090 Attributes may not contain a literal "<" character; this one has one because of reference expansion. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/090.xml<Line 4, Column 9>: XML-0126: (Fatal Error) '<' cannot appear in attribute value.
2.3 [10] o-p10fail1 attribute values exclude '<' (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p10fail1.xml<Line 1, Column 12>: XML-0126: (Fatal Error) '<' cannot appear in attribute value.
2.3 [10] o-p10fail2 attribute values exclude '&' (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p10fail2.xml<Line 1, Column 12>: XML-0201: (Fatal Error) Expected name instead of ".
2.3 [10] o-p10fail3 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p10fail3.xml<Line 2, Column 16370>: XML-0193: (Fatal Error) Unexpected EOF.
2.3 [11] o-p11fail1 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p11fail1.xml<Line 8, Column 16237>: XML-0100: (Fatal Error) Expected '>'.
2.3 [11] o-p11fail2 cannot contain delimiting quotes (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p11fail2.xml<Line 5, Column 26>: XML-0100: (Fatal Error) Expected '>'.
2.3 [12] o-p12fail1 '"' excluded FAIL [Document not WF; no error reported]
2.3 [12] o-p12fail2 '\' excluded FAIL [Document not WF; no error reported]
2.3 [12] o-p12fail3 entity references excluded FAIL [Document not WF; no error reported]
2.3 [12] o-p12fail4 '>' excluded FAIL [Document not WF; no error reported]
2.3 [12] o-p12fail5 '<' excluded FAIL [Document not WF; no error reported]
2.3 [12] o-p12fail6 built-in entity refs excluded FAIL [Document not WF; no error reported]
2.3 [12] pubid01 Illegal entity ref in public ID FAIL [Document not WF; no error reported]
2.3 [12] pubid02 Illegal characters in public ID FAIL [Document not WF; no error reported]
2.3 [12] pubid03 Illegal characters in public ID FAIL [Document not WF; no error reported]
2.3 [12] pubid04 Illegal characters in public ID FAIL [Document not WF; no error reported]
2.3 [12] pubid05 SGML-ism: public ID without system ID (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/not-wf/pubid05.xml<Line 5, Column 44>: XML-0190: (Fatal Error) Whitespace required.
2.3 [13] not-wf-sa-085 Public IDs may not contain "[". (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/085.xml<Line 2, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [13] not-wf-sa-086 Public IDs may not contain "[". (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/086.xml<Line 4, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [13] not-wf-sa-087 Public IDs may not contain "[". (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/087.xml<Line 4, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [13] o-p12fail7 publid IDs may not contain the "tab" character FAIL [Document not WF; no error reported]
2.3 [3] o-p03fail1 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail1.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail10 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail10.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail11 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail11.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail12 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail12.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail13 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail13.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail14 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail14.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail15 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail15.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail16 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail16.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail17 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail17.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail18 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail18.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail19 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail19.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail2 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail2.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail20 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail20.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail21 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail21.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail22 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail22.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail23 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail23.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail24 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail24.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail25 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail25.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail26 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail26.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail27 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail27.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail28 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail28.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail29 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail29.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail3 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail3.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail4 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail4.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail5 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail5.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail7 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail7.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail8 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail8.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [3] o-p03fail9 Use of illegal character within XML document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p03fail9.xml<Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
2.3 [4] not-wf-sa-002 Names may not start with "."; it's not a Letter. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/002.xml<Line 2, Column 2>: XML-0201: (Fatal Error) Expected name instead of ..
2.3 [4] not-wf-sa-140 Character '&#x309a;' is a CombiningChar, not a Letter, and so may not begin a name. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/140.xml<Line 4, Column 9>: XML-0201: (Fatal Error) Expected name instead of ゚.
2.3 [4] o-p04fail1 Name contains invalid character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p04fail1.xml<Line 1, Column 3>: XML-0201: (Fatal Error) Expected name instead of @.
2.3 [4] o-p04fail2 Name contains invalid character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p04fail2.xml<Line 1, Column 3>: XML-0201: (Fatal Error) Expected name instead of #.
2.3 [4] o-p04fail3 Name contains invalid character. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p04fail3.xml<Line 1, Column 3>: XML-0201: (Fatal Error) Expected name instead of $.
2.3 [5] not-wf-sa-008 Entity references must include names, which don't begin with '.' (it's not a Letter or other name start character). (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/008.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of ..
2.3 [5] not-wf-sa-023 Digits are not valid name start characters. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/023.xml<Line 1, Column 6>: XML-0201: (Fatal Error) Expected name instead of 1.
2.3 [5] not-wf-sa-024 Digits are not valid name start characters. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/024.xml<Line 2, Column 2>: XML-0201: (Fatal Error) Expected name instead of 1.
2.3 [5] not-wf-sa-141 Character #x0E5C is not legal in XML names. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/141.xml<Line 4, Column 9>: XML-0201: (Fatal Error) Expected name instead of ๜.
2.3 [5] o-p05fail1 a Name cannot start with a digit (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05fail1.xml<Line 1, Column 2>: XML-0201: (Fatal Error) Expected name instead of 0.
2.3 [5] o-p05fail2 a Name cannot start with a '.' (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05fail2.xml<Line 1, Column 2>: XML-0201: (Fatal Error) Expected name instead of ..
2.3 [5] o-p05fail3 a Name cannot start with a "-" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05fail3.xml<Line 1, Column 2>: XML-0201: (Fatal Error) Expected name instead of -.
2.3 [5] o-p05fail4 a Name cannot start with a CombiningChar (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05fail4.xml<Line 1, Column 2>: XML-0201: (Fatal Error) Expected name instead of ̀.
2.3 [5] o-p05fail5 a Name cannot start with an Extender (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p05fail5.xml<Line 1, Column 2>: XML-0201: (Fatal Error) Expected name instead of ·.
2.3 [9] not-wf-sa-113 Parameter entity values must use valid reference syntax; this reference is malformed. (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/113.xml<Line 4, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [9] not-wf-sa-114 General entity values must use valid reference syntax; this reference is malformed. (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/114.xml<Line 4, Column 5>: XML-0149: (Error) Element 'doc' used but not declared.
2.3 [9] not-wf-sa-159 Uses '&' unquoted in an entity declaration, which is illegal syntax for an entity reference. FAIL [Document not WF; no error reported]
2.3 [9] o-p09fail1 EntityValue excludes '%' (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p09fail1.dtd<Line 2, Column 23>: XML-0201: (Fatal Error) Expected name instead of ".
2.3 [9] o-p09fail2 EntityValue excludes '&' FAIL [Document not WF; no error reported]
2.3 [9] o-p09fail3 incomplete character reference (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p09fail3.xml<Line 4, Column 27>: XML-0100: (Fatal Error) Expected ';'.
2.3 [9] o-p09fail4 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p09fail4.xml<Line 6, Column 16324>: XML-0193: (Fatal Error) Unexpected EOF.
2.3 [9] o-p09fail5 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p09fail5.xml<Line 6, Column 16324>: XML-0193: (Fatal Error) Unexpected EOF.
2.4 [14] not-wf-sa-025 Text may not contain a literal ']]>' sequence. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/025.xml<Line 1, Column 8>: XML-0211: (Fatal Error) ']]>' is not allowed in text.
2.4 [14] not-wf-sa-026 Text may not contain a literal ']]>' sequence. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/026.xml<Line 1, Column 9>: XML-0211: (Fatal Error) ']]>' is not allowed in text.
2.4 [14] not-wf-sa-029 Text may not contain a literal ']]>' sequence. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/029.xml<Line 1, Column 12>: XML-0211: (Fatal Error) ']]>' is not allowed in text.
2.4 [14] o-p14fail1 '<' excluded (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p14fail1.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of .
2.4 [14] o-p14fail2 '&' excluded (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p14fail2.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of .
2.4 [14] o-p14fail3 "]]>" excluded (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p14fail3.xml<Line 1, Column 9>: XML-0211: (Fatal Error) ']]>' is not allowed in text.
2.5 [15] not-wf-sa-027 Comments must be terminated with "-->". (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/027.xml<Line 4, Column 1>: XML-0200: (Fatal Error) Expected '-->' instead of 'EOF'.
2.5 [15] o-p15fail1 comments can't end in '-' (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p15fail1.xml<Line 1, Column 8>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.5 [15] o-p15fail2 one comment per comment (contrasted with SGML) (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p15fail2.xml<Line 1, Column 8>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.5 [15] o-p15fail3 can't include 2 or more adjacent '-'s (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p15fail3.xml<Line 1, Column 8>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.5 [15] sgml03 Comments may not contain "--" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/not-wf/sgml03.xml<Line 3, Column 23>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.5 [16] not-wf-sa-006 XML comments may not contain "--" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/006.xml<Line 1, Column 23>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.5 [16] not-wf-sa-070 XML comments may not contain "--" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/070.xml<Line 1, Column 43>: XML-0211: (Fatal Error) '--' is not allowed in comments.
2.6 [16] not-wf-sa-003 Processing Instruction target name is required. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/003.xml<Line 1, Column 8>: XML-0201: (Fatal Error) Expected name instead of .
2.6 [16] not-wf-sa-004 SGML-ism: processing instructions end in '?>' not '>'. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/004.xml<Line 2, Column 1>: XML-0200: (Fatal Error) Expected '?>' instead of 'EOF'.
2.6 [16] not-wf-sa-005 Processing instructions end in '?>' not '?'. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/005.xml<Line 2, Column 1>: XML-0200: (Fatal Error) Expected '?>' instead of 'EOF'.
2.6 [16] not-wf-sa-028 Processing instructions must end with '?>'. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/028.xml<Line 5, Column 1>: XML-0200: (Fatal Error) Expected '?>' instead of 'EOF'.
2.6 [16] o-p16fail1 "xml" is an invalid PITarget (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p16fail1.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.6 [16] o-p16fail2 a PITarget must be present (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p16fail2.xml<Line 1, Column 3>: XML-0201: (Fatal Error) Expected name instead of ?.
2.6 [16] pi No space between PI target name and data (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/not-wf/pi.xml<Line 4, Column 12>: XML-0190: (Fatal Error) Whitespace required.
2.6 [17] not-wf-ext-sa-003 Only one text declaration is permitted; a second one looks like an illegal processing instruction (target names of "xml" in any case are not allowed). (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/ext-sa/003.ent<Line 1, Column 27>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.6 [17] not-wf-not-sa-002 Processing instruction target names may not be "XML" in any combination of cases. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/002.xml<Line 4, Column 4>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.6 [17] not-wf-sa-157 '<?xmL ...?>' is not a legal processing instruction target name. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/157.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.7 not-wf-sa-105 Invalid placement of CDATA section. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/105.xml<Line 2, Column 3>: XML-0100: (Fatal Error) Expected 'DOCTYPE'.
2.7 [18] not-wf-sa-017 CDATA sections need a terminating ']]>'. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/017.xml<Line 2, Column 1>: XML-0200: (Fatal Error) Expected ']]>' instead of 'EOF'.
2.7 [18] not-wf-sa-051 CDATA is invalid at top level of document. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/051.xml<Line 2, Column 3>: XML-0100: (Fatal Error) Expected 'DOCTYPE'.
2.7 [18] not-wf-sa-128 Invalid CDATA syntax. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/128.xml<Line 2, Column 15>: XML-0102: (Fatal Error) Expected 'EMPTY', 'ANY', or '('.
2.7 [18] o-p18fail1 no space before "CDATA" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p18fail1.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of !.
2.7 [18] o-p18fail2 no space after "CDATA" (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p18fail2.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of !.
2.7 [18] o-p18fail3 CDSect's can't nest (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p18fail3.xml<Line 4, Column 3>: XML-0211: (Fatal Error) ']]>' is not allowed in text.
2.7 [19] not-wf-sa-018 CDATA sections begin with a literal '<![CDATA[', no space. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/018.xml<Line 1, Column 7>: XML-0201: (Fatal Error) Expected name instead of !.
2.7 [19] not-wf-sa-108 No space in '<![CDATA['. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/108.xml<Line 2, Column 2>: XML-0201: (Fatal Error) Expected name instead of !.
2.7 [19] not-wf-sa-112 CDATA sections start '<![CDATA[', not '<!cdata['. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/112.xml<Line 2, Column 2>: XML-0201: (Fatal Error) Expected name instead of !.
2.8 not-wf-sa-160 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. FAIL [Document not WF; no error reported]
2.8 not-wf-sa-161 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/161.xml<Line 3, Column 16>: XML-0201: (Fatal Error) Expected name instead of %.
2.8 not-wf-sa-162 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. FAIL [Document not WF; no error reported]
2.8 valid-sa-094 This refers to an undefined parameter entity reference within a markup declaration in the internal DTD subset, violating the PEs in Internal Subset WFC. FAIL [Document not WF; no error reported]
2.8 sgml02 XML declaration must be at the very beginning of a document; it"s not a processing instruction (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/sun/not-wf/sgml02.xml<Line 1, Column 7>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 2.6 [23, 17] not-wf-sa-154 '<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/154.xml<Line 1, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 2.6 [23, 17] not-wf-sa-155 '<?xmL ...?>' is neither an XML declaration nor a legal processing instruction target name. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/155.xml<Line 1, Column 11>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 2.6 [23, 17] not-wf-sa-156 '<?xMl ...?>' is neither an XML declaration nor a legal processing instruction target name. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/156.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [22] not-wf-sa-147 XML Declaration may not be preceded by whitespace. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/147.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [22] not-wf-sa-148 XML Declaration may not be preceded by comments or whitespace. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/148.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [22] not-wf-sa-152 XML declarations must include the "version=..." string. (odd SAXParseException) (error) file:/d:/xml/xmlconf/xmltest/not-wf/sa/152.xml<Line 1, Column 7>: XML-0205: (Error) Expected version.
2.8 [22] o-p22fail1 prolog must start with XML decl (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p22fail1.xml<Line 2, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [22] o-p22fail2 prolog must start with XML decl (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p22fail2.xml<Line 4, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [23] not-wf-sa-095 VersionInfo must come before EncodingDecl. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/095.xml<Line 1, Column 24>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] not-wf-sa-098 Only one "version=..." string may appear in an XML declaration. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/098.xml<Line 1, Column 21>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] not-wf-sa-099 Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/099.xml<Line 1, Column 21>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] o-p23fail1 "xml" must be lower-case (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p23fail1.xml<Line 1, Column 6>: XML-0109: (Fatal Error) PI names starting with 'xml' are reserved.
2.8 [23] o-p23fail2 VersionInfo must be supplied (odd SAXParseException) (error) file:/d:/xml/xmlconf/oasis/p23fail2.xml<Line 1, Column 7>: XML-0205: (Error) Expected version.
2.8 [23] o-p23fail3 VersionInfo must come first (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p23fail3.xml<Line 1, Column 24>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] o-p23fail4 SDDecl must come last (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p23fail4.xml<Line 1, Column 38>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] o-p23fail5 no SGML-type PIs (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p23fail5.xml<Line 1, Column 20>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] o-p39fail4 XML declarations must be correctly terminated (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p39fail4.xml<Line 1, Column 20>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [23] o-p39fail5 XML declarations must be correctly terminated (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p39fail5.xml<Line 1, Column 20>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [24] not-wf-sa-094 Prolog VERSION must be lowercase. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/094.xml<Line 1, Column 7>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [24] not-wf-sa-097 Both quotes surrounding VersionNum must be the same. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/xmltest/not-wf/sa/097.xml<Line 1, Column 31>: XML-0100: (Fatal Error) Expected '?>'.
2.8 [24] o-p24fail1 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p24fail1.xml<Line 1, Column 1>: XML-0200: (Fatal Error) Expected 'quote [']' instead of 'EOF'.
2.8 [24] o-p24fail2 quote types must match (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p24fail2.xml<Line 1, Column 1>: XML-0200: (Fatal Error) Expected 'quote ["]' instead of 'EOF'.
2.8 [25] o-p25fail1 Comment is illegal in VersionInfo. (odd SAXParseException) (fatal) file:/d:/xml/xmlconf/oasis/p25fail1.xml<Line 1, Column 15>: XML-0100: (Fatal Error) Expected '='.
2.8 [26] not-wf-sa-102 Provides an illegal XML version number; spaces are illegal. (odd SAXParseException) (error) file:/d:/xm