XML Processor Conformance Report:
MSXML3 SAX from VB

This is a report on the conformance of the following XML 1.0 processor configuration:

XML Processor Microsoft MSXML3 Beta Release, SAX interface from Visual Basic 6.0
Parser Class MSXML3 SAX from VB
Processing Mode Non Validating
General Entities included
Parameter Entities included

The results were as reported through the parser's API to this particular test harness and execution environment:

Test Run Date Monday, August 21, 2000 7:26:33 PM
Harness and Version VB SAX Test Harness 1.0
Runtime Environment Microsoft VB 6.0
Host OS Info Windows_NT
Suite of Testcases OASIS draft v1.0; with 5 Feb 2000 updates by David Brownell and 15 Aug 2000 updated by Chris Lovett

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

Status 97%
Total Passed Tests (provisional) 1035
Passed Negative Tests (provisional) 499
Failed Tests (provisional) 36
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. In some cases, test cases may need to be reclassified; this would affect results attributed to parsers. 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. Initial parenthesized comments typically come from the test harness.

Some such comments indicate the reporting category defined in the XML specification. Some low-fidelity processor APIs don't expose recoverable errors, which can make validation work awkward.

(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. In some underfeatured parser APIs, this may be the only kind of error that gets reported.
(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).

Other such comments may indicate other categories of conformance issue. For example, some errors relate to problematic implementation of SAX; and in exceptional cases, the harness can be forced to report a failure on some test.

(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, rarely, both.

Nonvalidating processors may skip some tests if the tests require processing a class of external entities (general, parameter, or both) which that processor is known not to handle. If processor handling of entities is not known, all such tests are skipped, in order to prevent misreporting.


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 (such as this one) 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
4.3.1 4.3.2 [77] [78]ext01Tests use of external parsed entities with and without content.(fatal) Error on line 9 position 23: Error while parsing entity 'null'. Could not load 'null.ent'.
2.11 [33]lang01Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 23: The language ID "234" is invalid.
2.11 [33]lang02Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 25: The language ID "ab234" is invalid.
2.11 [33]lang03Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 23: The language ID "ab-" is invalid.
2.11 [33]lang04Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 26: The language ID "ab-234" is invalid.
2.11 [33]lang05Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 27: The language ID "i-en/us" is invalid.
2.11 [33]lang06Tests the "Valid xml:lang" Validity Constraint. Illegal language identification(fatal) Error on line 5 position 27: The language ID "X-FR.ch" is invalid.

Output Tests

The XML specification places requirements on the data which is reported by XML processors to applications. This data flows through the processor API ... or it is not available, so the processor is in those respects nonconformant. For example, SAX1 did not report external entities which were not included; but SAX2 does. 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.

At this writing, the OASIS output tests have several categories of known omissions (or weak output test coverage). These include:

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

In some test harnessses, the output tests are unreliable because they can't directly compare the parser output against reference data. Such issues should be noted in the documentation for that harness.

Also, and not a bug, in some cases these diagnostics may seem like they say two equivalent results are not equal. The issue is that some differences, often those in reported whitespace, aren't easily visible in this report. HTML hides many such differences (because it normalizes whitespace before displaying it), and the method used to display the differing results may also mask some issues.

Test ID Diagnostic
valid-sa-044"
" != "
"
valid-sa-047"
" != "
Y"
valid-sa-059"
" != "
"
valid-sa-092"
" != "
"
valid-sa-093"
" != "
"
valid-sa-110""x y" != ""x y"
valid-sa-116"
" != "
"
valid-not-sa-031"
" != "
"
valid-ext-sa-001"
" != "
"
valid-ext-sa-004"
" != "
"
valid-ext-sa-006"
" != "
"
valid-ext-sa-009"
" != "
"
valid-ext-sa-011"
" != "
"
element"
" != "
 "
ext01[ input failed, no output to test ]
not-sa01"
" != "
 "
notation01"'+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION CompuServe Graphic Interchange Format//EN" != "'+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION CompuServe Graphic Interchange Format//EN"
optional"
" != "
 "
sa01"
" != "
 "
sa05"
" != "
 No whitespace before or after this standalone element."
v-pe00"
" != "
© 1947 Éditions Gallimard. All rights reserved"
v-pe01"
" != "
numerically ("

Invalid Documents

As noted above, nonvalidating processors must accept all documents which are well formed, but invalid. This same behavior would be delivered by a validating processor, if the application chose to continue processing after receiving each report of a validity error, and not report such validity errors. (These tests are run as "negative" tests for validating processors, since in those cases it is important that the correct validity errors be reported and that they be reported at the correct level.)

Section and [Rules] Test ID Description Diagnostic
2.8invalid--001Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting a comment between two parameter entities.(fatal) Error on line 3 position 4: The replacement text for a parameter entity must be properly nested with parenthesized groups.
3.2.1invalid--002Tests the "Proper Group/PE Nesting" validity constraint by fragmenting a content model between two parameter entities.(fatal) Error on line 2 position 19: The replacement text for a parameter entity must be properly nested with parenthesized groups.
2.8invalid--003Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities.(fatal) Error on line 2 position 4: The replacement text for a parameter entity must be properly nested with parenthesized groups.
2.8invalid--004Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between three parameter entities.(fatal) Error on line 3 position 5: The replacement text for a parameter entity must be properly nested with parenthesized groups.
2.8invalid--005Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities.(fatal) Error on line 1 position 2: The replacement text for a parameter entity must be properly nested with parenthesized groups.
2.8invalid--006Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities.(fatal) Error on line 1 position 11: The replacement text for a parameter entity must be properly nested with parenthesized groups.
2.9inv-not-sa03Tests the Standalone Document Declaration VC, ensuring that a reference to externally defined entity causes a validity error.(fatal) Error on line 12 position 7: Reference to undefined entity 'number'.

Negative Tests

All conformant XML 1.0 processors must reject documents which are not well-formed. In addition, validating processors 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, 499 diagnostics must be examined to get an accurate evaluation of its negative test status.

Documents which are not Well-Formed

All XML processors must correctly reject (with a "fatal" error) all XML documents which are not well-formed. (Nonvalidating processors may skip some of these tests, if they require handling of a type of external entity which the processor ignores. Such skipped tests are not reported.)

Section and [Rules] Test ID Description Diagnostic
3.1 [41]not-wf-sa-001Attribute values must start with attribute names, not "?".(fatal) Error on line 3 position 1: A name was started with an invalid character.
2.3 [4]not-wf-sa-002Names may not start with "."; it's not a Letter.(fatal) Error on line 2 position 2: A name was started with an invalid character.
2.6 [16]not-wf-sa-003Processing Instruction target name is required.(fatal) Error on line 1 position 8: Whitespace is not allowed at this location.
2.6 [16]not-wf-sa-004SGML-ism: processing instructions end in '?>' not '>'.(fatal) Error on line 1 position 15: Processing instruction was not closed.
2.6 [16]not-wf-sa-005Processing instructions end in '?>' not '?'.(fatal) Error on line 1 position 15: Processing instruction was not closed.
2.5 [16]not-wf-sa-006XML comments may not contain "--"(fatal) Error on line 1 position 23: Incorrect syntax was used in a comment.
4.1 [68]not-wf-sa-007General entity references have no whitespace after the entity name and before the semicolon.(fatal) Error on line 1 position 10: A semi colon character was expected.
2.3 [5]not-wf-sa-008Entity references must include names, which don't begin with '.' (it's not a Letter or other name start character).(fatal) Error on line 1 position 7: A name was started with an invalid character.
4.1 [66]not-wf-sa-009Character references may have only decimal or numeric strings.(fatal) Error on line 1 position 8: An invalid character was found inside an entity reference.
4.1 [68]not-wf-sa-010Ampersand may only appear as part of a general entity reference.(fatal) Error on line 1 position 9: Whitespace is not allowed at this location.
3.1 [41]not-wf-sa-011SGML-ism: attribute values must be explicitly assigned a value, it can't act as a boolean toggle.(fatal) Error on line 1 position 8: A name contained an invalid character.
2.3 [10]not-wf-sa-012SGML-ism: attribute values must be quoted in all cases.(fatal) Error on line 1 position 9: A string literal was expected, but no opening quote character was found.
2.3 [10]not-wf-sa-013The quotes on both ends of an attribute value must match.(fatal) Error on line 1 position 14: The character '<' cannot be used in an attribute value.
2.3 [10]not-wf-sa-014Attribute values may not contain literal '<' characters.(fatal) Error on line 1 position 10: The character '<' cannot be used in an attribute value.
3.1 [41]not-wf-sa-015Attribute values need a value, not just an equals sign.(fatal) Error on line 1 position 9: A string literal was expected, but no opening quote character was found.
3.1 [41]not-wf-sa-016Attribute values need an associated name.(fatal) Error on line 1 position 14: A name was started with an invalid character.
2.7 [18]not-wf-sa-017CDATA sections need a terminating ']]>'.(fatal) Error on line 1 position 15: A CDATA section was not closed.
2.7 [19]not-wf-sa-018CDATA sections begin with a literal '<![CDATA[', no space.(fatal) Error on line 1 position 14: An opening '[' character was expected.
3.1 [42]not-wf-sa-019End tags may not be abbreviated as '</>'.(fatal) Error on line 1 position 8: A name was started with an invalid character.
2.3 [10]not-wf-sa-020Attribute values may not contain literal '&' characters except as part of an entity reference.(fatal) Error on line 1 position 13: Whitespace is not allowed at this location.
2.3 [10]not-wf-sa-021Attribute values may not contain literal '&' characters except as part of an entity reference.(fatal) Error on line 1 position 13: A semi colon character was expected.
4.1 [66]not-wf-sa-022Character references end with semicolons, always!(fatal) Error on line 1 position 15: An invalid character was found inside an entity reference.
2.3 [5]not-wf-sa-023Digits are not valid name start characters.(fatal) Error on line 1 position 6: A name was started with an invalid character.
2.3 [5]not-wf-sa-024Digits are not valid name start characters.(fatal) Error on line 2 position 2: A name was started with an invalid character.
2.4 [14]not-wf-sa-025Text may not contain a literal ']]>' sequence.(fatal) Error on line 1 position 6: The literal string ']]>' is not allowed in element content.
2.4 [14]not-wf-sa-026Text may not contain a literal ']]>' sequence.(fatal) Error on line 1 position 6: The literal string ']]>' is not allowed in element content.
2.5 [15]not-wf-sa-027Comments must be terminated with "-->".(fatal) Error on line 2 position 5: A comment was not closed.
2.6 [16]not-wf-sa-028Processing instructions must end with '?>'.(fatal) Error on line 2 position 5: Processing instruction was not closed.
2.4 [14]not-wf-sa-029Text may not contain a literal ']]>' sequence.(fatal) Error on line 1 position 6: The literal string ']]>' is not allowed in element content.
2.2 [2]not-wf-sa-030A form feed is not a legal XML character.(fatal) Error on line 1 position 19: An invalid character was found in text content.
2.2 [2]not-wf-sa-031A form feed is not a legal XML character.(fatal) Error on line 1 position 24: An invalid character was found in text content.
2.2 [2]not-wf-sa-032A form feed is not a legal XML character.(fatal) Error on line 1 position 24: An invalid character was found in text content.
2.2 [2]not-wf-sa-033An ESC (octal 033) is not a legal XML character.(fatal) Error on line 1 position 9: An invalid character was found in text content.
2.2 [2]not-wf-sa-034A form feed is not a legal XML character.(fatal) Error on line 1 position 5: An invalid character was found in text content.
3.1 [43]not-wf-sa-035The '<' character is a markup delimiter and must start an element, CDATA section, PI, or comment.(fatal) Error on line 1 position 9: Whitespace is not allowed at this location.
2.8 [27]not-wf-sa-036Text may not appear after the root element.(fatal) Error on line 1 position 12: Invalid at the top level of the document.
2.8 [27]not-wf-sa-037Character references may not appear after the root element.(fatal) Error on line 1 position 12: Invalid at the top level of the document.
3.1not-wf-sa-038Tests the "Unique Att Spec" WF constraint by providing multiple values for an attribute.(fatal) Error on line 1 position 22: Duplicate attribute.
3not-wf-sa-039Tests the Element Type Match WFC - end tag name must match start tag name.(fatal) Error on line 1 position 11: End tag 'aa' does not match the start tag 'a'.
2.8 [27]not-wf-sa-040Provides two document elements.(fatal) Error on line 2 position 2: Only one top level element is allowed in an XML document.
2.8 [27]not-wf-sa-041Provides two document elements.(fatal) Error on line 2 position 2: Only one top level element is allowed in an XML document.
3.1 [42]not-wf-sa-042Invalid End Tag(fatal) Error on line 1 position 9: End tag was not expected at this location.
2.8 [27]not-wf-sa-043Provides #PCDATA text after the document element.(fatal) Error on line 1 position 7: Invalid at the top level of the document.
2.8 [27]not-wf-sa-044Provides two document elements.(fatal) Error on line 1 position 8: Only one top level element is allowed in an XML document.
3.1 [44]not-wf-sa-045Invalid Empty Element Tag(fatal) Error on line 2 position 4: Whitespace is not allowed at this location.
3.1 [40]not-wf-sa-046This start (or empty element) tag was not terminated correctly.(fatal) Error on line 2 position 4: The character '>' was expected.
3.1 [44]not-wf-sa-047Invalid empty element tag invalid whitespace(fatal) Error on line 2 position 5: Whitespace is not allowed at this location.
2.8 [27]not-wf-sa-048Provides a CDATA section after the roor element.(fatal) Error on line 3 position 10: Invalid at the top level of the document.
3.1 [40]not-wf-sa-049Missing start tag(fatal) Error on line 3 position 15: End tag 'a' does not match the start tag 'doc'.
2.1 [1]not-wf-sa-050Empty document, with no root element.(fatal) [ -2146697210: Method '~' of object '~' failed]
2.7 [18]not-wf-sa-051CDATA is invalid at top level of document.(fatal) Error on line 2 position 10: Invalid at the top level of the document.
4.1 [66]not-wf-sa-052Invalid character reference.(fatal) Error on line 1 position 19: Invalid at the top level of the document.
3.1 [42]not-wf-sa-053End tag does not match start tag.(fatal) Error on line 1 position 8: End tag 'DOC' does not match the start tag 'doc'.
4.2.2 [75]not-wf-sa-054PUBLIC requires two literals.(fatal) Error on line 2 position 37: Required white space was missing.
2.8 [28]not-wf-sa-055Invalid Document Type Definition format.(fatal) Error on line 2 position 1: An XML element is not allowed inside a DTD.
2.8 [28]not-wf-sa-056Invalid Document Type Definition format - misplaced comment.(fatal) Error on line 1 position 15: A name was started with an invalid character.
3.2 [45]not-wf-sa-057This isn't SGML; comments can't exist in declarations.(fatal) Error on line 2 position 23: The character '>' was expected.
3.3.1 [54]not-wf-sa-058Invalid character , in ATTLIST enumeration(fatal) Error on line 3 position 22: Invalid character found in ATTLIST enumeration.
3.3.1 [59]not-wf-sa-059String literal must be in quotes.(fatal) Error on line 3 position 26: A string literal was expected, but no opening quote character was found.
3.3.1 [56]not-wf-sa-060Invalid type NAME defined in ATTLIST.(fatal) Error on line 3 position 18: Invalid type defined in ATTLIST.
4.2.2 [75]not-wf-sa-061External entity declarations require whitespace between public and system IDs.(fatal) Error on line 2 position 29: Required white space was missing.
4.2 [71]not-wf-sa-062Entity declarations need space after the entity name.(fatal) Error on line 2 position 13: Required white space was missing.
2.8 [29]not-wf-sa-063Conditional sections may only appear in the external DTD subset.(fatal) Error on line 2 position 2: Conditional sections are not allowed in an internal subset.
3.3 [53]not-wf-sa-064Space is required between attribute type and default values in <!ATTLIST...> declarations.(fatal) Error on line 3 position 21: Required white space was missing.
3.3 [53]not-wf-sa-065Space is required between attribute name and type in <!ATTLIST...> declarations.(fatal) Error on line 3 position 17: Required white space was missing.
3.3 [52]not-wf-sa-066Required whitespace is missing.(fatal) Error on line 3 position 27: Required white space was missing.
3.3 [53]not-wf-sa-067Space is required between attribute type and default values in <!ATTLIST...> declarations.(fatal) Error on line 3 position 23: Required white space was missing.
3.3.1 [58]not-wf-sa-068Space is required between NOTATION keyword and list of enumerated choices in <!ATTLIST...> declarations.(fatal) Error on line 3 position 26: Required white space was missing.
4.2.2 [76]not-wf-sa-069Space is required before an NDATA entity annotation.(fatal) Error on line 4 position 30: The character '>' was expected.
2.5 [16]not-wf-sa-070XML comments may not contain "--"(fatal) Error on line 1 position 43: Incorrect syntax was used in a comment.
4.1 [68]not-wf-sa-071ENTITY can't reference itself directly or indirectly.(fatal) Error on line 1 position 2: Entity 'e1' contains an infinite entity reference loop.
4.1 [68]not-wf-sa-072Undefined ENTITY foo.(fatal) Error on line 1 position 7: Reference to undefined entity 'foo'.
4.1 [68]not-wf-sa-073Undefined ENTITY f.(fatal) Error on line 4 position 7: Reference to undefined entity 'f'.
4.3.2not-wf-sa-074Internal general parsed entities are only well formed if they match the "content" production.(fatal) Error on line 1 position 3: End tag was not expected at this location.
4.1 [68]not-wf-sa-075ENTITY can't reference itself directly or indirectly.(fatal) Error on line 6 position 15: Error while parsing entity 'e1'. Entity 'e1' contains an infinite entity reference loop.
4.1 [68]not-wf-sa-076Undefined ENTITY foo.(fatal) Error on line 1 position 16: Reference to undefined entity 'foo'.
41. [68]not-wf-sa-077Undefined ENTITY bar.(fatal) Error on line 4 position 16: Error while parsing entity 'foo'. Reference to undefined entity 'bar'.
4.1 [68]not-wf-sa-078Undefined ENTITY foo.(fatal) Error on line 3 position 25: Reference to undefined entity 'foo'.
4.1 [68]not-wf-sa-079ENTITY can't reference itself directly or indirectly.(fatal) Error on line 6 position 25: Error while parsing entity 'e1'. Entity 'e1' contains an infinite entity reference loop.
4.1 [68]not-wf-sa-080ENTITY can't reference itself directly or indirectly.(fatal) Error on line 6 position 32: Error while parsing entity 'e1'. Entity 'e1' contains an infinite entity reference loop.
3.1not-wf-sa-081This tests the No External Entity References WFC, since the entity is referred to within an attribute.(fatal) Error on line 4 position 14: Cannot reference an external general parsed entity 'e' in an attribute value.
3.1not-wf-sa-082This tests the No External Entity References WFC, since the entity is referred to within an attribute.(fatal) Error on line 4 position 25: Cannot reference an external general parsed entity 'e' in an attribute value.
4.2.2 [76]not-wf-sa-083Undefined NOTATION n.(fatal) Error on line 4 position 7: Cannot use unparsed entity 'e' in an entity reference.
4.1not-wf-sa-084Tests the Parsed Entity WFC by referring to an unparsed entity. (This precedes the error of not declaring that entity's notation, which may be detected any time before the DTD parsing is completed.)(fatal) Error on line 4 position 25: Cannot use unparsed entity 'e' in an entity reference.
2.3 [13]not-wf-sa-085Public IDs may not contain "[".(fatal) Error on line 1 position 23: The public ID "[" is invalid.
2.3 [13]not-wf-sa-086Public IDs may not contain "[".(fatal) Error on line 2 position 22: The public ID "[" is invalid.
2.3 [13]not-wf-sa-087Public IDs may not contain "[".(fatal) Error on line 2 position 24: The public ID "[" is invalid.
2.3 [10]not-wf-sa-088Attribute values are terminated by literal quote characters, and any entity expansion is done afterwards.(fatal) Error on line 6 position 13: The character '<' cannot be used in an attribute value.
4.2 [74]not-wf-sa-089Parameter entities "are" always parsed; NDATA annotations are not permitted.(fatal) Error on line 2 position 39: Cannot use the NDATA keyword in a parameter entity declaration.
2.3 [10]not-wf-sa-090Attributes may not contain a literal "<" character; this one has one because of reference expansion.(fatal) Error on line 1 position 9: The character '<' cannot be used in an attribute value.
4.2 [74]not-wf-sa-091Parameter entities "are" always parsed; NDATA annotations are not permitted.(fatal) Error on line 3 position 39: Cannot use the NDATA keyword in a parameter entity declaration.
4.5not-wf-sa-092The replacement text of this entity has an illegal reference, because the character reference is expanded immediately.(fatal) Error on line 1 position 10: A name was started with an invalid character.
4.1 [66]not-wf-sa-093Hexadecimal character references may not use the uppercase 'X'.(fatal) Error on line 1 position 8: An invalid character was found inside an entity reference.
2.8 [24]not-wf-sa-094Prolog VERSION must be lowercase.(fatal) Error on line 1 position 7: The specified attribute was not expected at this location. The attribute may be case sensitive.
2.8 [23]not-wf-sa-095VersionInfo must come before EncodingDecl.(fatal) Error on line 1 position 7: The 'version' attribute is required at this location.
2.9 [32]not-wf-sa-096Space is required before the standalone declaration.(fatal) Error on line 1 position 20: Expecting whitespace or '?'.
2.8 [24]not-wf-sa-097Both quotes surrounding VersionNum must be the same.(fatal) Error on line 1 position 16: Invalid version number.
2.8 [23]not-wf-sa-098Only one "version=..." string may appear in an XML declaration.(fatal) Error on line 1 position 21: The specified attribute was not expected at this location. The attribute may be case sensitive.
2.8 [23]not-wf-sa-099Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them.(fatal) Error on line 1 position 21: The specified attribute was not expected at this location. The attribute may be case sensitive.
2.9 [32]not-wf-sa-100Only "yes" and "no" are permitted as values of "standalone".(fatal) Error on line 1 position 33: The standalone attribute must have the value 'yes' or 'no'.
4.3.3 [81]not-wf-sa-101Space is not permitted in an encoding name.(fatal) Error on line 1 position 40: System does not support the specified encoding.
2.8 [26]not-wf-sa-102Provides an illegal XML version number; spaces are illegal.(fatal) Error on line 1 position 16: Invalid version number.
4.3.2not-wf-sa-103End-tag required for element foo.(fatal) Error on line 1 position 6: The following tags were not closed: foo.
4.3.2not-wf-sa-104Internal general parsed entities are only well formed if they match the "content" production.(fatal) Error on line 1 position 6: The following tags were not closed: foo.
2.7 not-wf-sa-105Invalid placement of CDATA section.(fatal) Error on line 2 position 10: Invalid at the top level of the document.
4.2not-wf-sa-106Invalid placement of entity declaration.(fatal) Error on line 1 position 12: Invalid at the top level of the document.
2.8 [28]not-wf-sa-107Invalid document type declaration. CDATA alone is invalid.(fatal) Error on line 2 position 2: CDATA is not allowed in a DTD.
2.7 [19]not-wf-sa-108No space in '<![CDATA['.(fatal) Error on line 2 position 9: An opening '[' character was expected.
4.2 [70]not-wf-sa-109Tags invalid within EntityDecl.(fatal) Error on line 4 position 2: Invalid at the top level of the document.
4.1 [68]not-wf-sa-110Entity reference must be in content of element.(fatal) Error on line 5 position 2: Invalid at the top level of the document.
3.1 [43]not-wf-sa-111Entiry reference must be in content of element not Start-tag.(fatal) Error on line 4 position 6: A name was started with an invalid character.
2.7 [19]not-wf-sa-112CDATA sections start '<![CDATA[', not '<!cdata['.(fatal) Error on line 2 position 9: Invalid syntax in a conditional or a CDATA section.
2.3 [9]not-wf-sa-113Parameter entity values must use valid reference syntax; this reference is malformed.(fatal) Error on line 2 position 18: An invalid character was found inside an entity reference.
2.3 [9]not-wf-sa-114General entity values must use valid reference syntax; this reference is malformed.(fatal) Error on line 2 position 16: An invalid character was found inside an entity reference.
4.5not-wf-sa-115The replacement text of this entity is an illegal character reference, which must be rejected when it is parsed in the context of an attribute value.(fatal) Error on line 4 position 14: Error while parsing entity 'e'. Unexpected end of file.
4.3.2not-wf-sa-116Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.(fatal) Error on line 1 position 1: Unexpected end of file.
4.3.2not-wf-sa-117Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.(fatal) Error on line 1 position 1: Unexpected end of file.
4.1 [68]not-wf-sa-118Entity reference expansion is not recursive.(fatal) Error on line 4 position 7: A name was started with an invalid character.
4.3.2not-wf-sa-119Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.(fatal) Error on line 1 position 1: Unexpected end of file.
4.5not-wf-sa-120Character references are expanded in the replacement text of an internal entity, which is then parsed as usual. Accordingly, & must be doubly quoted - encoded either as &amp; or as &#38;#38;.(fatal) Error on line 1 position 1: Unexpected end of file.
4.1 [68]not-wf-sa-121A name of an ENTITY was started with an invalid character.(fatal) Error on line 2 position 10: A name was started with an invalid character.
3.2.1 [47]not-wf-sa-122Invalid syntax mixed connectors are used.(fatal) Error on line 2 position 23: Invalid character in content model.
3.2.1 [48]not-wf-sa-123Invalid syntax mismatched parenthesis.(fatal) Error on line 2 position 23: The character '>' was expected.
3.2.2 [51]not-wf-sa-124Invalid format of Mixed-content declaration.(fatal) Error on line 2 position 20: A name was started with an invalid character.
3.2.2 [51]not-wf-sa-125Invalid syntax extra set of parenthesis not necessary.(fatal) Error on line 2 position 17: A name was started with an invalid character.
3.2.2 [51]not-wf-sa-126Invalid syntax Mixed-content must be defined as zero or more.(fatal) Error on line 2 position 24: The character '>' was expected.
3.2.2 [51]not-wf-sa-127Invalid syntax Mixed-content must be defined as zero or more.(fatal) Error on line 2 position 24: The character '>' was expected.
2.7 [18]not-wf-sa-128Invalid CDATA syntax.(fatal) Error on line 2 position 15: Content model is invalid.
3.2 [45]not-wf-sa-129Invalid syntax for Element Type Declaration.(fatal) Error on line 2 position 15: A name was started with an invalid character.
3.2 [45]not-wf-sa-130Invalid syntax for Element Type Declaration.(fatal) Error on line 2 position 22: The character '>' was expected.
3.2 [45]not-wf-sa-131Invalid syntax for Element Type Declaration.(fatal) Error on line 2 position 22: The character '>' was expected.
3.2.1 [50]not-wf-sa-132Invalid syntax mixed connectors used.(fatal) Error on line 2 position 38: Invalid character in content model.
3.2.1not-wf-sa-133Illegal whitespace before optional character causes syntax error.(fatal) Error on line 2 position 18: Invalid character in content model.
3.2.1not-wf-sa-134Illegal whitespace before optional character causes syntax error.(fatal) Error on line 2 position 19: The character '>' was expected.
3.2.1 [47]not-wf-sa-135Invalid character used as connector.(fatal) Error on line 2 position 18: Invalid character in content model.
3.2 [45]not-wf-sa-136Tag omission is invalid in XML.(fatal) Error on line 2 position 15: Content model is invalid.
3.2 [45]not-wf-sa-137Space is required before a content model.(fatal) Error on line 2 position 14: Required white space was missing.
3.2.1 [48]not-wf-sa-138Invalid syntax for content particle.(fatal) Error on line 2 position 20: Invalid character in content model.
3.2.1 [46]not-wf-sa-139The element-content model should not be empty.(fatal) Error on line 2 position 16: A name was started with an invalid character.
2.3 [4]not-wf-sa-140Character '&#x309a;' is a CombiningChar, not a Letter, and so may not begin a name.(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [5]not-wf-sa-141Character #x0E5C is not legal in XML names.(fatal) Error on line 1 position 3: A name contained an invalid character.
2.2 [2]not-wf-sa-142Character #x0000 is not legal anywhere in an XML document.(fatal) Error on line 4 position 9: Invalid unicode character.
2.2 [2]not-wf-sa-143Character #x001F is not legal anywhere in an XML document.(fatal) Error on line 4 position 10: Invalid unicode character.
2.2 [2]not-wf-sa-144Character #xFFFF is not legal anywhere in an XML document.(fatal) Error on line 4 position 13: Invalid unicode character.
2.2 [2]not-wf-sa-145Character #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.)(fatal) Error on line 4 position 13: Invalid unicode character.
2.2 [2]not-wf-sa-146Character references must also refer to legal XML characters; #x00110000 is one more than the largest legal character.(fatal) Error on line 4 position 15: Invalid unicode character.
2.8 [22]not-wf-sa-147XML Declaration may not be preceded by whitespace.(fatal) Error on line 2 position 3: Invalid xml declaration.
2.8 [22]not-wf-sa-148XML Declaration may not be preceded by comments or whitespace.(fatal) Error on line 2 position 3: Invalid xml declaration.
2.8 [28]not-wf-sa-149XML Declaration may not be within a DTD.(fatal) Error on line 3 position 3: Invalid xml declaration.
3.1 [43]not-wf-sa-150XML declarations may not be within element content.(fatal) Error on line 2 position 3: Invalid xml declaration.
2.8 [27]not-wf-sa-151XML declarations may not follow document content.(fatal) Error on line 3 position 3: Invalid xml declaration.
2.8 [22]not-wf-sa-152XML declarations must include the "version=..." string.(fatal) Error on line 1 position 7: The 'version' attribute is required at this location.
4.3.2not-wf-sa-153Text declarations may not begin internal parsed entities; they may only appear at the beginning of external parsed (parameter or general) entities.(fatal) Error on line 1 position 3: Invalid xml declaration.
2.8 2.6 [23, 17]not-wf-sa-154'<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name.(fatal) Error on line 1 position 3: The name 'xml' is reserved and must be lower case.
2.8 2.6 [23, 17]not-wf-sa-155'<?xmL ...?>' is neither an XML declaration nor a legal processing instruction target name.(fatal) Error on line 1 position 3: The name 'xml' is reserved and must be lower case.
2.8 2.6 [23, 17]not-wf-sa-156'<?xMl ...?>' is neither an XML declaration nor a legal processing instruction target name.(fatal) Error on line 2 position 3: The name 'xml' is reserved and must be lower case.
2.6 [17]not-wf-sa-157'<?xmL ...?>' is not a legal processing instruction target name.(fatal) Error on line 2 position 6: Invalid syntax for an xml declaration.
3.3 [52]not-wf-sa-158SGML-ism: "#NOTATION gif" can't have attributes.(fatal) Error on line 4 position 11: A name was started with an invalid character.
2.3 [9]not-wf-sa-159Uses '&' unquoted in an entity declaration, which is illegal syntax for an entity reference.(fatal) Error on line 3 position 27: An invalid character was found inside an entity reference.
2.8not-wf-sa-160Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.(fatal) Error on line 4 position 13: Parameter entities cannot be used inside markup declarations in an internal subset.
2.8not-wf-sa-161Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.(fatal) Error on line 3 position 15: Parameter entities cannot be used inside markup declarations in an internal subset.
2.8not-wf-sa-162Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.(fatal) Error on line 4 position 14: Parameter entities cannot be used inside markup declarations in an internal subset.
4.1 [69]not-wf-sa-163Invalid placement of Parameter entity reference.(fatal) Error on line 4 position 3: Invalid at the top level of the document.
4.1 [69]not-wf-sa-164Invalid placement of Parameter entity reference.(fatal) Error on line 4 position 3: The character '>' was expected.
4.2 [72]not-wf-sa-165Parameter entity declarations must have a space before the '%'.(fatal) Error on line 2 position 3: Parameter entities cannot be used inside markup declarations in an internal subset.
2.2 [2]not-wf-sa-166Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-167Character FFFE is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-168An unpaired surrogate (D800) is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-169An unpaired surrogate (DC00) is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-170Four 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.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-171Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-172Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]not-wf-sa-173Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 1 position 9: An invalid character was found in text content.
2.2 [2]not-wf-sa-174Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 1 position 15: An invalid character was found in text content.
2.2 [2]not-wf-sa-175Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 3 position 15: An invalid character was found in text content.
3 [39]not-wf-sa-176Start tags must have matching end tags.(fatal) Error: The following tags were not closed: doc.
2.2 [2]not-wf-sa-177Character FFFF is not legal anywhere in an XML document.(fatal) Error on line 4 position 7: An invalid character was found in text content.
3.1 [41]not-wf-sa-178Invalid syntax matching double quote is missing.(fatal) Error on line 5 position 15: The character '<' cannot be used in an attribute value.
4.1 [66]not-wf-sa-179Invalid syntax matching double quote is missing.(fatal) Error on line 2 position 15: A string literal was not closed.
4.1not-wf-sa-180The Entity Declared WFC requires entities to be declared before they are used in an attribute list declaration.(fatal) Error on line 3 position 25: Reference to undefined entity 'e'.
4.3.2not-wf-sa-181Internal parsed entities must match the content production to be well formed.(fatal) Error on line 1 position 10: A CDATA section was not closed.
4.3.2not-wf-sa-182Internal parsed entities must match the content production to be well formed.(fatal) Error on line 1 position 5: A comment was not closed.
3.2.2 [51]not-wf-sa-183Mixed content declarations may not include content particles.(fatal) Error on line 2 position 29: Mixed content model cannot contain this character.
3.2.2 [51]not-wf-sa-184In mixed content models, element names must not be parenthesized.(fatal) Error on line 2 position 26: A name was started with an invalid character.
4.1not-wf-sa-185Tests the Entity Declared WFC. Note: a nonvalidating parser is permitted not to report this WFC violation, since it would need to read an external parameter entity to distinguish it from a violation of the Standalone Declaration VC.(fatal) Error on line 3 position 7: Reference to undefined entity 'e'.
3.1 [44]not-wf-sa-186Whitespace is required between attribute/value pairs.(fatal) Error on line 5 position 9: Required white space was missing.
3.4 [62]not-wf-not-sa-001Conditional sections must be properly terminated ("]>" used instead of "]]>").(fatal) Error on line 3 position 2: Invalid syntax in a conditional or a CDATA section.
2.6 [17]not-wf-not-sa-002Processing instruction target names may not be "XML" in any combination of cases.(fatal) Error on line 1 position 39: Switch from current encoding to specified encoding not supported.
3.4 [62]not-wf-not-sa-003Conditional sections must be properly terminated ("]]>" omitted).(fatal) Error on line 2 position 13: A declaration was not closed.
3.4 [62]not-wf-not-sa-004Conditional sections must be properly terminated ("]]>" omitted).(fatal) Error on line 2 position 14: A declaration was not closed.
3.4 [62]not-wf-not-sa-006Conditional sections need a '[' after the INCLUDE or IGNORE.(fatal) Error on line 2 position 1: An opening '[' character was expected.
4.3.2 [79]not-wf-not-sa-007A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity.(fatal) Error on line 1 position 11: Cannot have multiple DOCTYPE declarations.
4.1 [69]not-wf-not-sa-008In DTDs, the '%' character must be part of a parameter entity reference.(fatal) Error on line 2 position 17: A name was started with an invalid character.
4.1not-wf-ext-sa-001Tests the No Recursion WFC by having an external general entity be self-recursive.(fatal) Error on line 1 position 2: Entity 'e' contains an infinite entity reference loop.
4.3.1 4.3.2 [77, 78]not-wf-ext-sa-002External entities have "text declarations", which do not permit the "standalone=..." attribute that's allowed in XML declarations.(fatal) Error on line 1 position 21: The standalone attribute cannot be used in external entities.
2.6 [17]not-wf-ext-sa-003Only one text declaration is permitted; a second one looks like an illegal processing instruction (target names of "xml" in any case are not allowed).(fatal) Error on line 1 position 22: Invalid xml declaration.
2.3 [4]valid-sa-012Uses a legal XML 1.0 name consisting of a single colon character (disallowed by the latest XML Namespaces draft).(fatal) Error on line 3 position 15: A name was started with an invalid character.
2.8valid-sa-094This refers to an undefined parameter entity reference within a markup declaration in the internal DTD subset, violating the PEs in Internal Subset WFC.(fatal) Error on line 4 position 24: Parameter entities cannot be used inside markup declarations in an internal subset.
3.3.1 [56]attlist01SGML's NUTOKEN is not allowed.(fatal) Error on line 7 position 9: Invalid type defined in ATTLIST.
3.3.1 [56]attlist02SGML's NUTOKENS attribute type is not allowed.(fatal) Error on line 7 position 9: Invalid type defined in ATTLIST.
3.3.1 [59]attlist03Comma doesn't separate enumerations, unlike in SGML.(fatal) Error on line 7 position 11: Invalid character found in ATTLIST enumeration.
3.3.1 [56]attlist04SGML's NUMBER attribute type is not allowed.(fatal) Error on line 7 position 9: Invalid type defined in ATTLIST.
3.3.1 [56]attlist05SGML's NUMBERS attribute type is not allowed.(fatal) Error on line 7 position 10: Invalid type defined in ATTLIST.
3.3.1 [56]attlist06SGML's NAME attribute type is not allowed.(fatal) Error on line 7 position 9: Invalid type defined in ATTLIST.
3.3.1 [56]attlist07SGML's NAMES attribute type is not allowed.(fatal) Error on line 7 position 9: Invalid type defined in ATTLIST.
3.3.1 [56]attlist08SGML's #CURRENT is not allowed.(fatal) Error on line 7 position 17: Invalid ATTDEF declaration. Expected #REQUIRED, #IMPLIED or #FIXED.
3.3.1 [56]attlist09SGML's #CONREF is not allowed.(fatal) Error on line 5 position 17: Invalid ATTDEF declaration. Expected #REQUIRED, #IMPLIED or #FIXED.
3.1 [40]attlist10Whitespace required between attributes(fatal) Error on line 6 position 20: Required white space was missing.
3.1 [44]attlist11Whitespace required between attributes(fatal) Error on line 6 position 20: Required white space was missing.
3.4 [61]cond01Only INCLUDE and IGNORE are conditional section keywords(fatal) Error on line 1 position 6: Invalid syntax in a conditional or a CDATA section.
3.4 [61]cond02Must have keyword in conditional sections(fatal) Error on line 3 position 11: A name was started with an invalid character.
3.2.1 [48]content01No whitespace before "?" in content model(fatal) Error on line 3 position 28: Invalid character in content model.
3.2.1 [48]content02No whitespace before "*" in content model(fatal) Error on line 3 position 28: Invalid character in content model.
3.2.1 [48]content03No whitespace before "+" in content model(fatal) Error on line 3 position 26: Invalid character in content model.
4.3.1 [77]decl01External entities may not have standalone decls.(fatal) Error on line 1 position 43: The standalone attribute cannot be used in external entities.
3.2.1 [55]nwf-dtd00Comma mandatory in content model(fatal) Error on line 2 position 31: Invalid character in content model.
3.2.1 [55]nwf-dtd01Can't mix comma and vertical bar in content models(fatal) Error on line 2 position 31: Invalid character in content model.
4.1 [69]dtd02PE name immediately after "%"(fatal) Error on line 5 position 6: Whitespace is not allowed at this location.
4.1 [69]dtd03PE name immediately followed by ";"(fatal) Error on line 5 position 9: A semi colon character was expected.
4.2.2 [75]dtd04PUBLIC literal must be quoted(fatal) Error on line 4 position 25: A string literal was expected, but no opening quote character was found.
4.2.2 [75]dtd05SYSTEM identifier must be quoted(fatal) Error on line 4 position 25: A string literal was expected, but no opening quote character was found.
4.3.1 [77]dtd07Text declarations (which optionally begin any external entity) are required to have "encoding=...".(fatal) Error on line 1 position 22: Invalid xml declaration.
3.1 [42]element00EOF in middle of incomplete ETAG(fatal) Error on line 3 position 3: End element was missing the character '>'.
3.1 [42]element01EOF in middle of incomplete ETAG(fatal) Error on line 3 position 3: End element was missing the character '>'.
3.1 [43]element02Illegal markup (<%@ ... %>)(fatal) Error on line 3 position 6: A name was started with an invalid character.
3.1 [43]element03Illegal markup (<% ... %>)(fatal) Error on line 3 position 6: A name was started with an invalid character.
3.1 [43]element04Illegal markup (<!ELEMENT ... >)(fatal) Error on line 3 position 15: Cannot have a DTD declaration outside of a DTD.
4.3.3 [81]encoding01Illegal character " " in encoding name(fatal) Error on line 1 position 40: System does not support the specified encoding.
4.3.3 [81]encoding02Illegal character "/" in encoding name(fatal) Error on line 1 position 37: System does not support the specified encoding.
4.3.3 [81]encoding03Illegal character reference in encoding name(fatal) Error on line 1 position 47: System does not support the specified encoding.
4.3.3 [81]encoding04Illegal character ":" in encoding name(fatal) Error on line 1 position 39: System does not support the specified encoding.
4.3.3 [81]encoding05Illegal character "@" in encoding name(fatal) Error on line 1 position 55: System does not support the specified encoding.
4.3.3 [81]encoding06Illegal character "+" in encoding name(fatal) Error on line 1 position 41: System does not support the specified encoding.
4.3.1 [77]encoding07Text declarations (which optionally begin any external entity) are required to have "encoding=...".(fatal) Error on line 1 position 22: Invalid xml declaration.
2.6 [16]piNo space between PI target name and data(fatal) Error on line 4 position 9: A name contained an invalid character.
2.3 [12]pubid01Illegal entity ref in public ID(fatal) Error on line 6 position 24: The public ID "this isn&apos;t allowed" is invalid.
2.3 [12]pubid02Illegal characters in public ID(fatal) Error on line 6 position 24: The public ID "<illegal>" is invalid.
2.3 [12]pubid03Illegal characters in public ID(fatal) Error on line 6 position 24: The public ID "[illegal]" is invalid.
2.3 [12]pubid04Illegal characters in public ID(fatal) Error on line 6 position 24: The public ID "{ illegal }" is invalid.
2.3 [12]pubid05SGML-ism: public ID without system ID(fatal) Error on line 5 position 44: Required white space was missing.
3 [39]sgml01SGML-ism: omitted end tag for EMPTY content(fatal) Error: The following tags were not closed: root.
2.8 sgml02XML declaration must be at the very beginning of a document; it"s not a processing instruction(fatal) Error on line 1 position 4: Invalid xml declaration.
2.5 [15]sgml03Comments may not contain "--"(fatal) Error on line 3 position 23: Incorrect syntax was used in a comment.
3.3 [52]sgml04ATTLIST declarations apply to only one element, unlike SGML(fatal) Error on line 7 position 15: A name was started with an invalid character.
3.2 [45]sgml05ELEMENT declarations apply to only one element, unlike SGML(fatal) Error on line 8 position 15: A name was started with an invalid character.
3.3 [52]sgml06ATTLIST declarations are never global, unlike in SGML(fatal) Error on line 6 position 15: A name was started with an invalid character.
3.2 [45]sgml07SGML Tag minimization specifications are not allowed(fatal) Error on line 3 position 20: A name was started with an invalid character.
3.2 [45]sgml08SGML Tag minimization specifications are not allowed(fatal) Error on line 3 position 20: A name was started with an invalid character.
3.2 [45]sgml09SGML Content model exception specifications are not allowed(fatal) Error on line 4 position 32: The character '>' was expected.
3.2 [45]sgml10SGML Content model exception specifications are not allowed(fatal) Error on line 3 position 48: The character '>' was expected.
3.2 [46]sgml11CDATA is not a valid content model spec(fatal) Error on line 3 position 20: Content model is invalid.
3.2 [46]sgml12RCDATA is not a valid content model spec(fatal) Error on line 3 position 20: Content model is invalid.
3.2.1 [47]sgml13SGML Unordered content models not allowed(fatal) Error on line 3 position 23: Invalid character in content model.
2.1 [1]o-p01fail1S cannot occur before the prolog(fatal) Error on line 2 position 3: Invalid xml declaration.
2.1 [1]o-p01fail2comments cannot occur before the prolog(fatal) Error on line 1 position 21: Invalid xml declaration.
2.1 [1]o-p01fail3only one document element(fatal) Error on line 1 position 8: Only one top level element is allowed in an XML document.
2.1 [1]o-p01fail4document element must be complete.(fatal) Error: The following tags were not closed: doc.
2.2 [2]o-p02fail1Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail10Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail11Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail12Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail13Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail14Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail15Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail16Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail17Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail18Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail19Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail2Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail20Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail21Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail22Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail23Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail24Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail25Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail26Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail27Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail28Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail29Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail3Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail30Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail31Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail4Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail5Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail6Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail7Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail8Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.2 [2]o-p02fail9Use of illegal character within XML document.(fatal) Error on line 1 position 6: An invalid character was found in text content.
2.3 [3]o-p03fail1Use of illegal character within XML document.(fatal) Error: An invalid character was found in text content.
2.3 [3]o-p03fail10Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail11Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail12Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail13Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail14Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail15Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail16Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail17Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail18Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail19Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail2Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail20Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail21Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail22Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail23Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail24Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail25Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail26Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail27Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail28Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail29Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail3Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail4Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail5Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail7Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail8Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [3]o-p03fail9Use of illegal character within XML document.(fatal) Error on line 1 position 1: An invalid character was found in text content.
2.3 [4]o-p04fail1Name contains invalid character.(fatal) Error on line 1 position 3: A name contained an invalid character.
2.3 [4]o-p04fail2Name contains invalid character.(fatal) Error on line 1 position 3: A name contained an invalid character.
2.3 [4]o-p04fail3Name contains invalid character.(fatal) Error on line 1 position 3: A name contained an invalid character.
2.3 [5]o-p05fail1a Name cannot start with a digit(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [5]o-p05fail2a Name cannot start with a '.'(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [5]o-p05fail3a Name cannot start with a "-"(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [5]o-p05fail4a Name cannot start with a CombiningChar(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [5]o-p05fail5a Name cannot start with an Extender(fatal) Error on line 1 position 2: A name was started with an invalid character.
2.3 [9]o-p09fail1EntityValue excludes '%'(fatal) Error on line 2 position 23: A name was started with an invalid character.
2.3 [9]o-p09fail2EntityValue excludes '&'(fatal) Error on line 2 position 23: An invalid character was found inside an entity reference.
2.3 [9]o-p09fail3incomplete character reference(fatal) Error on line 4 position 26: An invalid character was found inside an entity reference.
2.3 [9]o-p09fail4quote types must match(fatal) Error on line 4 position 18: A string literal was not closed.
2.3 [9]o-p09fail5quote types must match(fatal) Error on line 4 position 18: A string literal was not closed.
2.3 [10]o-p10fail1attribute values exclude '<'(fatal) Error on line 1 position 11: The character '<' cannot be used in an attribute value.
2.3 [10]o-p10fail2attribute values exclude '&'(fatal) Error on line 1 position 12: A name was started with an invalid character.
2.3 [10]o-p10fail3quote types must match(fatal) Error on line 1 position 9: A string literal was not closed.
2.3 [11]o-p11fail1quote types must match(fatal) Error on line 5 position 25: A string literal was not closed.
2.3 [11]o-p11fail2cannot contain delimiting quotes(fatal) Error on line 5 position 26: The character '>' was expected.
2.3 [12]o-p12fail1'"' excluded(fatal) Error on line 5 position 25: The public ID """ is invalid.
2.3 [12]o-p12fail2'\' excluded(fatal) Error on line 5 position 25: The public ID "\\" is invalid.
2.3 [12]o-p12fail3entity references excluded(fatal) Error on line 6 position 25: The public ID "&x;" is invalid.
2.3 [12]o-p12fail4'>' excluded(fatal) Error on line 5 position 25: The public ID ">" is invalid.
2.3 [12]o-p12fail5'<' excluded(fatal) Error on line 5 position 25: The public ID "<" is invalid.
2.3 [12]o-p12fail6built-in entity refs excluded(fatal) Error on line 5 position 25: The public ID "&amp;" is invalid.
2.3 [13]o-p12fail7publid IDs may not contain the "tab" character(fatal) Error on line 5 position 25: The public ID " " is invalid.
2.4 [14]o-p14fail1'<' excluded(fatal) Error on line 1 position 7: Whitespace is not allowed at this location.
2.4 [14]o-p14fail2'&' excluded(fatal) Error on line 1 position 7: Whitespace is not allowed at this location.
2.4 [14]o-p14fail3"]]>" excluded(fatal) Error on line 1 position 6: The literal string ']]>' is not allowed in element content.
2.5 [15]o-p15fail1comments can't end in '-'(fatal) Error on line 1 position 8: Incorrect syntax was used in a comment.
2.5 [15]o-p15fail2one comment per comment (contrasted with SGML)(fatal) Error on line 1 position 8: Incorrect syntax was used in a comment.
2.5 [15]o-p15fail3can't include 2 or more adjacent '-'s(fatal) Error on line 1 position 8: Incorrect syntax was used in a comment.
2.6 [16]o-p16fail1"xml" is an invalid PITarget(fatal) Error on line 2 position 6: Invalid syntax for an xml declaration.
2.6 [16]o-p16fail2a PITarget must be present(fatal) Error on line 1 position 3: A name was started with an invalid character.
2.7 [18]o-p18fail1no space before "CDATA"(fatal) Error on line 1 position 15: Invalid syntax in a conditional or a CDATA section.
2.7 [18]o-p18fail2no space after "CDATA"(fatal) Error on line 1 position 14: An opening '[' character was expected.
2.7 [18]o-p18fail3CDSect's can't nest(fatal) Error on line 2 position 64: The literal string ']]>' is not allowed in element content.
2.8 [22]o-p22fail1prolog must start with XML decl(fatal) Error on line 2 position 3: Invalid xml declaration.
2.8 [22]o-p22fail2prolog must start with XML decl(fatal) Error on line 4 position 3: Invalid xml declaration.
2.8 [23]o-p23fail1"xml" must be lower-case(fatal) Error on line 1 position 3: The name 'xml' is reserved and must be lower case.
2.8 [23]o-p23fail2VersionInfo must be supplied(fatal) Error on line 1 position 7: The 'version' attribute is required at this location.
2.8 [23]o-p23fail3VersionInfo must come first(fatal) Error on line 1 position 7: The 'version' attribute is required at this location.
2.8 [23]o-p23fail4SDDecl must come last(fatal) Error on line 1 position 38: Invalid syntax for an xml declaration.
2.8 [23]o-p23fail5no SGML-type PIs(fatal) Error on line 1 position 20: Expecting whitespace or '?'.
2.8 [24]o-p24fail1quote types must match(fatal) Error on line 2 position 1: The character '<' cannot be used in an attribute value.
2.8 [24]o-p24fail2quote types must match(fatal) Error on line 2 position 1: The character '<' cannot be used in an attribute value.
2.8 [25]o-p25fail1Comment is illegal in VersionInfo.(fatal) Error on line 1 position 15: Missing equals sign between attribute and attribute value.
2.8 [26]o-p26fail1Illegal character in VersionNum.(fatal) Error on line 1 position 16: Invalid version number.
2.8 [26]o-p26fail2Illegal character in VersionNum.(fatal) Error on line 1 position 16: Invalid version number.
2.8 [27]o-p27fail1References aren't allowed in Misc, even if they would resolve to valid Misc.(fatal) Error on line 1 position 22: Invalid at the top level of the document.
2.8 [28]o-p28fail1only declarations in DTD.(fatal) Error on line 3 position 1: An XML element is not allowed inside a DTD.
2.8 [29]o-p29fail1A processor must not pass unknown declaration types.(fatal) Error on line 3 position 3: Declaration has an invalid name.
2.8 [30]o-p30fail1An XML declaration is not the same as a TextDecl(fatal) Error on line 1 position 38: The standalone attribute cannot be used in external entities.
2.8 [31]o-p31fail1external subset excludes doctypedecl(fatal) Error on line 1 position 11: Cannot have multiple DOCTYPE declarations.
2.9 [32]o-p32fail1quote types must match(fatal) Error on line 2 position 1: The character '<' cannot be used in an attribute value.
2.9 [32]o-p32fail2quote types must match(fatal) Error on line 2 position 1: The character '<' cannot be used in an attribute value.
2.9 [32]o-p32fail3initial S is required(fatal) Error on line 1 position 20: Expecting whitespace or '?'.
2.9 [32]o-p32fail4quotes are required(fatal) Error on line 1 position 32: A string literal was expected, but no opening quote character was found.
2.9 [32]o-p32fail5yes or no must be lower case(fatal) Error on line 1 position 33: The standalone attribute must have the value 'yes' or 'no'.
3 [39]o-p39fail1start-tag requires end-tag(fatal) Error: The following tags were not closed: doc.
3 [39]o-p39fail2end-tag requires start-tag(fatal) Error on line 1 position 15: End tag 'a' does not match the start tag 'doc'.
3 [39]o-p39fail3XML documents contain one or more elements(fatal) [ -2146697210: Method '~' of object '~' failed]
2.8 [23]o-p39fail4XML declarations must be correctly terminated(fatal) Error on line 1 position 20: Expecting whitespace or '?'.
2.8 [23]o-p39fail5XML declarations must be correctly terminated(fatal) Error on line 1 position 20: Expecting whitespace or '?'.
3.1 [40]o-p40fail1S is required between attributes(fatal) Error on line 1 position 15: Required white space was missing.
3.1 [40]o-p40fail2tags start with names, not nmtokens(fatal) Error on line 1 position 2: A name was started with an invalid character.
3.1 [40]o-p40fail3tags start with names, not nmtokens(fatal) Error on line 1 position 2: A name was started with an invalid character.
3.1 [40]o-p40fail4no space before name(fatal) Error on line 1 position 2: Whitespace is not allowed at this location.
3.1 [41]o-p41fail1quotes are required (contrast with SGML)(fatal) Error on line 3 position 15: Content model is invalid.
3.1 [41]o-p41fail2attribute name is required (contrast with SGML)(fatal) Error on line 3 position 15: Content model is invalid.
3.1 [41]o-p41fail3Eq required(fatal) Error on line 1 position 10: Missing equals sign between attribute and attribute value.
3.1 [42]o-p42fail1no space before name(fatal) Error on line 1 position 8: Whitespace is not allowed at this location.
3.1 [42]o-p42fail2cannot end with "/>"(fatal) Error on line 1 position 11: A name contained an invalid character.
3.1 [42]o-p42fail3no NET (contrast with SGML)(fatal) Error on line 1 position 6: The character '>' was expected.
3.1 [43]o-p43fail1no non-comment declarations(fatal) Error on line 7 position 10: Cannot have a DTD declaration outside of a DTD.
3.1 [43]o-p43fail2no conditional sections(fatal) Error on line 7 position 11: Cannot have a DTD declaration outside of a DTD.
3.1 [43]o-p43fail3no conditional sections(fatal) Error on line 7 position 4: Cannot have a DTD declaration outside of a DTD.
3.1 [44]o-p44fail1Illegal space before Empty element tag.(fatal) Error on line 1 position 2: Whitespace is not allowed at this location.
3.1 [44]o-p44fail2Illegal space after Empty element tag.(fatal) Error on line 1 position 6: Whitespace is not allowed at this location.
3.1 [44]o-p44fail3Illegal comment in Empty element tag.(fatal) Error on line 1 position 6: A name was started with an invalid character.
3.1 [44]o-p44fail4Whitespace required between attributes.(fatal) Error on line 1 position 15: Required white space was missing.
3.1 [44]o-p44fail5Duplicate attribute name is illegal.(fatal) Error on line 1 position 16: Duplicate attribute.
3.2 [45]o-p45fail1ELEMENT must be upper case.(fatal) Error on line 3 position 3: Declaration has an invalid name.
3.2 [45]o-p45fail2S before contentspec is required.(fatal) Error on line 3 position 14: Required white space was missing.
3.2 [45]o-p45fail3only one content spec(fatal) Error on line 3 position 11: A name was started with an invalid character.
3.2 [45]o-p45fail4no comments in declarations (contrast with SGML)(fatal) Error on line 3 position 25: The character '>' was expected.
3.2 [46]o-p46fail1no parens on declared content(fatal) Error on line 4 position 14: Content model is invalid.
3.2 [46]o-p46fail2no inclusions (contrast with SGML)(fatal) Error on line 4 position 23: The character '>' was expected.
3.2 [46]o-p46fail3no exclusions (contrast with SGML)(fatal) Error on line 4 position 23: The character '>' was expected.
3.2 [46]o-p46fail4no space before occurrence(fatal) Error on line 4 position 19: The character '>' was expected.
3.2 [46]o-p46fail5single group(fatal) Error on line 4 position 22: The character '>' was expected.
3.2 [46]o-p46fail6can't be both declared and modeled(fatal) Error on line 4 position 19: The character '>' was expected.
3.2.1 [47]o-p47fail1Invalid operator '|' must match previous operator ','(fatal) Error on line 4 position 20: Invalid character in content model.
3.2.1 [47]o-p47fail2Illegal character '-' in Element-content model(fatal) Error on line 4 position 18: The character '>' was expected.
3.2.1 [47]o-p47fail3Optional character must follow a name or list(fatal) Error on line 4 position 13: A name was started with an invalid character.
3.2.1 [47]o-p47fail4Illegal space before optional character(fatal) Error on line 4 position 19: The character '>' was expected.
3.2.1 [48]o-p48fail1Illegal space before optional character(fatal) Error on line 4 position 18: Invalid character in content model.
3.2.1 [48]o-p48fail2Illegal space before optional character(fatal) Error on line 4 position 23: Invalid character in content model.
3.2.1 [49]o-p49fail1connectors must match(fatal) Error on line 4 position 20: Invalid character in content model.
3.2.1 [50]o-p50fail1connectors must match(fatal) Error on line 4 position 20: Invalid character in content model.
3.2.2 [51]o-p51fail1occurrence on #PCDATA group must be *(fatal) Error on line 3 position 24: The character '>' was expected.
3.2.2 [51]o-p51fail2occurrence on #PCDATA group must be *(fatal) Error on line 3 position 24: The character '>' was expected.
3.2.2 [51]o-p51fail3#PCDATA must come first(fatal) Error on line 4 position 18: A name was started with an invalid character.
3.2.2 [51]o-p51fail4occurrence on #PCDATA group must be *(fatal) Error on line 4 position 26: Mixed content model must be defined as zero or more('*').
3.2.2 [51]o-p51fail5only '|' connectors(fatal) Error on line 4 position 25: Mixed content model cannot contain this character.
3.2.2 [51]o-p51fail6Only '|' connectors and occurrence on #PCDATA group must be *(fatal) Error on line 4 position 21: Mixed content model cannot contain this character.
3.2.2 [51]o-p51fail7no nested groups(fatal) Error on line 4 position 22: A name was started with an invalid character.
3.3 [52]o-p52fail1A name is required(fatal) Error on line 4 position 12: A name was started with an invalid character.
3.3 [52]o-p52fail2A name is required(fatal) Error on line 4 position 10: Required white space was missing.
3.3 [53]o-p53fail1S is required before default(fatal) Error on line 4 position 24: Required white space was missing.
3.3 [53]o-p53fail2S is required before type(fatal) Error on line 4 position 18: Required white space was missing.
3.3 [53]o-p53fail3type is required(fatal) Error on line 4 position 19: A name was started with an invalid character.
3.3 [53]o-p53fail4default is required(fatal) Error on line 4 position 24: Required white space was missing.
3.3 [53]o-p53fail5name is requried(fatal) Error on line 4 position 15: A name was started with an invalid character.
3.3.1 [54]o-p54fail1don't pass unknown attribute types(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [55]o-p55fail1must be upper case(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [56]o-p56fail1no IDS type(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [56]o-p56fail2no NUMBER type(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [56]o-p56fail3no NAME type(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [56]o-p56fail4no ENTITYS type - types must be upper case(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [56]o-p56fail5types must be upper case(fatal) Error on line 4 position 19: Invalid type defined in ATTLIST.
3.3.1 [57]o-p57fail1no keyword for NMTOKEN enumeration(fatal) Error on line 4 position 27: A string literal was expected, but no opening quote character was found.
3.3.1 [58]o-p58fail1at least one value required(fatal) Error on line 6 position 29: A name was started with an invalid character.
3.3.1 [58]o-p58fail2separator must be '|'(fatal) Error on line 6 position 30: Invalid character found in ATTLIST enumeration.
3.3.1 [58]o-p58fail3notations are NAMEs, not NMTOKENs -- note: Leaving the invalid notation undeclared would cause a validating parser to fail without checking the name syntax, so the notation is declared with an invalid name. A parser that reports error positions should report an error at the AttlistDecl on line 6, before reaching the notation declaration.(fatal) Error on line 6 position 31: A name was started with an invalid character.
3.3.1 [58]o-p58fail4NOTATION must be upper case(fatal) Error on line 6 position 19: Invalid type defined in ATTLIST.
3.3.1 [58]o-p58fail5S after keyword is required(fatal) Error on line 6 position 27: Required white space was missing.
3.3.1 [58]o-p58fail6parentheses are require(fatal) Error on line 5 position 28: Missing parenthesis.
3.3.1 [58]o-p58fail7values are unquoted(fatal) Error on line 5 position 28: Missing parenthesis.
3.3.1 [58]o-p58fail8values are unquoted(fatal) Error on line 5 position 29: A name was started with an invalid character.
3.3.1 [59]o-p59fail1at least one required(fatal) Error on line 4 position 20: A name contained an invalid character.
3.3.1 [59]o-p59fail2separator must be ","(fatal) Error on line 4 position 21: Invalid character found in ATTLIST enumeration.
3.3.1 [59]o-p59fail3values are unquoted(fatal) Error on line 4 position 20: A name contained an invalid character.
3.3.2 [60]o-p60fail1keywords must be upper case(fatal) Error on line 4 position 25: Invalid ATTDEF declaration. Expected #REQUIRED, #IMPLIED or #FIXED.
3.3.2 [60]o-p60fail2S is required after #FIXED(fatal) Error on line 4 position 31: Required white space was missing.
3.3.2 [60]o-p60fail3only #FIXED has both keyword and value(fatal) Error on line 4 position 35: A name was started with an invalid character.
3.3.2 [60]o-p60fail4#FIXED required value(fatal) Error on line 4 position 31: Required white space was missing.
3.3.2 [60]o-p60fail5only one default type(fatal) Error on line 4 position 34: A name was started with an invalid character.
3.4 [61]o-p61fail1no other types, including TEMP, which is valid in SGML(fatal) Error on line 2 position 8: Invalid syntax in a conditional or a CDATA section.
3.4 [62]o-p62fail1INCLUDE must be upper case(fatal) Error on line 1 position 11: Invalid syntax in a conditional or a CDATA section.
3.4 [62]o-p62fail2no spaces in terminating delimiter(fatal) Error on line 3 position 2: Whitespace is not allowed at this location.
3.4 [63]o-p63fail1IGNORE must be upper case(fatal) Error on line 2 position 10: Invalid syntax in a conditional or a CDATA section.
3.4 [63]o-p63fail2delimiters must be balanced(fatal) Error on line 2 position 11: A declaration was not closed.
3.4 [64]o-p64fail1section delimiters must balance(fatal) Error on line 2 position 33: Invalid character found in DTD.
3.4 [64]o-p64fail2section delimiters must balance(fatal) Error on line 2 position 11: A declaration was not closed.
4.1 [66]o-p66fail1terminating ';' is required(fatal) Error on line 1 position 10: An invalid character was found inside an entity reference.
4.1 [66]o-p66fail2no S after '&#'(fatal) Error on line 1 position 8: Whitespace is not allowed at this location.
4.1 [66]o-p66fail3no hex digits in numeric reference(fatal) Error on line 1 position 8: An invalid character was found inside an entity reference.
4.1 [66]o-p66fail4only hex digits in hex references(fatal) Error on line 1 position 10: An invalid character was found inside an entity reference.
4.1 [66]o-p66fail5no references to non-characters(fatal) Error on line 1 position 9: Invalid unicode character.
4.1 [66]o-p66fail6no references to non-characters(fatal) Error on line 1 position 13: Invalid unicode character.
4.1 [68]o-p68fail1terminating ';' is required(fatal) Error on line 6 position 12: A semi colon character was expected.
4.1 [68]o-p68fail2no S after '&'(fatal) Error on line 7 position 2: Whitespace is not allowed at this location.
4.1 [68]o-p68fail3no S before ';'(fatal) Error on line 7 position 5: A semi colon character was expected.
4.1 [69]o-p69fail1terminating ';' is required(fatal) Error on line 5 position 4: A semi colon character was expected.
4.1 [69]o-p69fail2no S after '%'(fatal) Error on line 5 position 2: Whitespace is not allowed at this location.
4.1 [69]o-p69fail3no S before ';'(fatal) Error on line 5 position 4: A semi colon character was expected.
4.2 [70]o-p70fail1This is neither(fatal) Error on line 4 position 10: A name was started with an invalid character.
4.2 [71]o-p71fail1S is required before EntityDef(fatal) Error on line 4 position 12: Required white space was missing.
4.2 [71]o-p71fail2Entity name is a Name, not an NMToken(fatal) Error on line 4 position 10: A name was started with an invalid character.
4.2 [71]o-p71fail3no S after "<!"(fatal) Error on line 4 position 3: Whitespace is not allowed at this location.
4.2 [71]o-p71fail4S is required after "<!ENTITY"(fatal) Error on line 4 position 3: Declaration has an invalid name.
4.2 [72]o-p72fail1S is required after "<!ENTITY"(fatal) Error on line 4 position 3: Parameter entities cannot be used inside markup declarations in an internal subset.
4.2 [72]o-p72fail2S is required after '%'(fatal) Error on line 4 position 13: A semi colon character was expected.
4.2 [72]o-p72fail3S is required after name(fatal) Error on line 4 position 14: Required white space was missing.
4.2 [72]o-p72fail4Entity name is a name, not an NMToken(fatal) Error on line 4 position 12: A name was started with an invalid character.
4.2 [73]o-p73fail1No typed replacement text(fatal) Error on line 5 position 13: External ID is invalid.
4.2 [73]o-p73fail2Only one replacement value(fatal) Error on line 5 position 32: The character '>' was expected.
4.2 [73]o-p73fail3No NDataDecl on replacement text(fatal) Error on line 5 position 32: The character '>' was expected.
4.2 [73]o-p73fail4Value is required(fatal) Error on line 5 position 13: A name was started with an invalid character.
4.2 [73]o-p73fail5No NDataDecl without value(fatal) Error on line 5 position 13: External ID is invalid.
4.2 [74]o-p74fail1no NDataDecls on parameter entities(fatal) Error on line 4 position 38: Cannot use the NDATA keyword in a parameter entity declaration.
4.2 [74]o-p74fail2value is required(fatal) Error on line 4 position 14: Required white space was missing.
4.2 [74]o-p74fail3only one value(fatal) Error on line 3 position 30: The character '>' was expected.
4.2.2 [75]o-p75fail1S required after "PUBLIC"(fatal) Error on line 3 position 20: Required white space was missing.
4.2.2 [75]o-p75fail2S required after "SYSTEM"(fatal) Error on line 3 position 20: Required white space was missing.
4.2.2 [75]o-p75fail3S required between literals(fatal) Error on line 3 position 31: Required white space was missing.
4.2.2 [75]o-p75fail4"SYSTEM" implies only one literal(fatal) Error on line 3 position 32: A name was started with an invalid character.
4.2.2 [75]o-p75fail5only one keyword(fatal) Error on line 3 position 32: A string literal was expected, but no opening quote character was found.
4.2.2 [75]o-p75fail6"PUBLIC" requires two literals (contrast with SGML)(fatal) Error on line 3 position 31: Required white space was missing.
4.2.2 [76]o-p76fail1S is required before "NDATA"(fatal) Error on line 5 position 29: The character '>' was expected.
4.2.2 [76]o-p76fail2"NDATA" is upper-case(fatal) Error on line 5 position 30: NDATA keyword is missing.
4.2.2 [76]o-p76fail3notation name is required(fatal) Error on line 5 position 35: Required white space was missing.
4.2.2 [76]o-p76fail4notation names are Names(fatal) Error on line 6 position 36: A name was started with an invalid character.

Informative Tests

Certain XML documents are specified to be errors, but the handling of those documents is not fully determined by the XML 1.0 specification. As a rule, these errors may be reported in any manner whatsoever, or completely ignored, without consequence in terms of conformance to the XML 1.0 specification. And some of these documents don't have errors; documents in encodings other than UTF-8 and UTF-16 are legal, but not all processors are required to parse them.

Such "optional" errors are listed here for informational purposes, since processors which ignore such errors may cause document creators to create documents which are not accepted by all conformant XML 1.0 processors. (And of course, processors which produce incorrect diagnostics for such cases should be avoided.)

Section and [Rules] Test ID Description Diagnostic
4.3.3 [4,84]pr-xml-euc-jpTest support for the EUC-JP encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.)[accepted]
4.3.3 [4,84]pr-xml-iso-2022-jpTest support for the ISO-2022-JP encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.)[accepted]
4.3.3 [4,84]pr-xml-shift_jisTest support for the Shift_JIS encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.)[accepted]
4.3.3 [4,84]weekly-euc-jpTest support for EUC-JP encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error.[accepted]
4.3.3 [4,84]weekly-iso-2022-jpTest support for ISO-2022-JP encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error.[accepted]
4.3.3 [4,84]weekly-shift_jisTest support for Shift_JIS encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error.[accepted]
2.8pe01Parameter entities must consist of a series of complete markup declarations of the types allowed by the nonterminal markupdecl, interespersed with whitespace or PERefs.Error on line 1 position 1: The replacement text for a parameter entity must be properly nested with parenthesized groups.
4.2.2 [75]uri01SYSTEM ids may not have URI fragments[accepted]
2.3, 4.2.2 [11]o-p11pass1system literals may not contain URI fragments[accepted]

This report was produced by Free Software from http://xmlconf.sourceforge.net, and you should be able to reproduce these results yourself.