XML Processor Conformance Report:
com.datachannel.xml.sax.SAXDriver

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 SAX 2.0 (alpha) processors, the processing mode and entity handling values could be non-default values, if such a feature is supported by that processor. For SAX 1.0 processors, those values were as reported to the test harness by its operator.

XML Processor Datachannel DCXJP (Version 15-Apr-99)
SAX Parser Class com.datachannel.xml.sax.SAXDriver
Processing Mode Non-Validating
General Entities included
Parameter Entities included

The test harness and execution environment was:

Test Run Date Tue Sep 07 07:58:22 PDT 1999
Harness and Version org.brownell.xml.conformance.Driver
(alpha; 3-September-1999)
Java VM Info build JDK-1.2.1-A, native threads, symcjit
Suite of Testcases OASIS Conformance Tests, v1.0

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) 627
Passed Negative Tests (provisional) 390
Failed Tests (provisional) 438
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.

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.

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 (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
2.10 valid-sa-093 Test demonstrates that extra whitespace is not intended for inclusion in the delivered version of the document. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/093.xml)
2.11 valid-ext-sa-001 A combination of carriage return line feed in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/001.xml)
2.11 valid-ext-sa-002 A carriage return (also CRLF) in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/002.xml)
2.11 valid-ext-sa-004 A carriage return (also CRLF) in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/004.xml)
2.11 valid-ext-sa-009 A carriage return (also CRLF) in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/009.xml)
2.11 valid-sa-116 Test demonstrates that a line break within CDATA will be normalized. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/116.xml)
2.11 3.2.1 3.2.2 4.2.2 [48] [51] [75] valid-ext-sa-006 Test demonstrates the use of optional character and content particles within mixed element content. The test also shows the use of an external entity and that a carriage control line feed in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/006.xml)
2.11 4.2.2 [75] valid-ext-sa-011 Test demonstrates the use of a public identifier with and external entity. The test also show that a carriage control line feed combination in an external entity must be normalized to a single newline. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/011.xml)
2.11, 3.3.3 valid-sa-108 This tests normalization of end-of-line characters (CRLF) within entities to LF, primarily as an output test. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/108.xml)
2.11, 4.5 valid-sa-068 Tests definition of an entity holding a carriage return character reference, which must be normalized to a newline before being reported to the application. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/068.xml)
2.12 [35] v-lang01 Tests a lowercase ISO language code. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang01.xml)
2.12 [35] v-lang02 Tests a ISO language code with a subcode. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang02.xml)
2.12 [35] v-lang05 Tests an uppercase ISO language code. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang05.xml)
2.12 [36] v-lang03 Tests a IANA language code with a subcode. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang03.xml)
2.12 [37] v-lang04 Tests a user language code with a subcode. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang04.xml)
2.12 [37] v-lang06 Tests a user language code. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/v-lang06.xml)
2.2 [1] o-p01pass2 various Misc items where they can occur FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 8, position 4, file:/d:/xml/xmlconf/oasis/p01pass2.xml)
2.2 [2] valid-sa-049 Test demonstrates that characters outside of normal ascii range can be used as element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/049.xml)
2.2 [2] valid-sa-050 Test demonstrates that characters outside of normal ascii range can be used as element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/050.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/051.xml)
2.2 [2] valid-sa-052 The document is encoded in UTF-8 and the text inside the root element uses two non-ASCII characters, encoded in UTF-8 and each of which expands to a Unicode surrogate pair. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/052.xml)
2.3 2.10 valid-sa-092 Test demostrates that extra whitespace is normalized into a single space character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/092.xml)
2.3 3.1 [10][40][41] valid-sa-109 Test demonstrates that an attribute can have a null value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/109.xml)
2.3 3.1 [13] [40] valid-sa-013 Test demonstrates that the Attribute in a Start-tag can consist of numerals along with special characters. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/013.xml)
2.3 3.1 [13] [40] valid-sa-014 Test demonstrates that all lower case letters are valid for the Attribute in a Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/014.xml)
2.3 3.1 [13] [40] valid-sa-015 Test demonstrates that all upper case letters are valid for the Attribute in a Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/015.xml)
2.3 3.1 [43] valid-sa-009 Test demonstrates that PubidChar can be used for element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/009.xml)
2.3 4.1 [10] [69] valid-not-sa-023 Test demonstrates the use of a parameter entity reference within an attribute list declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/023.xml)
2.3 [12] o-p12pass1 valid public IDs. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12pass1.xml)
2.3 [12] valid-sa-100 Makes sure that PUBLIC identifiers may have some strange characters. NOTE: The XML editors have said that the XML specification errata will specify that parameter entity expansion does not occur in PUBLIC identifiers, so that the '%' character will not flag a malformed parameter entity reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/100.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/012.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/063.xml)
2.3 [6] o-p06pass1 various satisfactions of the Names production in a NAMES attribute FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p06pass1.xml)
2.3 [7] o-p07pass1 various valid Nmtoken 's in an attribute list declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p07pass1.xml)
2.3 [8] o-p08pass1 various satisfaction of an NMTOKENS attribute value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p08pass1.xml)
2.3 [9] o-p09pass1 valid EntityValue's. Except for entity references, markup is not recognized. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09pass1.xml)
2.4 2.5 2.6 2.7 [15] [16] [18] o-p43pass1 Valid use of character data, comments, processing instructions and CDATA sections within the start and end tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p43pass1.xml)
2.4 2.7 [18] empty Whitespace found in CDATA sections and entity references works is treated like other optional whitespace FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 8, position 4, file:/d:/xml/xmlconf/sun/valid/empty.xml)
2.4 3.1 [14] [43] valid-sa-048 Test demonstrates that character data is valid element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/048.xml)
2.4 3.1 [43] valid-sa-008 Test demonstrates character references can be used for element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/008.xml)
2.5 valid-sa-119 Comments may contain any legal XML characters; only the string "--" is disallowed. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/119.xml)
2.5 3.1 [15] [43] valid-sa-021 Test demonstrates that comments are valid element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/021.xml)
2.5 3.1 [15] [43] valid-sa-022 Test demonstrates that comments are valid element content and that all characters before the double-hypen right angle combination are considered part of thecomment. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/022.xml)
2.5 [15] dtd01 Comments don't get parameter entity expansion FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/dtd01.xml)
2.6 2.10 [16] valid-sa-055 Test demonstrates that extra whitespace within a processing instruction willnormalized into s single space character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/055.xml)
2.6 2.10 [16] valid-sa-098 Test demonstrates that extra whitespace within a processing instruction is converted into a single space character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/098.xml)
2.6 3.1 [16] [43] valid-sa-016 Test demonstrates that Processing Instructions are valid element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/016.xml)
2.6 3.1 [16] [43] valid-sa-017 Test demonstrates that Processing Instructions are valid element content and there can be more than one. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/017.xml)
2.6 [15] valid-sa-037 Test demonstrates a valid comment and that it may appear anywhere in the document including at the end. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/037.xml)
2.6 [15] valid-sa-038 Test demonstrates a valid comment and that it may appear anywhere in the document including the beginning. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/038.xml)
2.6 [16] valid-sa-036 Test demonstrates a valid processing instruction. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/036.xml)
2.6 [16] valid-sa-039 Test demonstrates a valid processing instruction and that it may appear at the beginning of the document. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/039.xml)
2.7 valid-not-sa-031 Expands a general entity which contains a CDATA section with what looks like a markup declaration (but is just text since it's in a CDATA section). FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/031.xml)
2.7 3.1 [18] [43] valid-sa-018 Test demonstrates that CDATA sections are valid element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/018.xml)
2.7 3.1 [18] [43] valid-sa-019 Test demonstrates that CDATA sections are valid element content and that ampersands may occur in their literal form. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/019.xml)
2.7 3.1 [18] [43] valid-sa-020 Test demonstractes that CDATA sections are valid element content and that everyting between the CDStart and CDEnd is recognized as character data not markup. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/020.xml)
2.7 [20] valid-sa-114 Test demonstrates that all text within a valid CDATA section is considered text and not recognized as markup. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/114.xml)
2.8 3.4 4.2.2 [31] [62] [63] [75] o-p31pass2 Valid doctypedecl with EXternalID as Enternal Entity. The external entity contains a parameter entity reference and condtional sections. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p31pass2.xml)
2.8 4.1 [28] [69] o-p28pass3 Valid doctypedecl with Parameter entity reference. The declaration of a parameter entity must precede any reference to it. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p28pass3.xml)
2.8 4.1 [28] [69] o-p28pass5 Valid doctypedecl with ExternalID as an External Entity. A parameter entity reference is also used. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p28pass5.xml)
2.8 4.2.2 4.3.1 [30] [75] [77] o-p30pass2 Valid doctypedecl with ExternalID as an Enternal Entity. The external entity begins with a Text Declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p30pass2.xml)
2.8 4.2.2 [28] [75] o-p28pass4 Valid doctypedecl with ExternalID as an External Entity declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p28pass4.xml)
2.8 4.2.2 [30] [75] o-p30pass1 Valid doctypedecl with ExternalID as an External Entity. The external entity has an element declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p30pass1.xml)
2.8 [22] o-p22pass4 XML decl and doctypedecl FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/oasis/p22pass4.xml)
2.8 [22] o-p22pass5 just doctypedecl FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p22pass5.xml)
2.8 [22] o-p22pass6 S between decls is not required FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 26, file:/d:/xml/xmlconf/oasis/p22pass6.xml)
2.8 [23] valid-sa-033 Test demonstrates that both a EncodingDecl and SDDecl are valid within the prolog. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/033.xml)
2.8 [24] valid-sa-028 Test demonstrates a valid prolog that uses double quotes as delimeters around the VersionNum. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/028.xml)
2.8 [24] valid-sa-029 Test demonstrates a valid prolog that uses single quotes as delimters around the VersionNum. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/029.xml)
2.8 [25] valid-sa-030 Test demonstrates a valid prolog that contains whitespace on both sides of the equal sign in the VersionInfo. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/030.xml)
2.8 [29] o-p29pass1 Valid types of markupdecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p29pass1.xml)
2.8 [31] o-p31pass1 external subset can be empty FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p31pass1.xml)
2.8, 4.1 [69] valid-not-sa-024 Constructs an <!ATTLIST...> declaration from several PEs. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/024.xml)
2.9 not-sa01 A non-standalone document is valid if declared as such. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/not-sa01.xml)
2.9 not-sa02 A non-standalone document is valid if declared as such. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/not-sa02.xml)
2.9 not-sa03 A non-standalone document is valid if declared as such. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/not-sa03.xml)
2.9 not-sa04 A non-standalone document is valid if declared as such. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/not-sa04.xml)
2.9 [32] sa01 A document may be marked 'standalone' if any optional whitespace is defined within the internal DTD subset. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/sa01.xml)
2.9 [32] sa02 A document may be marked 'standalone' if any attributes that need normalization are defined within the internal DTD subset. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/sa02.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/sa03.xml)
2.9 [32] sa04 Like sa03 but relies on attribute defaulting defined in the internal subset. On output, requires notations to be correctly reported. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/sa04.xml)
2.9 [32] sa05 Like sa01 but this document is standalone since it has no optional whitespace. On output, requires notations to be correctly reported. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/valid/sa05.xml)
2.9 [32] valid-sa-032 Test demonstrates a valid SDDecl within the prolog. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/032.xml)
3 element Tests clauses 1, 3, and 4 of the Element Valid validity constraint. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/element.xml)
3 3.2.1 [47] optional Tests declarations of "children" content models, and the validity constraints associated with them. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/optional.xml)
3.1 4.1 [43] [66] valid-sa-024 Test demonstrates that Entity References are valid element content and also demonstrates a valid Entity Declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/024.xml)
3.1 4.1 [43] [68] valid-ext-sa-003 Test demonstrates that the content of an element can be empty. In this case the external entity is an empty file. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/003.xml)
3.1 4.6 [43] valid-sa-007 Test demonstrates numeric character references can be used for element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/007.xml)
3.1 [40] valid-sa-002 Test demonstrates that whitespace is permitted after the tag name in a Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/002.xml)
3.1 [40] valid-sa-005 Test demonstrates a valid attribute specification within a Start-tag that contains whitespace on both sides of the equal sign. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/005.xml)
3.1 [40] valid-sa-010 Test demonstrates that whitespace is valid after the Attribute in a Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/010.xml)
3.1 [40] valid-sa-011 Test demonstrates mutliple Attibutes within the Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/011.xml)
3.1 [40] valid-sa-104 Test demonstrates that extra whitespace within an Attribute of a Start-tag is normalized to a single space character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/104.xml)
3.1 [40] [42] valid-sa-054 Test demonstrates that extra whitespace within Start-tags and End-tags are nomalized into single spaces. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/054.xml)
3.1 [41] valid-sa-004 Test demonstrates a valid attribute specification within a Start-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/004.xml)
3.1 [41] valid-sa-006 Test demonstrates that the AttValue within a Start-tag can use a single quote as a delimter. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/006.xml)
3.1 [42] valid-sa-003 Test demonstrates that whitespace is permitted after the tag name in an End-tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/003.xml)
3.1 [43] valid-sa-023 Test demonstrates that Entity References are valid element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/023.xml)
3.1 [43] valid-sa-047 Test demonstrates that extra whitespace is normalized into single space character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/047.xml)
3.1 [43] [44] o-p28pass1 Empty-element tag must be used for element which are declared EMPTY. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p28pass1.xml)
3.1 [44] valid-sa-034 Test demonstrates the correct syntax for an Empty element tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/034.xml)
3.1 [44] valid-sa-035 Test demonstrates that whitespace is permissible after the name in an Empty element tag. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/035.xml)
3.1 [44] valid-sa-044 Test demonstrates that the empty-element tag must be use for an elements that are declared EMPTY. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/044.xml)
3.2 3.2.1 3.2.2 [45] [46] [47] [51] o-p46pass1 Valid use of contentspec, element content models, and mixed content within an element type declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46pass1.xml)
3.2 3.2.1 [45] [46] [47] o-p48pass1 Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p48pass1.xml)
3.2 3.2.1 [45] [46] [47] o-p49pass1 Valid use of contentspec, element content models, choices, and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between choices. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p49pass1.xml)
3.2 3.2.1 [45] [46] [47] o-p50pass1 Valid use of contentspec, element content models, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between sequences. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p50pass1.xml)
3.2 3.2.1 [45] [46] [47] o-p47pass1 Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p47pass1.xml)
3.2 3.3 [46] [53] valid-sa-059 Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY. The element cannot have any contents and must always appear as an empty element in the document. The test also shows an Attribute-list declaration with multiple AttDef's. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/059.xml)
3.2 [45] o-p45pass1 valid element declarations FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p45pass1.xml)
3.2 [46] valid-sa-025 Test demonstrates an Element Type Declaration and that the contentspec can be of mixed content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/025.xml)
3.2 [46] valid-sa-026 Test demonstrates an Element Type Declaration and that EMPTY is a valid contentspec. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/026.xml)
3.2 [46] valid-sa-027 Test demonstrates an Element Type Declaration and that ANY is a valid contenspec. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/027.xml)
3.2.1 4.2.2 [48] [75] valid-ext-sa-005 Test demonstrates the use of optional character and content particles within an element content. The test also show the use of external entity. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/005.xml)
3.2.1 [47] valid-sa-057 Test demonstrates an element content model whose element can occur zero or more times. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/057.xml)
3.2.1 [48][49] valid-sa-112 Test demonstrates shows the use of content particles within the element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/112.xml)
3.2.1 [50] valid-sa-081 Test demonstrates the use of the optional character following a name or list to govern the number of times an element or content particles in the list occur. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/081.xml)
3.2.2 [51] dtd00 Tests parsing of alternative forms of text-only mixed content declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/dtd00.xml)
3.2.2 [51] o-p51pass1 valid Mixed contentspec's. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51pass1.xml)
3.2.2 [51] valid-sa-001 Test demonstrates an Element Type Declaration with Mixed Content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/001.xml)
3.3 valid-sa-043 An element's attributes may be declared before its content model; and attribute values may contain newlines. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/043.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/097.xml)
3.3 3.3.1 [52] [54] valid-sa-040 Test demonstrates an Attribute List declaration that uses a StringType as the AttType. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/040.xml)
3.3 3.3.1 [52] [54] valid-sa-077 Test demonstrates that an AttlistDecl can use an EnumeratedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/077.xml)
3.3 3.3.1 [52] [54] valid-sa-078 Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that REQUIRED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/078.xml)
3.3 3.3.1 [52] [56] valid-sa-071 Test demonstrates that an AttlistDecl can use ID as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/071.xml)
3.3 3.3.1 [52] [56] valid-sa-072 Test demonstrates that an AttlistDecl can use IDREF as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/072.xml)
3.3 3.3.1 [52] [56] valid-sa-073 Test demonstrates that an AttlistDecl can use IDREFS as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/073.xml)
3.3 3.3.1 [52] [56] valid-sa-074 Test demonstrates that an AttlistDecl can use ENTITY as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/074.xml)
3.3 3.3.1 [52] [56] valid-sa-075 Test demonstrates that an AttlistDecl can use ENTITIES as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/075.xml)
3.3 3.3.2 [52] [60] valid-sa-079 Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that a value can be given to the attribute in the Start-tag as well as the AttListDecl. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/079.xml)
3.3 3.3.2 [52] [60] valid-sa-080 Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that an value can be given to the attribute. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/080.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p52pass1.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/006.xml)
3.3 [52] valid-not-sa-007 Test demonstrates the use of an Attribute list declaration within an external entity. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/007.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/010.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/026.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/045.xml)
3.3 [52] valid-sa-046 Test demonstrates that when more than one AttlistDecl is provided for a given element type, the contents of all those provided are merged. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/046.xml)
3.3 [52][53] valid-sa-113 Test demonstrates that it is not an error to have attributes declared for an element not itself declared. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/113.xml)
3.3 [53] o-p53pass1 a valid AttDef FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53pass1.xml)
3.3.1 valid-sa-076 Verifies that an XML parser will parse a NOTATION attribute; the output phase of this test ensures that both notations are reported to the application. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/076.xml)
3.3.1 valid-sa-090 Verifies that an XML parser will parse a NOTATION attribute; the output phase of this test ensures that the notation is reported to the application. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/090.xml)
3.3.1 valid-sa-091 Verifies that an XML parser will parse an ENTITY attribute; the output phase of this test ensures that the notation is reported to the application, and for validating parsers it further tests that the entity is so reported. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/091.xml)
3.3.1 4.1 [54] [66] valid-sa-041 Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/041.xml)
3.3.1 4.1 [54] [66] valid-sa-042 Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/042.xml)
3.3.1 4.1 [54] [66] valid-sa-056 Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/056.xml)
3.3.1 [54] o-p54pass1 the three kinds of attribute types FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p54pass1.xml)
3.3.1 [55] o-p55pass1 StringType = "CDATA" FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p55pass1.xml)
3.3.1 [56] o-p56pass1 the 7 tokenized attribute types FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56pass1.xml)
3.3.1 [57] o-p57pass1 enumerated types are NMTOKEN or NOTATION lists FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p57pass1.xml)
3.3.1 [58] o-p58pass1 NOTATION enumeration has on or more items FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58pass1.xml)
3.3.1 [59] o-p59pass1 NMTOKEN enumerations haveon or more items FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p59pass1.xml)
3.3.1 [59] v-sgml01 XML permits token reuse, while SGML does not. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/sgml01.xml)
3.3.2 [60] o-p60pass1 the four types of default values FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60pass1.xml)
3.3.2 [60] required00 Tests the #REQUIRED attribute declaration syntax, and the associated validity constraint. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/required00.xml)
3.3.3 valid-ext-sa-013 Test demonstrates that whitespace is handled by adding a single whitespace to the normalized value in the attribute list. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/013.xml)
3.3.3 valid-sa-058 Test demonstrates that extra whitespace be normalized into a single space character in an attribute of type NMTOKENS. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/058.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/095.xml)
3.3.3 valid-sa-096 Test demonstrates that extra whitespace is normalized into a single space character in an attribute of type NMTOKENS. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/096.xml)
3.3.3 valid-sa-102 Test demonstrates that a CDATA attribute can pass a double quote as its value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/102.xml)
3.3.3 valid-sa-103 Test demonstrates that an attribute can pass a less than sign as its value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/103.xml)
3.3.3 valid-sa-105 Basically an output test, this requires a CDATA attribute with a tab character to be passed through as one space. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/105.xml)
3.3.3 valid-sa-106 Basically an output test, this requires a CDATA attribute with a newline character to be passed through as one space. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/106.xml)
3.3.3 valid-sa-107 Basically an output test, this requires a CDATA attribute with a return character to be passed through as one space. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/107.xml)
3.3.3 valid-sa-110 Basically an output test, this requires that a CDATA attribute with a CRLF be normalized to one space. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/110.xml)
3.3.3 valid-sa-111 Character references expanding to spaces doesn't affect treatment of attributes. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/111.xml)
3.3.3 valid-sa-115 Test demonstrates that an entity reference is processed by recursively processing the replacement text of the entity. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/115.xml)
3.4 [61] o-p61pass1 valid conditional sections are INCLUDE and IGNORE FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p61pass1.xml)
3.4 [62] o-p62pass1 valid INCLUDE sections -- options S before and after keyword, sections can nest FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p62pass1.xml)
3.4 [62] valid-not-sa-013 Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/013.xml)
3.4 [62] valid-not-sa-014 Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/014.xml)
3.4 [62] valid-not-sa-016 Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/016.xml)
3.4 [62] valid-not-sa-022 Test demonstrates the use of a parameter-entity reference as a keyword of a conditional section. The parameter entity must be replaced by its content before the processor decides whether to include the conditional section. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/022.xml)
3.4 [62] valid-not-sa-028 Test demonstrates the use of the conditional section INCLUDE that will include its contents. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/028.xml)
3.4 [62] valid-not-sa-029 Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/029.xml)
3.4 [62] valid-not-sa-030 Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/030.xml)
3.4 [63] o-p63pass1 valid IGNORE sections FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p63pass1.xml)
3.4 [63] valid-not-sa-015 Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being part of the DTD. The keyword is a parameter-entity reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/015.xml)
3.4 [64] o-p64pass1 IGNOREd sections ignore everything except section delimiters FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p64pass1.xml)
4 valid-sa-085 Parameter and General entities use different namespaces, so there can be an entity of each type with a given name. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/085.xml)
4.1 4.4.3 [68] valid-ext-sa-014 Test demonstrates use of characters outside of normal ASCII range. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/014.xml)
4.1 [66] valid-sa-060 Test demonstrates the use of decimal Character References within element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/060.xml)
4.1 [66] valid-sa-061 Test demonstrates the use of decimal Character References within element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/061.xml)
4.1 [66] valid-sa-062 Test demonstrates the use of hexadecimal Character References within element. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/062.xml)
4.1 [66] valid-sa-064 Tests in-line handling of two legal character references, which each expand to a Unicode surrogate pair. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/064.xml)
4.1 [66] valid-sa-066 Expands a CDATA attribute with a character reference. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/066.xml)
4.1 [66] valid-sa-067 Test demonstrates the use of decimal character references within element content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/067.xml)
4.1 [66] valid-sa-089 Tests entity expansion of three legal character references, which each expand to a Unicode surrogate pair. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/089.xml)
4.1 [68] o-p68pass1 Valid entity references. Also ensures that a charref to '&' isn't interpreted as an entity reference open delimiter FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p68pass1.xml)
4.1 [69] o-p69pass1 Valid PEReferences. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p69pass1.xml)
4.1 [69] valid-not-sa-003 Test demonstrates the expansion of an external parameter entity that declares an attribute. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/003.xml)
4.1 [69] valid-not-sa-004 Expands an external parameter entity in two different ways, with one of them declaring an attribute. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/004.xml)
4.1 [69] valid-not-sa-005 Test demonstrates the expansion of an external parameter entity that declares an attribute. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/005.xml)
4.1 [69] valid-not-sa-027 Test demonstrates a parameter entity reference whose value is NULL. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/027.xml)
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. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/025.xml)
4.2 valid-sa-086 Tests whether entities may be declared more than once, with the first declaration being the binding one. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/086.xml)
4.2 4.2.1 [72] [75] valid-not-sa-011 Test demonstrates a parameter entity declaration whose parameter entity definition is an ExternalID. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/011.xml)
4.2 [70] o-p70pass1 An EntityDecl is either a GEDecl or a PEDecl FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p70pass1.xml)
4.2 [71] o-p71pass1 Valid GEDecls FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p71pass1.xml)
4.2 [72] o-p72pass1 Valid PEDecls FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p72pass1.xml)
4.2 [72] valid-not-sa-017 Test demonstrates a parameter entity declaration that contains an attribute list declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/017.xml)
4.2 [72] valid-not-sa-021 Test demonstrates a parameter entity declaration that contains a partial attribute list declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/021.xml)
4.2 [72] valid-sa-082 Tests that an external PE may be defined (but not referenced). FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/082.xml)
4.2 [72] valid-sa-083 Tests that an external PE may be defined (but not referenced). FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/083.xml)
4.2 [73] o-p73pass1 EntityDef is either Entity value or an external id, with an optional NDataDecl FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73pass1.xml)
4.2.1 4.2.2 valid-ext-sa-012 Test demonstrates both internal and external entities and that processing of entity references may be required to produce the correct replacement text. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/012.xml)
4.2.2 4.3.3. 4.4.3 [75] [80] valid-ext-sa-008 Test demonstrates the use of external entity and how replacement text is retrieved and processed. Also tests the use of an EncodingDecl of UTF-16. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/008.xml)
4.2.2 4.4.3 [75] valid-ext-sa-007 Test demonstrates the use of external entity and how replacement text is retrieved and processed. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/ext-sa/007.xml)
4.2.2 [75] valid-not-sa-001 Test demonstrates the use of an ExternalID within a document type definition. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/001.xml)
4.2.2 [75] valid-not-sa-002 Test demonstrates the use of an ExternalID within a document type definition. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/002.xml)
4.2.2 [75] valid-not-sa-008 Test demonstrates that an external identifier may include a public identifier. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/008.xml)
4.2.2 [75] valid-not-sa-009 Test demonstrates that an external identifier may include a public identifier. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/009.xml)
4.2.2 [75] valid-not-sa-018 Test demonstrates an EnternalID whose contents contain an parameter entity declaration and a attribute list definition. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/018.xml)
4.2.2 [76] o-p76pass1 valid NDataDecls FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p76pass1.xml)
4.3.1 4.3.2 [77] [78] ext01 Tests use of external parsed entities with and without content. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/ext01.xml)
4.3.1 [77] valid-not-sa-012 Test demonstrates an enternal parsed entity that begins with a text declaration. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/012.xml)
4.3.2 [78] ext02 Tests use of external parsed entities with different encodings than the base document. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/ext02.xml)
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.) FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/pr-xml-little-endian.xml)
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.) FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/pr-xml-utf-16.xml)
4.3.3 [4,84] weekly-little Test support for little-endian UTF-16 encoding, and XML names which contain Japanese characters. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/weekly-little-endian.xml)
4.3.3 [4,84] weekly-utf-16 Test support for UTF-16 encoding, and XML names which contain Japanese characters. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/weekly-utf-16.xml)
4.3.3 [80] valid-sa-031 Test demonstrates a valid EncodingDecl within the prolog. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/031.xml)
4.3.3 [81] valid-sa-099 Test demonstrates the name of the encoding can be composed of lowercase characters. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/099.xml)
4.4.2 valid-sa-053 Tests inclusion of a well-formed internal entity, which holds an element required by the content model. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/053.xml)
4.4.8 valid-not-sa-019 Test demonstrates that a parameter entity will be expanded with spaces on either side. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/019.xml)
4.4.8 valid-not-sa-020 Parameter entities expand with spaces on either side. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/not-sa/020.xml)
4.4.8 valid-sa-070 Verifies that internal parameter entities are correctly expanded within the internal subset. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/070.xml)
4.5 v-pe00 Tests construction of internal entity replacement text, using an example in the XML specification. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/pe00.xml)
4.5 v-pe01 Tests construction of internal entity replacement text, using an example in the XML specification. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/valid/pe01.xml)
4.5 v-pe02 Tests construction of internal entity replacement text, using a complex example in the XML specification. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/sun/valid/pe02.xml)
4.5 valid-sa-065 Tests ability to define an internal entity which can't legally be expanded (contains an unquoted <). FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/065.xml)
4.5 valid-sa-087 Tests whether character references in internal entities are expanded early enough, by relying on correct handling to make the entity be well formed. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/087.xml)
4.5 valid-sa-088 Tests whether entity references in internal entities are expanded late enough, by relying on correct handling to make the expanded text be valid. (If it's expanded too early, the entity will parse as an element that's not valid in that context.) FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/088.xml)
4.5 valid-sa-101 This tests whether entity expansion is (incorrectly) done while processing entity declarations; if it is, the entity value literal will terminate prematurely. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/101.xml)
4.5 valid-sa-117 Test demonstrates that entity expansion is done while processing entity declarations. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/117.xml)
4.5 valid-sa-118 Test demonstrates that entity expansion is done while processing entity declarations. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/118.xml)
4.7 valid-sa-069 Verifies that an XML parser will parse a NOTATION declaration; the output phase of this test ensures that it's reported to the application. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/069.xml)
4.7 [82] notation01 NOTATION declarations don't need SYSTEM IDs; and externally declared notations may be used to declare unparsed entities in the internal DTD subset. The notation must be reported to the application. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/sun/valid/notation01.xml)

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.

Test ID Diagnostic
valid-sa-093 (Input failed, no output available)
valid-ext-sa-001 (Input failed, no output available)
valid-ext-sa-002 (Input failed, no output available)
valid-ext-sa-004 (Input failed, no output available)
valid-ext-sa-009 (Input failed, no output available)
valid-sa-116 (Input failed, no output available)
valid-ext-sa-006 (Input failed, no output available)
valid-ext-sa-011 (Input failed, no output available)
valid-sa-108 (Input failed, no output available)
valid-sa-068 (Input failed, no output available)
v-lang01 (Input failed, no output available)
v-lang02 (Input failed, no output available)
v-lang05 (Input failed, no output available)
v-lang03 (Input failed, no output available)
v-lang04 (Input failed, no output available)
v-lang06 (Input failed, no output available)
o-p01pass2 (Input failed, no output available)
valid-sa-049 (Input failed, no output available)
valid-sa-050 (Input failed, no output available)
valid-sa-051 (Input failed, no output available)
valid-sa-052 (Input failed, no output available)
valid-sa-092 (Input failed, no output available)
valid-sa-109 (Input failed, no output available)
valid-sa-013 (Input failed, no output available)
valid-sa-014 (Input failed, no output available)
valid-sa-015 (Input failed, no output available)
valid-sa-009 (Input failed, no output available)
valid-not-sa-023 (Input failed, no output available)
o-p12pass1 (Input failed, no output available)
valid-sa-100 (Input failed, no output available)
valid-sa-012 (Input failed, no output available)
valid-sa-063 (Input failed, no output available)
o-p06pass1 (Input failed, no output available)
o-p07pass1 (Input failed, no output available)
o-p08pass1 (Input failed, no output available)
o-p09pass1 (Input failed, no output available)
o-p43pass1 (Input failed, no output available)
empty (Input failed, no output available)
valid-sa-048 (Input failed, no output available)
valid-sa-008 (Input failed, no output available)
valid-sa-119 (Input failed, no output available)
valid-sa-021 (Input failed, no output available)
valid-sa-022 (Input failed, no output available)
dtd01 (Input failed, no output available)
valid-sa-055 (Input failed, no output available)
valid-sa-098 (Input failed, no output available)
valid-sa-016 (Input failed, no output available)
valid-sa-017 (Input failed, no output available)
valid-sa-037 (Input failed, no output available)
valid-sa-038 (Input failed, no output available)
valid-sa-036 (Input failed, no output available)
valid-sa-039 (Input failed, no output available)
valid-not-sa-031 (Input failed, no output available)
valid-sa-018 (Input failed, no output available)
valid-sa-019 (Input failed, no output available)
valid-sa-020 (Input failed, no output available)
valid-sa-114 (Input failed, no output available)
o-p31pass2 (Input failed, no output available)
o-p28pass3 (Input failed, no output available)
o-p28pass5 (Input failed, no output available)
o-p30pass2 (Input failed, no output available)
o-p28pass4 (Input failed, no output available)
o-p30pass1 (Input failed, no output available)
o-p22pass4 (Input failed, no output available)
o-p22pass5 (Input failed, no output available)
o-p22pass6 (Input failed, no output available)
valid-sa-033 (Input failed, no output available)
valid-sa-028 (Input failed, no output available)
valid-sa-029 (Input failed, no output available)
valid-sa-030 (Input failed, no output available)
o-p29pass1 (Input failed, no output available)
o-p31pass1 (Input failed, no output available)
valid-not-sa-024 (Input failed, no output available)
not-sa01 (Input failed, no output available)
not-sa02 (Input failed, no output available)
not-sa03 (Input failed, no output available)
not-sa04 (Input failed, no output available)
sa01 (Input failed, no output available)
sa02 (Input failed, no output available)
sa03 (Input failed, no output available)
sa04 (Input failed, no output available)
sa05 (Input failed, no output available)
valid-sa-032 (Input failed, no output available)
element (Input failed, no output available)
optional (Input failed, no output available)
valid-sa-024 (Input failed, no output available)
valid-ext-sa-003 (Input failed, no output available)
valid-sa-007 (Input failed, no output available)
valid-sa-002 (Input failed, no output available)
valid-sa-005 (Input failed, no output available)
valid-sa-010 (Input failed, no output available)
valid-sa-011 (Input failed, no output available)
valid-sa-104 (Input failed, no output available)
valid-sa-054 (Input failed, no output available)
valid-sa-004 (Input failed, no output available)
valid-sa-006 (Input failed, no output available)
valid-sa-003 (Input failed, no output available)
valid-sa-023 (Input failed, no output available)
valid-sa-047 (Input failed, no output available)
o-p28pass1 (Input failed, no output available)
valid-sa-034 (Input failed, no output available)
valid-sa-035 (Input failed, no output available)
valid-sa-044 (Input failed, no output available)
o-p46pass1 (Input failed, no output available)
o-p48pass1 (Input failed, no output available)
o-p49pass1 (Input failed, no output available)
o-p50pass1 (Input failed, no output available)
o-p47pass1 (Input failed, no output available)
valid-sa-059 (Input failed, no output available)
o-p45pass1 (Input failed, no output available)
valid-sa-025 (Input failed, no output available)
valid-sa-026 (Input failed, no output available)
valid-sa-027 (Input failed, no output available)
valid-ext-sa-005 (Input failed, no output available)
valid-sa-057 (Input failed, no output available)
valid-sa-112 (Input failed, no output available)
valid-sa-081 (Input failed, no output available)
dtd00 (Input failed, no output available)
o-p51pass1 (Input failed, no output available)
valid-sa-001 (Input failed, no output available)
valid-sa-043 (Input failed, no output available)
valid-sa-097 (Input failed, no output available)
valid-sa-040 (Input failed, no output available)
valid-sa-077 (Input failed, no output available)
valid-sa-078 (Input failed, no output available)
valid-sa-071 (Input failed, no output available)
valid-sa-072 (Input failed, no output available)
valid-sa-073 (Input failed, no output available)
valid-sa-074 (Input failed, no output available)
valid-sa-075 (Input failed, no output available)
valid-sa-079 (Input failed, no output available)
valid-sa-080 (Input failed, no output available)
o-p52pass1 (Input failed, no output available)
valid-not-sa-006 (Input failed, no output available)
valid-not-sa-007 (Input failed, no output available)
valid-not-sa-010 (Input failed, no output available)
valid-not-sa-026 (Input failed, no output available)
valid-sa-045 (Input failed, no output available)
valid-sa-046 (Input failed, no output available)
valid-sa-113 (Input failed, no output available)
o-p53pass1 (Input failed, no output available)
valid-sa-076 (Input failed, no output available)
valid-sa-090 (Input failed, no output available)
valid-sa-091 (Input failed, no output available)
valid-sa-041 (Input failed, no output available)
valid-sa-042 (Input failed, no output available)
valid-sa-056 (Input failed, no output available)
o-p54pass1 (Input failed, no output available)
o-p55pass1 (Input failed, no output available)
o-p56pass1 (Input failed, no output available)
o-p57pass1 (Input failed, no output available)
o-p58pass1 (Input failed, no output available)
o-p59pass1 (Input failed, no output available)
v-sgml01 (Input failed, no output available)
o-p60pass1 (Input failed, no output available)
required00 (Input failed, no output available)
valid-ext-sa-013 (Input failed, no output available)
valid-sa-058 (Input failed, no output available)
valid-sa-095 (Input failed, no output available)
valid-sa-096 (Input failed, no output available)
valid-sa-102 (Input failed, no output available)
valid-sa-103 (Input failed, no output available)
valid-sa-105 (Input failed, no output available)
valid-sa-106 (Input failed, no output available)
valid-sa-107 (Input failed, no output available)
valid-sa-110 (Input failed, no output available)
valid-sa-111 (Input failed, no output available)
valid-sa-115 (Input failed, no output available)
o-p61pass1 (Input failed, no output available)
o-p62pass1 (Input failed, no output available)
valid-not-sa-013 (Input failed, no output available)
valid-not-sa-014 (Input failed, no output available)
valid-not-sa-016 (Input failed, no output available)
valid-not-sa-022 (Input failed, no output available)
valid-not-sa-028 (Input failed, no output available)
valid-not-sa-029 (Input failed, no output available)
valid-not-sa-030 (Input failed, no output available)
o-p63pass1 (Input failed, no output available)
valid-not-sa-015 (Input failed, no output available)
o-p64pass1 (Input failed, no output available)
valid-sa-085 (Input failed, no output available)
valid-ext-sa-014 (Input failed, no output available)
valid-sa-060 (Input failed, no output available)
valid-sa-061 (Input failed, no output available)
valid-sa-062 (Input failed, no output available)
valid-sa-064 (Input failed, no output available)
valid-sa-066 (Input failed, no output available)
valid-sa-067 (Input failed, no output available)
valid-sa-089 (Input failed, no output available)
o-p68pass1 (Input failed, no output available)
o-p69pass1 (Input failed, no output available)
valid-not-sa-003 (Input failed, no output available)
valid-not-sa-004 (Input failed, no output available)
valid-not-sa-005 (Input failed, no output available)
valid-not-sa-027 (Input failed, no output available)
valid-not-sa-025 (Input failed, no output available)
valid-sa-086 (Input failed, no output available)
valid-not-sa-011 (Input failed, no output available)
o-p70pass1 (Input failed, no output available)
o-p71pass1 (Input failed, no output available)
o-p72pass1 (Input failed, no output available)
valid-not-sa-017 (Input failed, no output available)
valid-not-sa-021 (Input failed, no output available)
valid-sa-082 (Input failed, no output available)
valid-sa-083 (Input failed, no output available)
o-p73pass1 (Input failed, no output available)
valid-ext-sa-012 (Input failed, no output available)
valid-ext-sa-008 (Input failed, no output available)
valid-ext-sa-007 (Input failed, no output available)
valid-not-sa-001 (Input failed, no output available)
valid-not-sa-002 (Input failed, no output available)
valid-not-sa-008 (Input failed, no output available)
valid-not-sa-009 (Input failed, no output available)
valid-not-sa-018 (Input failed, no output available)
o-p76pass1 (Input failed, no output available)
ext01 (Input failed, no output available)
valid-not-sa-012 (Input failed, no output available)
ext02 (Input failed, no output available)
pr-xml-little (Input failed, no output available)
pr-xml-utf-16 (Input failed, no output available)
weekly-little (Input failed, no output available)
weekly-utf-16 (Input failed, no output available)
valid-sa-031 (Input failed, no output available)
valid-sa-099 (Input failed, no output available)
valid-sa-053 (Input failed, no output available)
valid-not-sa-019 (Input failed, no output available)
valid-not-sa-020 (Input failed, no output available)
valid-sa-070 (Input failed, no output available)
v-pe00 (Input failed, no output available)
v-pe01 (Input failed, no output available)
v-pe02 (Input failed, no output available)
valid-sa-065 (Input failed, no output available)
valid-sa-087 (Input failed, no output available)
valid-sa-088 (Input failed, no output available)
valid-sa-101 (Input failed, no output available)
valid-sa-117 (Input failed, no output available)
valid-sa-118 (Input failed, no output available)
valid-sa-069 (Input failed, no output available)
notation01 (Input failed, no output available)

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 fully continuable.)

Section and [Rules] Test ID Description Diagnostic
2.3 [6] o-p06fail1 Requires at least one name. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p06fail1.xml)
2.3 [8] o-p08fail1 at least one Nmtoken is required. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p08fail1.xml)
2.3 [8] o-p08fail2 an invalid Nmtoken character. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p08fail2.xml)
2.4 [14] o-p14pass1 valid CharData FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 19, file:/d:/xml/xmlconf/oasis/p14pass1.xml)
2.8 invalid--001 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting a comment between two parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/001.xml)
2.8 invalid--003 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/003.xml)
2.8 invalid--004 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between three parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/004.xml)
2.8 invalid--005 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/005.xml)
2.8 invalid--006 Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/006.xml)
2.8 root Tests the Root Element Type VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/root.xml)
2.9 inv-not-sa01 Tests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa01.xml)
2.9 inv-not-sa02 Tests the Standalone Document Declaration VC, ensuring that attributes needing normalization cause a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa02.xml)
2.9 inv-not-sa03 Tests the Standalone Document Declaration VC, ensuring that a reference to externally defined entity causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa03.xml)
2.9 inv-not-sa04 Tests the Standalone Document Declaration VC, ensuring that attributes needing defaulting cause a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa04.xml)
2.9 inv-not-sa05 Tests the Standalone Document Declaration VC, ensuring that a token attribute that needs normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa05.xml)
2.9 inv-not-sa06 Tests the Standalone Document Declaration VC, ensuring that a NOTATION attribute that needs normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa06.xml)
2.9 inv-not-sa07 Tests the Standalone Document Declaration VC, ensuring that an NMTOKEN attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa07.xml)
2.9 inv-not-sa08 Tests the Standalone Document Declaration VC, ensuring that an NMTOKENS attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa08.xml)
2.9 inv-not-sa09 Tests the Standalone Document Declaration VC, ensuring that an ID attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa09.xml)
2.9 inv-not-sa10 Tests the Standalone Document Declaration VC, ensuring that an IDREF attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa10.xml)
2.9 inv-not-sa11 Tests the Standalone Document Declaration VC, ensuring that an IDREFS attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa11.xml)
2.9 inv-not-sa12 Tests the Standalone Document Declaration VC, ensuring that an ENTITY attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa12.xml)
2.9 inv-not-sa13 Tests the Standalone Document Declaration VC, ensuring that an ENTITIES attribute needing normalization causes a validity error. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa13.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/invalid/not-sa14.xml)
3 el01 Tests the Element Valid VC (clause 4) by including an undeclared child element. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el01.xml)
3 el02 Tests the Element Valid VC (clause 1) by including elements in an EMPTY content model. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el02.xml)
3 el03 Tests the Element Valid VC (clause 3) by including a child element not permitted by a mixed content model. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el03.xml)
3 el06 Tests the Element Valid VC (clause 1), using one of the predefined internal entities inside an EMPTY content model. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el06.xml)
3 inv-dtd03 Tests the "Element Valid" VC (clause 2) by omitting a required element. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/dtd03.xml)
3 optional01 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one is required. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional01.xml)
3 optional02 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing two children where one is required. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional02.xml)
3 optional03 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where two are required. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional03.xml)
3 optional04 Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where two are required. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional04.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional05.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional06.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional07.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional08.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional09.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional10.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional11.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional12.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional13.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional14.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional15.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional16.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional17.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional18.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional19.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional20.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional21.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional22.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional23.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional24.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/optional25.xml)
3.1 2.10 inv-required01 Tests the Attribute Value Type (declared) VC for the xml:space attribute FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/required01.xml)
3.1 2.12 inv-required02 Tests the Attribute Value Type (declared) VC for the xml:lang attribute FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/required02.xml)
3.2 el04 Tests the Unique Element Type Declaration VC. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el04.xml)
3.2.1 invalid--002 Tests the "Proper Group/PE Nesting" validity constraint by fragmenting a content model between two parameter entities. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/invalid/002.xml)
3.2.2 el05 Tests the No Duplicate Types VC. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/el05.xml)
3.2.2 inv-dtd01 Tests the No Duplicate Types VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/dtd01.xml)
3.3.1 attr01 Tests the "Entity Name" VC for the ENTITY attribute type. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr01.xml)
3.3.1 attr02 Tests the "Entity Name" VC for the ENTITIES attribute type. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr02.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr03.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr04.xml)
3.3.1 attr05 Tests the "Name Token" VC for the NMTOKEN attribute type. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr05.xml)
3.3.1 attr06 Tests the "Name Token" VC for the NMTOKENS attribute type. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr06.xml)
3.3.1 attr07 Tests the "Enumeration" VC by providing a value which wasn't one of the choices. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr07.xml)
3.3.1 id01 Tests the ID (is a Name) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id01.xml)
3.3.1 id02 Tests the ID (appears once) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id02.xml)
3.3.1 id03 Tests the One ID per Element Type VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id03.xml)
3.3.1 id04 Tests the ID Attribute Default VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id04.xml)
3.3.1 id05 Tests the ID Attribute Default VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id05.xml)
3.3.1 id06 Tests the IDREF (is a Name) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id06.xml)
3.3.1 id07 Tests the IDREFS (is a Names) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id07.xml)
3.3.1 id08 Tests the IDREF (matches an ID) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id08.xml)
3.3.1 id09 Tests the IDREF (IDREFS matches an ID) VC FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/id09.xml)
3.3.2 attr08 Tests the "Fixed Attribute Default" VC by providing the wrong value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr08.xml)
3.3.2 attr09 Tests the "Attribute Default Legal" VC by providing an illegal IDREF value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr09.xml)
3.3.2 attr10 Tests the "Attribute Default Legal" VC by providing an illegal IDREFS value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr10.xml)
3.3.2 attr11 Tests the "Attribute Default Legal" VC by providing an illegal ENTITY value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr11.xml)
3.3.2 attr12 Tests the "Attribute Default Legal" VC by providing an illegal ENTITIES value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr12.xml)
3.3.2 attr13 Tests the "Attribute Default Legal" VC by providing an illegal NMTOKEN value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr13.xml)
3.3.2 attr14 Tests the "Attribute Default Legal" VC by providing an illegal NMTOKENS value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr14.xml)
3.3.2 attr15 Tests the "Attribute Default Legal" VC by providing an illegal NOTATIONS value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr15.xml)
3.3.2 attr16 Tests the "Attribute Default Legal" VC by providing an illegal enumeration value. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/attr16.xml)
3.3.2 inv-required00 Tests the Required Attribute VC. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/required00.xml)
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 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/dtd06.xml)
4.1 not-wf-not-sa-005 Tests the Entity Declared VC by referring to an undefined parameter entity within an external entity. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/005.xml)
4.2 [74] o-p74pass1 PEDef is either an entity value or an external id FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p74pass1.xml)
4.2.2 inv-dtd02 Tests the "Notation Declared" VC by using an undeclared notation name. FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/dtd02.xml)
4.2.2 [75] o-p75pass1 valid external identifiers FAIL (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75pass1.xml)

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, 390 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
2.1 [1] not-wf-sa-050 Empty document, with no root element. (thrown com.datachannel.xml.util.XMLStreamException) The document is empty.
2.1 [1] o-p01fail1 S cannot occur before the prolog FAIL [Document not WF; no error reported]
2.1 [1] o-p01fail2 comments cannot occur before the prolog FAIL [Document not WF; no error reported]
2.1 [1] o-p01fail3 only one document element FAIL [Document not WF; no error reported]
2.1 [1] o-p01fail4 document element must be complete. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-030 A form feed is not a legal XML character. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-031 A form feed is not a legal XML character. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-032 A form feed is not a legal XML character. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-033 An ESC (octal 033) is not a legal XML character. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-034 A form feed is not a legal XML character. (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@bf939c02
2.2 [2] not-wf-sa-142 Character #x0000 is not legal anywhere in an XML document. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/142.xml)
2.2 [2] not-wf-sa-143 Character #x001F is not legal anywhere in an XML document. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/143.xml)
2.2 [2] not-wf-sa-144 Character #xFFFF is not legal anywhere in an XML document. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/144.xml)
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.) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/145.xml)
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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/146.xml)
2.2 [2] not-wf-sa-166 Character FFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-167 Character FFFE is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-168 An unpaired surrogate (D800) is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-169 An unpaired surrogate (DC00) is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
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. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-171 Character FFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-172 Character FFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-173 Character FFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-174 Character FFFF is not legal anywhere in an XML document. FAIL [Document not WF; no error reported]
2.2 [2] not-wf-sa-175 Character FFFF is not legal anywhere in an XML document. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/175.xml)
2.2 [2] not-wf-sa-177 Character FFFF is not legal anywhere in an XML document. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/177.xml)
2.2 [2] o-p02fail1 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail10 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail11 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail12 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail13 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail14 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail15 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail16 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail17 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail18 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail19 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail2 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail20 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail21 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail22 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail23 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail24 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail25 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail26 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail27 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail28 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail29 Use of illegal character within XML document. (thrown java.lang.ArrayIndexOutOfBoundsException) [no exception message]
2.2 [2] o-p02fail3 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail30 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail31 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail4 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail5 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail6 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail7 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail8 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.2 [2] o-p02fail9 Use of illegal character within XML document. FAIL [Document not WF; no error reported]
2.3 [10] not-wf-sa-012 SGML-ism: attribute values must be quoted in all cases. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected attribute value in " or '! (line 1, position 10, file:/d:/xml/xmlconf/xmltest/not-wf/sa/012.xml)
2.3 [10] not-wf-sa-013 The quotes on both ends of an attribute value must match. (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of "
2.3 [10] not-wf-sa-014 Attribute values may not contain literal '<' characters. FAIL [Document not WF; no error reported]
2.3 [10] not-wf-sa-020 Attribute values may not contain literal '&' characters except as part of an entity reference. FAIL [Document not WF; no error reported]
2.3 [10] not-wf-sa-021 Attribute values may not contain literal '&' characters except as part of an entity reference. FAIL [Document not WF; no error reported]
2.3 [10] not-wf-sa-088 Attribute values are terminated by literal quote characters, and any entity expansion is done afterwards. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/088.xml)
2.3 [10] not-wf-sa-090 Attributes may not contain a literal "<" character; this one has one because of reference expansion. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/090.xml)
2.3 [10] o-p10fail1 attribute values exclude '<' FAIL [Document not WF; no error reported]
2.3 [10] o-p10fail2 attribute values exclude '&' FAIL [Document not WF; no error reported]
2.3 [10] o-p10fail3 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of '
2.3 [11] o-p11fail1 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p11fail1.xml)
2.3 [11] o-p11fail2 cannot contain delimiting quotes (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p11fail2.xml)
2.3 [12] o-p12fail1 '"' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail1.xml)
2.3 [12] o-p12fail2 '\' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail2.xml)
2.3 [12] o-p12fail3 entity references excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail3.xml)
2.3 [12] o-p12fail4 '>' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail4.xml)
2.3 [12] o-p12fail5 '<' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail5.xml)
2.3 [12] o-p12fail6 built-in entity refs excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail6.xml)
2.3 [12] o-p12fail7 (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p12fail7.xml)
2.3 [12] pubid01 Illegal entity ref in public ID (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pubid01.xml)
2.3 [12] pubid02 Illegal characters in public ID (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pubid02.xml)
2.3 [12] pubid03 Illegal characters in public ID (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pubid03.xml)
2.3 [12] pubid04 Illegal characters in public ID (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pubid04.xml)
2.3 [12] pubid05 SGML-ism: public ID without system ID (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pubid05.xml)
2.3 [13] not-wf-sa-085 Public IDs may not contain "[". (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/085.xml)
2.3 [13] not-wf-sa-086 Public IDs may not contain "[". (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/086.xml)
2.3 [13] not-wf-sa-087 Public IDs may not contain "[". (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/087.xml)
2.3 [3] o-p03fail1 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail10 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail11 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail12 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail13 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail14 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail15 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail16 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail17 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail18 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail19 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail2 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail20 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail21 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail22 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail23 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail24 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail25 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail26 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail27 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail28 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail29 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail3 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail4 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail5 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail7 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail8 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [3] o-p03fail9 Use of illegal character within XML document. (fatal) Unrecognized token!
2.3 [4] not-wf-sa-002 Names may not start with "."; it's not a Letter. (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@b52b9c7c
2.3 [4] not-wf-sa-140 Character '&#x309a;' is a CombiningChar, not a Letter, and so may not begin a name. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/140.xml)
2.3 [4] o-p04fail1 Name contains invalid character. FAIL [Document not WF; no error reported]
2.3 [4] o-p04fail2 Name contains invalid character. FAIL [Document not WF; no error reported]
2.3 [4] o-p04fail3 Name contains invalid character. FAIL [Document not WF; no error reported]
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). (thrown java.lang.NullPointerException) [no exception message]
2.3 [5] not-wf-sa-023 Digits are not valid name start characters. (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@c7439c7c
2.3 [5] not-wf-sa-024 Digits are not valid name start characters. (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@c64b9c7c
2.3 [5] not-wf-sa-141 Character #x0E5C is not legal in XML names. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/141.xml)
2.3 [5] o-p05fail1 a Name cannot start with a digit (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@dd979c7c
2.3 [5] o-p05fail2 a Name cannot start with a '.' (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@dc9b9c7c
2.3 [5] o-p05fail3 a Name cannot start with a "-" (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@d7839c7c
2.3 [5] o-p05fail4 a Name cannot start with a CombiningChar FAIL [Document not WF; no error reported]
2.3 [5] o-p05fail5 a Name cannot start with an Extender FAIL [Document not WF; no error reported]
2.3 [9] not-wf-sa-113 Parameter entity values must use valid reference syntax; this reference is malformed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/113.xml)
2.3 [9] not-wf-sa-114 General entity values must use valid reference syntax; this reference is malformed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/114.xml)
2.3 [9] not-wf-sa-159 Uses '&' unquoted in an entity declaration, which is illegal syntax for an entity reference. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/159.xml)
2.3 [9] o-p09fail1 EntityValue excludes '%' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09fail1.xml)
2.3 [9] o-p09fail2 EntityValue excludes '&' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09fail2.xml)
2.3 [9] o-p09fail3 incomplete character reference (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09fail3.xml)
2.3 [9] o-p09fail4 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09fail4.xml)
2.3 [9] o-p09fail5 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p09fail5.xml)
2.4 [14] not-wf-sa-025 Text may not contain a literal ']]>' sequence. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/025.xml)
2.4 [14] not-wf-sa-026 Text may not contain a literal ']]>' sequence. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 10, file:/d:/xml/xmlconf/xmltest/not-wf/sa/026.xml)
2.4 [14] not-wf-sa-029 Text may not contain a literal ']]>' sequence. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 13, file:/d:/xml/xmlconf/xmltest/not-wf/sa/029.xml)
2.4 [14] o-p14fail1 '<' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected tag name. (line 1, position 7, file:/d:/xml/xmlconf/oasis/p14fail1.xml)
2.4 [14] o-p14fail2 '&' excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected EntityRef name (line 1, position 7, file:/d:/xml/xmlconf/oasis/p14fail2.xml)
2.4 [14] o-p14fail3 "]]>" excluded (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 10, file:/d:/xml/xmlconf/oasis/p14fail3.xml)
2.5 [15] not-wf-sa-027 Comments must be terminated with "-->". (thrown com.datachannel.xml.tokenizer.TokenizerException) Expected comment end '-->'
2.5 [15] o-p15fail1 comments can't end in '-' (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal string '--' in the Comment! (line 1, position 9, file:/d:/xml/xmlconf/oasis/p15fail1.xml)
2.5 [15] o-p15fail2 one comment per comment (contrasted with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal string '--' in the Comment! (line 1, position 9, file:/d:/xml/xmlconf/oasis/p15fail2.xml)
2.5 [15] o-p15fail3 can't include 2 or more adjacent '-'s (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal string '--' in the Comment! (line 1, position 9, file:/d:/xml/xmlconf/oasis/p15fail3.xml)
2.5 [15] sgml03 Comments may not contain "--" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml03.xml)
2.5 [16] not-wf-sa-006 XML comments may not contain "--" (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal string '--' in the Comment! (line 1, position 24, file:/d:/xml/xmlconf/xmltest/not-wf/sa/006.xml)
2.5 [16] not-wf-sa-070 XML comments may not contain "--" (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal string '--' in the Comment! (line 1, position 44, file:/d:/xml/xmlconf/xmltest/not-wf/sa/070.xml)
2.6 [16] not-wf-sa-003 Processing Instruction target name is required. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error in the PI. (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/003.xml)
2.6 [16] not-wf-sa-004 SGML-ism: processing instructions end in '?>' not '>'. (thrown com.datachannel.xml.tokenizer.TokenizerException) A PI was not ended correctly. Expected '?>'!
2.6 [16] not-wf-sa-005 Processing instructions end in '?>' not '?'. (thrown com.datachannel.xml.tokenizer.TokenizerException) A PI was not ended correctly. Expected '?>'!
2.6 [16] not-wf-sa-028 Processing instructions must end with '?>'. (thrown com.datachannel.xml.tokenizer.TokenizerException) A PI was not ended correctly. Expected '?>'!
2.6 [16] o-p16fail1 "xml" is an invalid PITarget FAIL [Document not WF; no error reported]
2.6 [16] o-p16fail2 a PITarget must be present (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@14fb9c7d
2.6 [16] pi No space between PI target name and data (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/pi.xml)
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). (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/ext-sa/003.xml)
2.6 [17] not-wf-not-sa-002 Processing instruction target names may not be "XML" in any combination of cases. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/002.xml)
2.6 [17] not-wf-sa-157 '<?xmL ...?>' is not a legal processing instruction target name. FAIL [Document not WF; no error reported]
2.7 not-wf-sa-105 Invalid placement of CDATA section. FAIL [Document not WF; no error reported]
2.7 [18] not-wf-sa-017 CDATA sections need a terminating ']]>'. (thrown com.datachannel.xml.tokenizer.TokenizerException) Expected CDATA section end ']]>'
2.7 [18] not-wf-sa-051 CDATA is invalid at top level of document. FAIL [Document not WF; no error reported]
2.7 [18] not-wf-sa-128 Invalid CDATA syntax. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/128.xml)
2.7 [18] o-p18fail1 no space before "CDATA" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 10, file:/d:/xml/xmlconf/oasis/p18fail1.xml)
2.7 [18] o-p18fail2 no space after "CDATA" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 15, file:/d:/xml/xmlconf/oasis/p18fail2.xml)
2.7 [18] o-p18fail3 CDSect's can't nest (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 4, position 4, file:/d:/xml/xmlconf/oasis/p18fail3.xml)
2.7 [19] not-wf-sa-018 CDATA sections begin with a literal '<![CDATA[', no space. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 15, file:/d:/xml/xmlconf/xmltest/not-wf/sa/018.xml)
2.7 [19] not-wf-sa-108 No space in '<![CDATA['. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 10, file:/d:/xml/xmlconf/xmltest/not-wf/sa/108.xml)
2.7 [19] not-wf-sa-112 CDATA sections start '<![CDATA[', not '<!cdata['. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 5, file:/d:/xml/xmlconf/xmltest/not-wf/sa/112.xml)
2.8 not-wf-sa-160 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/160.xml)
2.8 not-wf-sa-161 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/161.xml)
2.8 not-wf-sa-162 Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/162.xml)
2.8 valid-sa-094 This contains a parameter entity reference within a markup declaration in the internal DTD subset, violating the PEs in Internal Subset WFC. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/valid/sa/094.xml)
2.8 sgml02 XML declaration must be at the very beginning of a document; it"s not a processing instruction (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 3, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml02.xml)
2.8 2.6 [23, 17] not-wf-sa-154 '<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name. FAIL [Document not WF; no error reported]
2.8 2.6 [23, 17] not-wf-sa-155 '<?xmL ...?>' is neither an XML declaration nor a legal processing instruction target name. FAIL [Document not WF; no error reported]
2.8 2.6 [23, 17] not-wf-sa-156 '<?xMl ...?>' is neither an XML declaration nor a legal processing instruction target name. FAIL [Document not WF; no error reported]
2.8 [22] not-wf-sa-147 XML Declaration may not be preceded by whitespace. FAIL [Document not WF; no error reported]
2.8 [22] not-wf-sa-148 XML Declaration may not be preceded by comments or whitespace. FAIL [Document not WF; no error reported]
2.8 [22] not-wf-sa-152 XML declarations must include the "version=..." string. FAIL [Document not WF; no error reported]
2.8 [22] o-p22fail1 prolog must start with XML decl FAIL [Document not WF; no error reported]
2.8 [22] o-p22fail2 prolog must start with XML decl (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p22fail2.xml)
2.8 [23] not-wf-sa-095 VersionInfo must come before EncodingDecl. FAIL [Document not WF; no error reported]
2.8 [23] not-wf-sa-098 Only one "version=..." string may appear in an XML declaration. FAIL [Document not WF; no error reported]
2.8 [23] not-wf-sa-099 Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them. FAIL [Document not WF; no error reported]
2.8 [23] o-p23fail1 "xml" must be lower-case FAIL [Document not WF; no error reported]
2.8 [23] o-p23fail2 VersionInfo must be supplied FAIL [Document not WF; no error reported]
2.8 [23] o-p23fail3 VersionInfo must come first FAIL [Document not WF; no error reported]
2.8 [23] o-p23fail4 SDDecl must come last FAIL [Document not WF; no error reported]
2.8 [23] o-p23fail5 no SGML-type PIs (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@77479c7d
2.8 [24] not-wf-sa-094 Prolog VERSION must be lowercase. FAIL [Document not WF; no error reported]
2.8 [24] not-wf-sa-097 Both quotes surrounding VersionNum must be the same. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid xml version number! (line 1, position 33, file:/d:/xml/xmlconf/xmltest/not-wf/sa/097.xml)
2.8 [24] o-p24fail1 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of '
2.8 [24] o-p24fail2 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of "
2.8 [25] o-p25fail1 Comment is illegal in VersionInfo. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid xml version number! (line 2, position 3, file:/d:/xml/xmlconf/oasis/p25fail1.xml)
2.8 [26] not-wf-sa-102 Provides an illegal XML version number; spaces are illegal. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid xml version number! (line 1, position 23, file:/d:/xml/xmlconf/xmltest/not-wf/sa/102.xml)
2.8 [26] o-p26fail1 Illegal character in VersionNum. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid xml version number! (line 1, position 23, file:/d:/xml/xmlconf/oasis/p26fail1.xml)
2.8 [26] o-p26fail2 Illegal character in VersionNum. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid xml version number! (line 1, position 23, file:/d:/xml/xmlconf/oasis/p26fail2.xml)
2.8 [27] not-wf-sa-036 Text may not appear after the root element. (thrown com.datachannel.xml.tokenizer.TokenizerException) Error in text data, expected '<'
2.8 [27] not-wf-sa-037 Character references may not appear after the root element. FAIL [Document not WF; no error reported]
2.8 [27] not-wf-sa-040 Provides two document elements. FAIL [Document not WF; no error reported]
2.8 [27] not-wf-sa-041 Provides two document elements. FAIL [Document not WF; no error reported]
2.8 [27] not-wf-sa-043 Provides #PCDATA text after the document element. (fatal) Unrecognized token!
2.8 [27] not-wf-sa-044 Provides two document elements. FAIL [Document not WF; no error reported]
2.8 [27] not-wf-sa-048 Provides a CDATA section after the roor element. FAIL [Document not WF; no error reported]
2.8 [27] not-wf-sa-151 XML declarations may not follow document content. FAIL [Document not WF; no error reported]
2.8 [27] o-p27fail1 References aren't allowed in Misc, even if they would resolve to valid Misc. FAIL [Document not WF; no error reported]
2.8 [28] not-wf-sa-055 Invalid Document Type Definition format. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/055.xml)
2.8 [28] not-wf-sa-056 Invalid Document Type Definition format - misplaced comment. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/056.xml)
2.8 [28] not-wf-sa-107 Invalid document type declaration. CDATA alone is invalid. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/107.xml)
2.8 [28] not-wf-sa-149 XML Declaration may not be within a DTD. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/149.xml)
2.8 [28] o-p28fail1 only declarations in DTD. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p28fail1.xml)
2.8 [29] not-wf-sa-063 Conditional sections may only appear in the external DTD subset. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/063.xml)
2.8 [29] o-p29fail1 A processor must not pass unknown declaration types. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p29fail1.xml)
2.8 [30] o-p30fail1 An XML declaration is not the same as a TextDecl (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p30fail1.xml)
2.8 [31] o-p31fail1 external subset excludes doctypedecl (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p31fail1.xml)
2.9 [32] not-wf-sa-096 Space is required before the standalone declaration. FAIL [Document not WF; no error reported]
2.9 [32] not-wf-sa-100 Only "yes" and "no" are permitted as values of "standalone". FAIL [Document not WF; no error reported]
2.9 [32] o-p32fail1 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of '
2.9 [32] o-p32fail2 quote types must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal use of "
2.9 [32] o-p32fail3 initial S is required FAIL [Document not WF; no error reported]
2.9 [32] o-p32fail4 quotes are required (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected attribute value in " or '! (line 1, position 34, file:/d:/xml/xmlconf/oasis/p32fail4.xml)
2.9 [32] o-p32fail5 yes or no must be lower case FAIL [Document not WF; no error reported]
3 not-wf-sa-039 Tests the Element Type Match WFC - end tag name must match start tag name. FAIL [Document not WF; no error reported]
3 [39] not-wf-sa-176 Start tags must have matching end tags. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/176.xml)
3 [39] o-p39fail1 start-tag requires end-tag (thrown com.datachannel.xml.tokenizer.TokenizerException) Error in text data, expected '<'
3 [39] o-p39fail2 end-tag requires start-tag FAIL [Document not WF; no error reported]
3 [39] o-p39fail3 XML documents contain one or more elements (thrown com.datachannel.xml.util.XMLStreamException) The document is empty.
3 [39] o-p39fail4 (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@d8779c7c
3 [39] o-p39fail5 (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@d3b79c7c
3 [39] sgml01 SGML-ism: omitted end tag for EMPTY content (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml01.xml)
3.1 not-wf-sa-038 Tests the "Unique Att Spec" WF constraint by providing multiple values for an attribute. FAIL [Document not WF; no error reported]
3.1 not-wf-sa-081 This tests the No External Entity References WFC, since the entity is referred to within an attribute. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/081.xml)
3.1 not-wf-sa-082 This tests the No External Entity References WFC, since the entity is referred to within an attribute. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/082.xml)
3.1 [40] attlist10 Whitespace required between attributes (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist10.xml)
3.1 [40] not-wf-sa-046 This start (or empty element) tag was not terminated correctly. (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '/', found in Start-Tag! (line 2, position 5, file:/d:/xml/xmlconf/xmltest/not-wf/sa/046.xml)
3.1 [40] not-wf-sa-049 Missing start tag FAIL [Document not WF; no error reported]
3.1 [40] o-p40fail1 S is required between attributes FAIL [Document not WF; no error reported]
3.1 [40] o-p40fail2 tags start with names, not nmtokens (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@e6339c7c
3.1 [40] o-p40fail3 tags start with names, not nmtokens (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@e4b79c7c
3.1 [40] o-p40fail4 no space before name (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected tag name. (line 1, position 2, file:/d:/xml/xmlconf/oasis/p40fail4.xml)
3.1 [41] not-wf-sa-001 Attribute values must start with attribute names, not "?". (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@f9639c7c
3.1 [41] not-wf-sa-011 SGML-ism: attribute values must be explicitly assigned a value, it can't act as a boolean toggle. (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '>', found in the attribute name! (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/011.xml)
3.1 [41] not-wf-sa-015 Attribute values need a value, not just an equals sign. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected attribute value in " or '! (line 1, position 10, file:/d:/xml/xmlconf/xmltest/not-wf/sa/015.xml)
3.1 [41] not-wf-sa-016 Attribute values need an associated name. (fatal) Unrecognized token!
3.1 [41] not-wf-sa-178 Invalid syntax matching double quote is missing. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/178.xml)
3.1 [41] o-p41fail1 quotes are required (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p41fail1.xml)
3.1 [41] o-p41fail2 attribute name is required (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p41fail2.xml)
3.1 [41] o-p41fail3 Eq required FAIL [Document not WF; no error reported]
3.1 [42] element00 EOF in middle of incomplete ETAG (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error in </ro
3.1 [42] element01 EOF in middle of incomplete ETAG (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error in </root
3.1 [42] not-wf-sa-019 End tags may not be abbreviated as '</>'. (thrown com.datachannel.xml.tokenizer.TokenizerException) Sytax error: end tag like '</>' is not allowed! (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/019.xml)
3.1 [42] not-wf-sa-042 Invalid End Tag FAIL [Document not WF; no error reported]
3.1 [42] not-wf-sa-053 End tag does not match start tag. FAIL [Document not WF; no error reported]
3.1 [42] o-p42fail1 no space before name (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: found '>' in the text. (line 1, position 13, file:/d:/xml/xmlconf/oasis/p42fail1.xml)
3.1 [42] o-p42fail2 cannot end with "/>" FAIL [Document not WF; no error reported]
3.1 [42] o-p42fail3 no NET (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '/', found in Start-Tag! (line 1, position 7, file:/d:/xml/xmlconf/oasis/p42fail3.xml)
3.1 [43] element02 Illegal markup (<%@ ... %>) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/element02.xml)
3.1 [43] element03 Illegal markup (<% ... %>) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/element03.xml)
3.1 [43] element04 Illegal markup (<!ELEMENT ... >) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/element04.xml)
3.1 [43] not-wf-sa-035 The '<' character is a markup delimiter and must start an element, CDATA section, PI, or comment. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected tag name. (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/035.xml)
3.1 [43] not-wf-sa-111 Entiry reference must be in content of element not Start-tag. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/111.xml)
3.1 [43] not-wf-sa-150 XML declarations may not be within element content. FAIL [Document not WF; no error reported]
3.1 [43] o-p43fail1 no non-comment declarations (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p43fail1.xml)
3.1 [43] o-p43fail2 no conditional sections (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p43fail2.xml)
3.1 [43] o-p43fail3 no conditional sections (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p43fail3.xml)
3.1 [44] attlist11 Whitespace required between attributes (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist11.xml)
3.1 [44] not-wf-sa-045 Invalid Empty Element Tag (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '/', found in Start-Tag! (line 2, position 5, file:/d:/xml/xmlconf/xmltest/not-wf/sa/045.xml)
3.1 [44] not-wf-sa-047 Invalid empty element tag invalid whitespace (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '/', found in Start-Tag! (line 2, position 6, file:/d:/xml/xmlconf/xmltest/not-wf/sa/047.xml)
3.1 [44] not-wf-sa-186 Whitespace is required between attribute/value pairs. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/186.xml)
3.1 [44] o-p44fail1 Illegal space before Empty element tag. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected tag name. (line 1, position 2, file:/d:/xml/xmlconf/oasis/p44fail1.xml)
3.1 [44] o-p44fail2 Illegal space after Empty element tag. (thrown com.datachannel.xml.tokenizer.TokenizerException) Illegal character, '/', found in Start-Tag! (line 1, position 7, file:/d:/xml/xmlconf/oasis/p44fail2.xml)
3.1 [44] o-p44fail3 Illegal comment in Empty element tag. (thrown com.datachannel.xml.tokenizer.TokenizerException) A name was started with an invalid character: com.datachannel.xml.util.XMLInputScanner@36df9c7d
3.1 [44] o-p44fail4 Whitespace required between attributes. FAIL [Document not WF; no error reported]
3.1 [44] o-p44fail5 Duplicate attribute name is illegal. FAIL [Document not WF; no error reported]
3.2 [45] not-wf-sa-057 This isn't SGML; comments can't exist in declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/057.xml)
3.2 [45] not-wf-sa-129 Invalid syntax for Element Type Declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/129.xml)
3.2 [45] not-wf-sa-130 Invalid syntax for Element Type Declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/130.xml)
3.2 [45] not-wf-sa-131 Invalid syntax for Element Type Declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/131.xml)
3.2 [45] not-wf-sa-136 Tag omission is invalid in XML. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/136.xml)
3.2 [45] not-wf-sa-137 Space is required before a content model. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/137.xml)
3.2 [45] o-p45fail1 ELEMENT must be upper case. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p45fail1.xml)
3.2 [45] o-p45fail2 S before contentspec is required. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p45fail2.xml)
3.2 [45] o-p45fail3 only one content spec (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p45fail3.xml)
3.2 [45] o-p45fail4 no comments in declarations (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p45fail4.xml)
3.2 [45] sgml05 ELEMENT declarations apply to only one element, unlike SGML (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml05.xml)
3.2 [45] sgml07 SGML Tag minimization specifications are not allowed (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml07.xml)
3.2 [45] sgml08 SGML Tag minimization specifications are not allowed (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml08.xml)
3.2 [45] sgml09 SGML Content model exception specifications are not allowed (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml09.xml)
3.2 [45] sgml10 SGML Content model exception specifications are not allowed (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml10.xml)
3.2 [46] o-p46fail1 no parens on declared content (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail1.xml)
3.2 [46] o-p46fail2 no inclusions (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail2.xml)
3.2 [46] o-p46fail3 no exclusions (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail3.xml)
3.2 [46] o-p46fail4 no space before occurrence (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail4.xml)
3.2 [46] o-p46fail5 single group (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail5.xml)
3.2 [46] o-p46fail6 can't be both declared and modeled (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p46fail6.xml)
3.2 [46] sgml11 CDATA is not a valid content model spec (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml11.xml)
3.2 [46] sgml12 RCDATA is not a valid content model spec (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml12.xml)
3.2.1 not-wf-sa-133 Illegal whitespace before optional character causes syntax error. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/133.xml)
3.2.1 not-wf-sa-134 Illegal whitespace before optional character causes syntax error. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/134.xml)
3.2.1 [46] not-wf-sa-139 The element-content model should not be empty. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/139.xml)
3.2.1 [47] not-wf-sa-122 Invalid syntax mixed connectors are used. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/122.xml)
3.2.1 [47] not-wf-sa-135 Invalid character used as connector. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/135.xml)
3.2.1 [47] o-p47fail1 Invalid operator '|' must match previous operator ',' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p47fail1.xml)
3.2.1 [47] o-p47fail2 Illegal character '-' in Element-content model (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p47fail2.xml)
3.2.1 [47] o-p47fail3 Optional character must follow a name or list (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p47fail3.xml)
3.2.1 [47] o-p47fail4 Illegal space before optional character (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p47fail4.xml)
3.2.1 [47] sgml13 SGML Unordered content models not allowed (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml13.xml)
3.2.1 [48] content01 No whitespace before "?" in content model (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/content01.xml)
3.2.1 [48] content02 No whitespace before "*" in content model (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/content02.xml)
3.2.1 [48] content03 No whitespace before "+" in content model (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/content03.xml)
3.2.1 [48] not-wf-sa-123 Invalid syntax mismatched parenthesis. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/123.xml)
3.2.1 [48] not-wf-sa-138 Invalid syntax for content particle. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/138.xml)
3.2.1 [48] o-p48fail1 Illegal space before optional character (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p48fail1.xml)
3.2.1 [48] o-p48fail2 Illegal space before optional character (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p48fail2.xml)
3.2.1 [49] o-p49fail1 connectors must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p49fail1.xml)
3.2.1 [50] not-wf-sa-132 Invalid syntax mixed connectors used. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/132.xml)
3.2.1 [50] o-p50fail1 connectors must match (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p50fail1.xml)
3.2.1 [55] nwf-dtd00 Comma mandatory in content model (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd00.xml)
3.2.1 [55] nwf-dtd01 Can't mix comma and vertical bar in content models (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd01.xml)
3.2.2 [51] not-wf-sa-124 Invalid format of Mixed-content declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/124.xml)
3.2.2 [51] not-wf-sa-125 Invalid syntax extra set of parenthesis not necessary. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/125.xml)
3.2.2 [51] not-wf-sa-126 Invalid syntax Mixed-content must be defined as zero or more. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/126.xml)
3.2.2 [51] not-wf-sa-127 Invalid syntax Mixed-content must be defined as zero or more. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/127.xml)
3.2.2 [51] not-wf-sa-183 Mixed content declarations may not include content particles. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/183.xml)
3.2.2 [51] not-wf-sa-184 In mixed content models, element names must not be parenthesized. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/184.xml)
3.2.2 [51] o-p51fail1 occurrence on #PCDATA group must be * (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail1.xml)
3.2.2 [51] o-p51fail2 occurrence on #PCDATA group must be * (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail2.xml)
3.2.2 [51] o-p51fail3 #PCDATA must come first (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail3.xml)
3.2.2 [51] o-p51fail4 occurrence on #PCDATA group must be * (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail4.xml)
3.2.2 [51] o-p51fail5 only '|' connectors (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail5.xml)
3.2.2 [51] o-p51fail6 Only '|' connectors and occurrence on #PCDATA group must be * (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail6.xml)
3.2.2 [51] o-p51fail7 no nested groups (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p51fail7.xml)
3.3 [52] not-wf-sa-066 Required whitespace is missing. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/066.xml)
3.3 [52] not-wf-sa-158 SGML-ism: "#NOTATION gif" can't have attributes. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/158.xml)
3.3 [52] o-p52fail1 A name is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p52fail1.xml)
3.3 [52] o-p52fail2 A name is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p52fail2.xml)
3.3 [52] sgml04 ATTLIST declarations apply to only one element, unlike SGML (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml04.xml)
3.3 [52] sgml06 ATTLIST declarations are never global, unlike in SGML (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/sgml06.xml)
3.3 [53] not-wf-sa-064 Space is required between attribute type and default values in <!ATTLIST...> declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/064.xml)
3.3 [53] not-wf-sa-065 Space is required between attribute name and type in <!ATTLIST...> declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/065.xml)
3.3 [53] not-wf-sa-067 Space is required between attribute type and default values in <!ATTLIST...> declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/067.xml)
3.3 [53] o-p53fail1 S is required before default (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53fail1.xml)
3.3 [53] o-p53fail2 S is required before type (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53fail2.xml)
3.3 [53] o-p53fail3 type is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53fail3.xml)
3.3 [53] o-p53fail4 default is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53fail4.xml)
3.3 [53] o-p53fail5 name is requried (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p53fail5.xml)
3.3.1 [54] not-wf-sa-058 Invalid character , in ATTLIST enumeration (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/058.xml)
3.3.1 [54] o-p54fail1 don't pass unknown attribute types (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p54fail1.xml)
3.3.1 [55] o-p55fail1 must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p55fail1.xml)
3.3.1 [56] attlist01 SGML's NUTOKEN is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist01.xml)
3.3.1 [56] attlist02 SGML's NUTOKENS attribute type is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist02.xml)
3.3.1 [56] attlist04 SGML's NUMBER attribute type is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist04.xml)
3.3.1 [56] attlist05 SGML's NUMBERS attribute type is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist05.xml)
3.3.1 [56] attlist06 SGML's NAME attribute type is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist06.xml)
3.3.1 [56] attlist07 SGML's NAMES attribute type is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist07.xml)
3.3.1 [56] attlist08 SGML's #CURRENT is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist08.xml)
3.3.1 [56] attlist09 SGML's #CONREF is not allowed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist09.xml)
3.3.1 [56] not-wf-sa-060 Invalid type NAME defined in ATTLIST. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/060.xml)
3.3.1 [56] o-p56fail1 no IDS type (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56fail1.xml)
3.3.1 [56] o-p56fail2 no NUMBER type (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56fail2.xml)
3.3.1 [56] o-p56fail3 no NAME type (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56fail3.xml)
3.3.1 [56] o-p56fail4 no ENTITYS type - types must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56fail4.xml)
3.3.1 [56] o-p56fail5 types must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p56fail5.xml)
3.3.1 [57] o-p57fail1 no keyword for NMTOKEN enumeration (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p57fail1.xml)
3.3.1 [58] not-wf-sa-068 Space is required between NOTATION keyword and list of enumerated choices in <!ATTLIST...> declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/068.xml)
3.3.1 [58] o-p58fail1 at least one value required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail1.xml)
3.3.1 [58] o-p58fail2 separator must be '|' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail2.xml)
3.3.1 [58] o-p58fail3 notations 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail3.xml)
3.3.1 [58] o-p58fail4 NOTATION must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail4.xml)
3.3.1 [58] o-p58fail5 S after keyword is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail5.xml)
3.3.1 [58] o-p58fail6 parentheses are require (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail6.xml)
3.3.1 [58] o-p58fail7 values are unquoted (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail7.xml)
3.3.1 [58] o-p58fail8 values are unquoted (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p58fail8.xml)
3.3.1 [59] attlist03 Comma doesn't separate enumerations, unlike in SGML. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/attlist03.xml)
3.3.1 [59] not-wf-sa-059 String literal must be in quotes. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/059.xml)
3.3.1 [59] o-p59fail1 at least one required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p59fail1.xml)
3.3.1 [59] o-p59fail2 separator must be "," (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p59fail2.xml)
3.3.1 [59] o-p59fail3 values are unquoted (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p59fail3.xml)
3.3.2 [60] o-p60fail1 keywords must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60fail1.xml)
3.3.2 [60] o-p60fail2 S is required after #FIXED (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60fail2.xml)
3.3.2 [60] o-p60fail3 only #FIXED has both keyword and value (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60fail3.xml)
3.3.2 [60] o-p60fail4 #FIXED required value (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60fail4.xml)
3.3.2 [60] o-p60fail5 only one default type (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p60fail5.xml)
3.4 [61] cond01 Only INCLUDE and IGNORE are conditional section keywords (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/cond01.xml)
3.4 [61] cond02 Must have keyword in conditional sections (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/cond02.xml)
3.4 [61] o-p61fail1 no other types, including TEMP, which is valid in SGML (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p61fail1.xml)
3.4 [62] not-wf-not-sa-001 Conditional sections must be properly terminated ("]>" used instead of "]]>"). (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/001.xml)
3.4 [62] not-wf-not-sa-003 Conditional sections must be properly terminated ("]]>" omitted). (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/003.xml)
3.4 [62] not-wf-not-sa-004 Conditional sections must be properly terminated ("]]>" omitted). (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/004.xml)
3.4 [62] not-wf-not-sa-006 Conditional sections need a '[' after the INCLUDE or IGNORE. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/006.xml)
3.4 [62] o-p62fail1 INCLUDE must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p62fail1.xml)
3.4 [62] o-p62fail2 no spaces in terminating delimiter (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p62fail2.xml)
3.4 [63] o-p63fail1 IGNORE must be upper case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p63fail1.xml)
3.4 [63] o-p63fail2 delimiters must be balanced (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p63fail2.xml)
3.4 [64] o-p64fail1 section delimiters must balance (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p64fail1.xml)
3.4 [64] o-p64fail2 section delimiters must balance (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p64fail2.xml)
4.1 not-wf-ext-sa-001 Tests the No Recursion WFC by having an external general entity be self-recursive. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/ext-sa/001.xml)
4.1 not-wf-sa-084 Tests 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.) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/084.xml)
4.1 not-wf-sa-180 The Entity Declared WFC requires entities to be declared before they are used in an attribute list declaration. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/180.xml)
4.1 not-wf-sa-185 Tests 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/185.xml)
4.1 [66] not-wf-sa-009 Character references may have only decimal or numeric strings. (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid character reference.
4.1 [66] not-wf-sa-022 Character references end with semicolons, always! FAIL [Document not WF; no error reported]
4.1 [66] not-wf-sa-052 Invalid character reference. FAIL [Document not WF; no error reported]
4.1 [66] not-wf-sa-093 Hexadecimal character references may not use the uppercase 'X'. FAIL [Document not WF; no error reported]
4.1 [66] not-wf-sa-179 Invalid syntax matching double quote is missing. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/179.xml)
4.1 [66] o-p66fail1 terminating ';' is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected EntityRef name
4.1 [66] o-p66fail2 no S after '&#' (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected semi ';'! (line 1, position 8, file:/d:/xml/xmlconf/oasis/p66fail2.xml)
4.1 [66] o-p66fail3 no hex digits in numeric reference (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid character reference.
4.1 [66] o-p66fail4 only hex digits in hex references (thrown com.datachannel.xml.tokenizer.TokenizerException) Invalid character reference.
4.1 [66] o-p66fail5 no references to non-characters FAIL [Document not WF; no error reported]
4.1 [66] o-p66fail6 no references to non-characters FAIL [Document not WF; no error reported]
4.1 [68] not-wf-sa-007 General entity references have no whitespace after the entity name and before the semicolon. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected semi ';'! (line 1, position 10, file:/d:/xml/xmlconf/xmltest/not-wf/sa/007.xml)
4.1 [68] not-wf-sa-010 Ampersand may only appear as part of a general entity reference. (thrown com.datachannel.xml.tokenizer.TokenizerException) Syntax error: expected EntityRef name (line 1, position 9, file:/d:/xml/xmlconf/xmltest/not-wf/sa/010.xml)
4.1 [68] not-wf-sa-071 ENTITY can't reference itself directly or indirectly. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/071.xml)
4.1 [68] not-wf-sa-072 Undefined ENTITY foo. (thrown java.lang.NullPointerException)
4.1 [68] not-wf-sa-073 Undefined ENTITY f. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/073.xml)
4.1 [68] not-wf-sa-075 ENTITY can't reference itself directly or indirectly. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/075.xml)
4.1 [68] not-wf-sa-076 Undefined ENTITY foo. FAIL [Document not WF; no error reported]
4.1 [68] not-wf-sa-078 Undefined ENTITY foo. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/078.xml)
4.1 [68] not-wf-sa-079 ENTITY can't reference itself directly or indirectly. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/079.xml)
4.1 [68] not-wf-sa-080 ENTITY can't reference itself directly or indirectly. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/080.xml)
4.1 [68] not-wf-sa-110 Entity reference must be in content of element. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/110.xml)
4.1 [68] not-wf-sa-118 Entity reference expansion is not recursive. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/118.xml)
4.1 [68] not-wf-sa-121 A name of an ENTITY was started with an invalid character. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/121.xml)
4.1 [68] o-p68fail1 terminating ';' is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p68fail1.xml)
4.1 [68] o-p68fail2 no S after '&' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p68fail2.xml)
4.1 [68] o-p68fail3 no S before ';' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p68fail3.xml)
4.1 [69] dtd02 PE name immediately after "%" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd02.xml)
4.1 [69] dtd03 PE name immediately followed by ";" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd03.xml)
4.1 [69] not-wf-not-sa-008 In DTDs, the '%' character must be part of a parameter entity reference. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/008.xml)
4.1 [69] not-wf-sa-163 Invalid placement of Parameter entity reference. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/163.xml)
4.1 [69] not-wf-sa-164 Invalid placement of Parameter entity reference. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/164.xml)
4.1 [69] o-p69fail1 terminating ';' is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p69fail1.xml)
4.1 [69] o-p69fail2 no S after '%' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p69fail2.xml)
4.1 [69] o-p69fail3 no S before ';' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p69fail3.xml)
4.2 not-wf-sa-106 Invalid placement of entity declaration. FAIL [Document not WF; no error reported]
4.2 [70] not-wf-sa-109 Tags invalid within EntityDecl. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/109.xml)
4.2 [70] o-p70fail1 This is neither (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p70fail1.xml)
4.2 [71] not-wf-sa-062 Entity declarations need space after the entity name. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/062.xml)
4.2 [71] o-p71fail1 S is required before EntityDef (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p71fail1.xml)
4.2 [71] o-p71fail2 Entity name is a Name, not an NMToken (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p71fail2.xml)
4.2 [71] o-p71fail3 no S after "<!" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p71fail3.xml)
4.2 [71] o-p71fail4 S is required after "<!ENTITY" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p71fail4.xml)
4.2 [72] not-wf-sa-165 Parameter entity declarations must have a space before the '%'. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/165.xml)
4.2 [72] o-p72fail1 S is required after "<!ENTITY" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p72fail1.xml)
4.2 [72] o-p72fail2 S is required after '%' (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p72fail2.xml)
4.2 [72] o-p72fail3 S is required after name (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p72fail3.xml)
4.2 [72] o-p72fail4 Entity name is a name, not an NMToken (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p72fail4.xml)
4.2 [73] o-p73fail1 No typed replacement text (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73fail1.xml)
4.2 [73] o-p73fail2 Only one replacement value (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73fail2.xml)
4.2 [73] o-p73fail3 No NDataDecl on replacement text (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73fail3.xml)
4.2 [73] o-p73fail4 Value is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73fail4.xml)
4.2 [73] o-p73fail5 No NDataDecl without value (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p73fail5.xml)
4.2 [74] not-wf-sa-089 Parameter entities "are" always parsed; NDATA annotations are not permitted. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/089.xml)
4.2 [74] not-wf-sa-091 Parameter entities "are" always parsed; NDATA annotations are not permitted. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/091.xml)
4.2 [74] o-p74fail1 no NDataDecls on parameter entities (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p74fail1.xml)
4.2 [74] o-p74fail2 value is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p74fail2.xml)
4.2 [74] o-p74fail3 only one value (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p74fail3.xml)
4.2.2 [75] dtd04 PUBLIC literal must be quoted (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd04.xml)
4.2.2 [75] dtd05 SYSTEM identifier must be quoted (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd05.xml)
4.2.2 [75] not-wf-sa-054 PUBLIC requires two literals. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/054.xml)
4.2.2 [75] not-wf-sa-061 External entity declarations require whitespace between public and system IDs. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/061.xml)
4.2.2 [75] o-p75fail1 S required after "PUBLIC" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail1.xml)
4.2.2 [75] o-p75fail2 S required after "SYSTEM" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail2.xml)
4.2.2 [75] o-p75fail3 S required between literals (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail3.xml)
4.2.2 [75] o-p75fail4 "SYSTEM" implies only one literal (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail4.xml)
4.2.2 [75] o-p75fail5 only one keyword (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail5.xml)
4.2.2 [75] o-p75fail6 "PUBLIC" requires two literals (contrast with SGML) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p75fail6.xml)
4.2.2 [76] not-wf-sa-069 Space is required before an NDATA entity annotation. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/069.xml)
4.2.2 [76] not-wf-sa-083 Undefined NOTATION n. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/083.xml)
4.2.2 [76] o-p76fail1 S is required before "NDATA" (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p76fail1.xml)
4.2.2 [76] o-p76fail2 "NDATA" is upper-case (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p76fail2.xml)
4.2.2 [76] o-p76fail3 notation name is required (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p76fail3.xml)
4.2.2 [76] o-p76fail4 notation names are Names (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/oasis/p76fail4.xml)
4.3.1 4.3.2 [77, 78] not-wf-ext-sa-002 External entities have "text declarations", which do not permit the "standalone=..." attribute that's allowed in XML declarations. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/ext-sa/002.xml)
4.3.1 [77] decl01 External entities may not have standalone decls. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/decl01.xml)
4.3.1 [77] dtd07 Text declarations (which optionally begin any external entity) are required to have "encoding=...". (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/dtd07.xml)
4.3.1 [77] encoding07 Text declarations (which optionally begin any external entity) are required to have "encoding=...". (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/encoding07.xml)
4.3.2 not-wf-sa-074 Internal general parsed entities are only well formed if they match the "content" production. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/074.xml)
4.3.2 not-wf-sa-103 End-tag required for element foo. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/103.xml)
4.3.2 not-wf-sa-104 Internal general parsed entities are only well formed if they match the "content" production. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/104.xml)
4.3.2 not-wf-sa-116 Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/116.xml)
4.3.2 not-wf-sa-117 Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/117.xml)
4.3.2 not-wf-sa-119 Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/119.xml)
4.3.2 not-wf-sa-153 Text declarations may not begin internal parsed entities; they may only appear at the beginning of external parsed (parameter or general) entities. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/153.xml)
4.3.2 not-wf-sa-181 Internal parsed entities must match the content production to be well formed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/181.xml)
4.3.2 not-wf-sa-182 Internal parsed entities must match the content production to be well formed. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/182.xml)
4.3.2 [79] not-wf-not-sa-007 A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/not-sa/007.xml)
4.3.3 [81] encoding01 Illegal character " " in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] encoding02 Illegal character "/" in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] encoding03 Illegal character reference in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] encoding04 Illegal character ":" in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] encoding05 Illegal character "@" in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] encoding06 Illegal character "+" in encoding name FAIL [Document not WF; no error reported]
4.3.3 [81] not-wf-sa-101 Space is not permitted in an encoding name. FAIL [Document not WF; no error reported]
4.5 not-wf-sa-092 The replacement text of this entity has an illegal reference, because the character reference is expanded immediately. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/092.xml)
4.5 not-wf-sa-115 The 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/115.xml)
4.5 not-wf-sa-120 Character 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;. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/120.xml)
41. [68] not-wf-sa-077 Undefined ENTITY bar. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/xmltest/not-wf/sa/077.xml)

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
2.11 [33] lang01 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang01.xml)
2.11 [33] lang02 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang02.xml)
2.11 [33] lang03 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang03.xml)
2.11 [33] lang04 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang04.xml)
2.11 [33] lang05 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang05.xml)
2.11 [33] lang06 Illegal language identification (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/lang06.xml)
2.3, 4.2.2 [11] o-p11pass1 system literals may not contain URI fragments (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/oasis/p11pass1.xml)
2.8 pe01 Parameter entities must consist of a series of complete markup declarations of the types allowed by the nonterminal markupdecl, interespersed with whitespace or PERefs. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/invalid/pe01.xml)
4.2.2 [75] uri01 SYSTEM ids may not have URI fragments (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 1, position 4, file:/d:/xml/xmlconf/sun/not-wf/uri01.xml)
4.3.3 [4,84] pr-xml-euc-jp Test 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.) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/pr-xml-euc-jp.xml)
4.3.3 [4,84] pr-xml-iso-2022-jp Test 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.) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/pr-xml-iso-2022-jp.xml)
4.3.3 [4,84] pr-xml-shift_jis Test 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.) (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/pr-xml-shift_jis.xml)
4.3.3 [4,84] weekly-euc-jp Test 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/weekly-euc-jp.xml)
4.3.3 [4,84] weekly-iso-2022-jp Test 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/weekly-iso-2022-jp.xml)
4.3.3 [4,84] weekly-shift_jis Test 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. (thrown com.datachannel.xml.tokenizer.TokenizerException) Unrecognized token following a '<!' sequence! (line 2, position 4, file:/d:/xml/xmlconf/japanese/weekly-shift_jis.xml)