Buildfile: build.xml jaxp-report: [echo] Executing the test driver for Jaxp report [echo] c:/oracle/lib/xmlparserv2.jar;c:/jaxp/jaxp-1.1/crimson.jar;c:/jaxp1.0.1/jaxp1.0.1/parser.jar;c:/tomcat/jakarta-tomcat-3.2.3/lib/servlet.jar;c:/cygwin/home/Administrator/xml-test-suite/build/lib/xmlconf.jar; c:/xerces/xerces-2_0_0_beta2/xerces.jar [java] [java] [java] [java] org.apache.crimson.parser.XMLReaderImpl XML Non-Validating Processor [java] [java] [java] [java]

XML Processor Conformance Report:
[java] org.apache.crimson.parser.XMLReaderImpl

[java] [java]

This document is the output of an [java] XML test harness. [java] It reports on the conformance of the following [java] XML 1.0 processor configuration:

[java] [java]
[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
XML ProcessorJaxp
Parser Classorg.apache.crimson.parser.XMLReaderImpl
Processing ModeNon-Validating
General Entitiesincluded
Parameter Entitiesincluded
[java] [java]

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

[java] [java]
[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Test Run DateTue Jan 29 14:37:59 EST 2002
Harness and Versionxml.testing.Driver
($Date: 2002/09/30 15:09:10 $)
Runtime EnvironmentJava HotSpot(TM) Client VM 1.3.1-b24 Sun Microsystems Inc.
Host OS InfoWindows 2000/x86 5.0
Suite of TestcasesOASIS draft v1.0 Second Edition; with patches and errata updates from http://xmlconf.sourceforge.net/
[java] [java]

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

[java] [java]
[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
StatusDOES NOT CONFORM
Total Passed Tests (provisional)2126
Passed Negative Tests (provisional)1218
Failed Tests (provisional)26
Tests Skipped0
[java] [java]

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

[java] [java]

NOTE: The OASIS/NIST test suite is currently in draft state, [java] and can't actually be used without modifications to the configuration file, [java] which is used both to generate the test documentation published at the [java] OASIS/NIST site and to operate this test harness. In some cases, test [java] cases may need to be reclassified; this would affect results attributed [java] to parsers. Accordingly, treat these results as preliminary.

[java] [java]

[java] Explanation of Tables [java]

[java] [java]

Sections presenting test results are composed largely of tables, with [java] explanations focussing on exactly what those tables indicate. Diagnostics [java] for failed tests are presented in italics, with a cherry colored background, [java] to highlight the result. Diagnostics for succesful tests should as a rule [java] only exist for negative tests. Initial parenthesized comments typically [java] come from the test harness.

[java] [java]

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

[java] [java]
[java]
(fatal)
[java]
The diagnostic was reported as a fatal error. Such errors are [java] primarily well-formedness errors, such as the violation of XML 1.0 [java] syntax rules or of well formedness constraints. [java] In some underfeatured parser APIs, this may be the [java] only kind of error that gets reported. [java]
[java]
(error)
[java]
The diagnostic was reported as a recoverable error. Such [java] errors primarily used to report validation errors, which are all [java] violations of validity constraints, but some other errors are also [java] classed as nonfatal.
[java]
(warning)
[java]
The diagnostic was reported as a warning; warnings are purely [java] informative and may be emitted in a number of cases identified by [java] the XML 1.0 specification (as well as in other cases).
[java]
[java] [java]

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

[java] [java]
[java]
(thrown classname) ... abnormal
[java]
The named exception was directly thrown. If the exception [java] is a SAXException (or a subclass thereof) this suggests an error in [java] the parser (violating the SAX API specification) since it should [java] normally have used the SAX ErrorHandler instead.
[java]
(odd classname) ... abnormal
[java]
After the identified exception was reported through the [java] ErrorHandler, an exception of the named class was thrown directly. [java] This suggests an error in the parser, since the parser [java] either failed to continue after an error (or warning) which is [java] required to be continuable, or else it did not pass the exception [java] thrown by the application back to the application.
[java]
(EXCEPTION - DIRECTED FAILURE) ... abnormal
[java]
This test case was explicitly failed by the test operator; [java] the test was not run. This may be done in the case of parsers with [java] severe bugs which completely prevented handling the test case, [java] typically because the parser seems to "hang" by entering an [java] infinite loop.
[java]
[java] [java]

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

[java] [java] [java]

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

[java] [java] [java]

[java] Positive Tests [java]

[java] [java]

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

[java] [java]

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

[java] [java]

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

[java] [java] [java] [java]

Valid Documents

[java] [java]

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

[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Section and [Rules]Test IDDescriptionDiagnostic
2.8valid-sa-094 [java] Attribute defaults with a DTD have special parsing rules, different [java] from other strings. That means that characters found there may look [java] like an undefined parameter entity reference "within a markup [java] declaration", but they aren't ... so they can't be violating [java] the PEs in Internal Subset WFC. [java] FAIL (fatal) Parameter entity references must not appear within markup declarations in the internal DTD subset. [line 4]
2.9not-sa02 [java] A non-standalone document is valid if declared as such.(warning) Using original entity definition for "&internal;". [line 29]
2.9not-sa04 [java] A non-standalone document is valid if declared as such. (warning) Using original entity definition for "&internal;". [line 29]
2.9 [32]sa03 [java] A document may be marked 'standalone' if any [java] the defined entities need expanding are internal, [java] and no attributes need defaulting or normalization. [java] On output, requires notations to be correctly reported. [java] (warning) Using original entity definition for "&internal;". [line 29]
2.9 [32]sa04 [java] Like sa03 but relies on attribute [java] defaulting defined in the internal subset. [java] On output, requires notations to be correctly reported. [java] (warning) Using original entity definition for "&internal;". [line 29]
4.2valid-sa-086 [java] Tests whether entities may be declared more than once, [java] with the first declaration being the binding one. (warning) Using original entity definition for "&e;". [line 4]
4.3.3bomtest-entx [java] Tests conformance with XML 2nd Ed erratum E22. [java] XML entities may now begin with a UTF-8 BOM. [java] (This uses an entity with both a BOM and an encoding decl.) [java] FAIL (fatal) XML declaration may only begin entities. [line 1]
4.3.3 [4,84]pr-xml-little [java] Test support for little-endian UTF-16 text [java] which relies on Japanese characters. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]pr-xml-utf-16 [java] Test support UTF-16 text which relies on Japanese characters. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]pr-xml-utf-8 [java] Test support for UTF-8 text which relies on Japanese characters. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]weekly-little [java] Test support for little-endian UTF-16 encoding, and [java] XML names which contain Japanese characters. [java] (warning) Using original entity definition for "<". [line 54]
4.3.3 [4,84]weekly-utf-16 [java] Test support for UTF-16 encoding, and [java] XML names which contain Japanese characters. [java] (warning) Using original entity definition for "<". [line 54]
4.3.3 [4,84]weekly-utf-8 [java] Test support for UTF-8 encoding and [java] XML names which contain Japanese characters. [java] (warning) Using original entity definition for "<". [line 54]
[java] [java]

Output Tests

[java] [java]

The XML specification places requirements on the data which is reported [java] by XML processors to applications. [java] [java] This data flows through the processor API ... or it is not available, [java] so the processor is in those respects nonconformant. [java] For example, SAX1 did not report external entities which were not [java] included; but SAX2 does. [java] These output tests verify conformance with the specification by [java] recording that data and comparing it with what is required for conformance [java] with the XML 1.0 specification.

[java] [java]

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

[java] [java]

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

[java] [java]

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

[java] [java]

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

[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Test IDDiagnostic
ibm-valid-P28-ibm28v02.xmlOutput byte 76 has the wrong value; actual 0x66 should instead be 0x69
ibm-valid-P29-ibm29v01.xmlOutput byte 76 has the wrong value; actual 0x66 should instead be 0x69
ibm-valid-P29-ibm29v02.xmlOutput byte 76 has the wrong value; actual 0x66 should instead be 0x69
valid-sa-094(Input failed, no output available)
ibm-valid-P57-ibm57v01.xmlOutput byte 38 has the wrong value; actual 0x66 should instead be 0x61
ibm-valid-P58-ibm58v01.xmlOutput byte 41 has the wrong value; actual 0x66 should instead be 0x62
ibm-valid-P58-ibm58v02.xmlOutput byte 43 has the wrong value; actual 0x66 should instead be 0x6d
ibm-valid-P70-ibm70v01.xmlOutput byte 46 has the wrong value; actual 0x66 should instead be 0x4a
bomtest-entOutput byte 5 has the wrong value; actual 0xef should instead be 0x74
bomtest-ent2Output byte 8 has the wrong value; actual 0xef should instead be 0x3c
bomtest-entx(Input failed, no output available)
[java] [java] [java]

Invalid Documents

[java] [java]

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

[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Section and [Rules]Test IDDescriptionDiagnostic
2.9inv-not-sa02 [java] Tests the Standalone Document Declaration VC, ensuring that [java] attributes needing normalization cause a validity error.(warning) Using original entity definition for "&internal;". [line 29]
4.1ibm-invalid-P68-ibm68i01.xml [java] Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with [java] the name "ge2" is referred in the file ibm68i01.dtd", but not declared. [java] FAIL (fatal) Reference to undefined entity "&ge2;". [line 3]
4.1ibm-invalid-P68-ibm68i02.xml [java] Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with [java] the name "ge1" is referred before declared in the file ibm68i01.dtd". [java] FAIL (fatal) Reference to undefined entity "&ge1;". [line 2]
4.1ibm-invalid-P68-ibm68i03.xml [java] Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with [java] the name "ge2" is referred in the file ibm68i03.ent", but not declared. [java] FAIL (fatal) Reference to undefined entity "&ge2;". [line 3]
4.1ibm-invalid-P68-ibm68i04.xml [java] Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with [java] the name "ge1" is referred before declared in the file ibm68i04.ent". [java] FAIL (fatal) Reference to undefined entity "&ge1;". [line 2]
4.1ibm-invalid-P69-ibm69i01.xml [java] Tests invalid PEReference which is against P69 VC: Entity Declared. The Name [java] "pe2" in the PEReference in the file ibm69i01.dtd does not match the Name of [java] any declared PE. [java] (warning) Reference to undefined parameter entity "%pe2;". [line 5]
4.1ibm-invalid-P69-ibm69i02.xml [java] Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with [java] the name "pe1" is referred before declared in the file ibm69i02.dtd [java] (warning) Reference to undefined parameter entity "%pe1;". [line 4]
4.1ibm-invalid-P69-ibm69i03.xml [java] Tests invalid PEReference which is against P69 VC: Entity Declared. The Name [java] "pe3" in the PEReference in the file ibm69i03.ent does not match the Name of [java] any declared PE. [java] (warning) Reference to undefined parameter entity "%pe3;". [line 5]
4.1ibm-invalid-P69-ibm69i04.xml [java] Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with [java] the name "pe2" is referred before declared in the file ibm69i04.ent. [java] (warning) Reference to undefined parameter entity "%pe2;". [line 4]
4.1ibm-not-wf-P69-ibm69n05.xml [java] Based on E29 substantial source: minutes XML-Syntax 1999-02-24 E38 in [java] XML 1.0 Errata, this WFC does not apply to P69, but the VC Entity declared [java] still apply. [java] Tests PEReference which is against P69 WFC: Entity Declared. The PE [java] with the name "paaa" is referred before declared in the DTD. [java] (warning) Reference to undefined parameter entity "%paaa;". [line 6]
4.1inv-dtd06 [java] Tests "Entity Declared" VC for a parameter entity. NOTE: there [java] are both VCs and WFCs with this name, which is a specification issue [java] in that it is both confusing and in some ways self-contradictory. [java] The WFC does not apply to PEs, and even the clause which might [java] seem to suggest it could is ruled out in this test.(warning) Reference to undefined parameter entity "%undefined;". [line 3]
4.1not-wf-not-sa-005 [java] Tests the Entity Declared VC by referring to an [java] undefined parameter entity within an external entity.(warning) Reference to undefined parameter entity "%e;". [line 2]
4.3.3bomtest-doc [java] Tests conformance with XML 2nd Ed erratum E22. [java] XML documents may now begin with a UTF-8 BOM. [java] (This document includes a BOM.) [java] FAIL (fatal) Document root element is missing. [line 1]
4.3.3bomtest-docx [java] Tests conformance with XML 2nd Ed erratum E22. [java] XML documents may now begin with a UTF-8 BOM. [java] (This document includes both a BOM and an encoding decl.) [java] FAIL (fatal) Document root element is missing. [line 1]
[java] [java] [java]

[java] Negative Tests [java]

[java] [java]

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

[java] [java]

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

[java] [java]

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

[java] [java]

For this processor, 1218 diagnostics must be [java] examined to get an accurate evaluation of its negative test status.

[java] [java] [java] [java]

Documents which are not Well-Formed

[java] [java]

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

[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Section and [Rules]Test IDDescriptionDiagnostic
2.1ibm-not-wf-P01-ibm01n01.xml [java] Tests a document with no element. A well-formed document should have at lease [java] one elements. [java] (fatal) Document root element is missing. [line 5]
2.1ibm-not-wf-P01-ibm01n02.xml [java] Tests a document with wrong ordering of its prolog and element. The [java] element occurs before the xml declaration and the DTD. [java] (fatal) XML declaration may only begin entities. [line 2]
2.1ibm-not-wf-P01-ibm01n03.xml [java] Tests a document with wrong combination of misc and element. One PI occurs [java] between two elements. [java] (fatal) Illegal character at end of document, <. [line 8]
2.1 [1]not-wf-sa-050 [java] Empty document, with no root element. (fatal) Document root element is missing. [line 1]
2.1 [1]o-p01fail1 [java] S cannot occur before the prolog [java] (fatal) XML declaration may only begin entities. [line 2]
2.1 [1]o-p01fail2 [java] comments cannot occur before the prolog [java] (fatal) XML declaration may only begin entities. [line 1]
2.1 [1]o-p01fail3 [java] only one document element [java] (fatal) Illegal character at end of document, <. [line 1]
2.1 [1]o-p01fail4 [java] document element must be complete. [java] (fatal) End of entity not allowed; an end tag is missing. [line 1]
2.2ibm-not-wf-P02-ibm02n01.xml [java] Tests a comment which contains an illegal Char: #x00 [java] (fatal) Illegal XML character: �. [line 5]
2.2ibm-not-wf-P02-ibm02n02.xml [java] Tests a comment which contains an illegal Char: #x01 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n03.xml [java] Tests a comment which contains an illegal Char: #x02 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n04.xml [java] Tests a comment which contains an illegal Char: #x03 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n05.xml [java] Tests a comment which contains an illegal Char: #x04 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n06.xml [java] Tests a comment which contains an illegal Char: #x05 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n07.xml [java] Tests a comment which contains an illegal Char: #x06 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n08.xml [java] Tests a comment which contains an illegal Char: #x07 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n09.xml [java] Tests a comment which contains an illegal Char: #x08 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n10.xml [java] Tests a comment which contains an illegal Char: #x0B [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n11.xml [java] Tests a comment which contains an illegal Char: #x0C [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n12.xml [java] Tests a comment which contains an illegal Char: #x0E [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n13.xml [java] Tests a comment which contains an illegal Char: #x0F [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n14.xml [java] Tests a comment which contains an illegal Char: #x10 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n15.xml [java] Tests a comment which contains an illegal Char: #x11 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n16.xml [java] Tests a comment which contains an illegal Char: #x12 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n17.xml [java] Tests a comment which contains an illegal Char: #x13 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n18.xml [java] Tests a comment which contains an illegal Char: #x14 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n19.xml [java] Tests a comment which contains an illegal Char: #x15 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n20.xml [java] Tests a comment which contains an illegal Char: #x16 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n21.xml [java] Tests a comment which contains an illegal Char: #x17 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n22.xml [java] Tests a comment which contains an illegal Char: #x18 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n23.xml [java] Tests a comment which contains an illegal Char: #x19 [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n24.xml [java] Tests a comment which contains an illegal Char: #x1A (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n25.xml [java] Tests a comment which contains an illegal Char: #x1B [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n26.xml [java] Tests a comment which contains an illegal Char: #x1C [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n27.xml [java] Tests a comment which contains an illegal Char: #x1D [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n28.xml [java] Tests a comment which contains an illegal Char: #x1E [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n29.xml [java] Tests a comment which contains an illegal Char: #x1F [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n30.xml [java] Tests a comment which contains an illegal Char: #xD800 [java] (fatal) Malformed second part of surrogate pair:  . [line 5]
2.2ibm-not-wf-P02-ibm02n31.xml [java] Tests a comment which contains an illegal Char: #xDFFF [java] (fatal) Illegal XML character: �. [line 5]
2.2ibm-not-wf-P02-ibm02n32.xml [java] Tests a comment which contains an illegal Char: #xFFFE [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-not-wf-P02-ibm02n33.xml [java] Tests a comment which contains an illegal Char: #xFFFF [java] (fatal) Illegal XML character: . [line 5]
2.2ibm-valid-P02-ibm02v01.xml [java] Contains malformed UTF-8 characters. [java] (fatal) Character conversion error: "Malformed UTF-8 char -- is an XML encoding declaration missing?" (line number may be too low). [line 1]
2.2 [2]not-wf-sa-030 [java] A form feed is not a legal XML character. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-031 [java] A form feed is not a legal XML character. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-032 [java] A form feed is not a legal XML character. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-033 [java] An ESC (octal 033) is not a legal XML character. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-034 [java] A form feed is not a legal XML character. (fatal) Whitespace required before attributes. [line 1]
2.2 [2]not-wf-sa-142 [java] Character #x0000 is not legal anywhere in an XML document. (fatal) Illegal XML character � [line 4]
2.2 [2]not-wf-sa-143 [java] Character #x001F is not legal anywhere in an XML document. (fatal) Illegal XML character  [line 4]
2.2 [2]not-wf-sa-144 [java] Character #xFFFF is not legal anywhere in an XML document. (fatal) Illegal XML character  [line 4]
2.2 [2]not-wf-sa-145 [java] Character #xD800 is not legal anywhere in an XML document. (If it [java] appeared in a UTF-16 surrogate pair, it'd represent half of a UCS-4 [java] character and so wouldn't really be in the document.) (fatal) Illegal XML character � [line 4]
2.2 [2]not-wf-sa-146 [java] Character references must also refer to legal XML characters; [java] #x00110000 is one more than the largest legal character.(fatal) Illegal XML character � [line 4]
2.2 [2]not-wf-sa-166 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-167 [java] Character FFFE is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-168 [java] An unpaired surrogate (D800) is not legal anywhere [java] in an XML document.(fatal) Illegal Unicode surrogate pair: � < [line 1]
2.2 [2]not-wf-sa-169 [java] An unpaired surrogate (DC00) is not legal anywhere [java] in an XML document.(fatal) Illegal Unicode surrogate pair: � < [line 1]
2.2 [2]not-wf-sa-170 [java] Four byte UTF-8 encodings can encode UCS-4 characters [java] which are beyond the range of legal XML characters [java] (and can't be expressed in Unicode surrogate pairs). [java] This document holds such a character. (fatal) Character conversion error: "UTF-8 encoding of character 0x001c0000 can't be converted to Unicode." (line number may be too low). [line 1]
2.2 [2]not-wf-sa-171 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-172 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-173 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-174 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]not-wf-sa-175 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 3]
2.2 [2]not-wf-sa-177 [java] Character FFFF is not legal anywhere in an XML document. (fatal) Illegal XML character: . [line 4]
2.2 [2]o-p02fail1 [java] Use of illegal character within XML document. (fatal) Illegal XML character: �. [line 1]
2.2 [2]o-p02fail10 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail11 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail12 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail13 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail14 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail15 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail16 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail17 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail18 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail19 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail2 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail20 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail21 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail22 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail23 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail24 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail25 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail26 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail27 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail28 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail29 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail3 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail30 [java] Use of illegal character within XML document. (fatal) Character conversion error: "Reversed byte-order mark" (line number may be too low). [line 1]
2.2 [2]o-p02fail31 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail4 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail5 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail6 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail7 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail8 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.2 [2]o-p02fail9 [java] Use of illegal character within XML document. (fatal) Illegal XML character: . [line 1]
2.3ibm-not-wf-P03-ibm03n01.xml [java] Tests an end tag which contains an illegal space character #x3000 which [java] follows the element name "book". [java] (fatal) Character conversion error: "Unconvertible UTF-8 character beginning with 0xa0" (line number may be too low). [line 1]
2.3ibm-not-wf-P04-ibm04n01.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x21 [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n02.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x28 [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n03.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x29 [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n04.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x2B [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n05.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x2C [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n06.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x2F [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n07.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x3B [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n08.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x3C [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n09.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x3D [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n10.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x3F [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n11.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x5B [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 1]
2.3ibm-not-wf-P04-ibm04n12.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x5C [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n13.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x5D [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n14.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x5E [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n15.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x60 [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n16.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x7B [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n17.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x7C [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P04-ibm04n18.xml [java] Tests an element name which contains an illegal ASCII NameChar. [java] "IllegalNameChar" is followed by #x7D [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.3ibm-not-wf-P05-ibm05n01.xml [java] Tests an element name which has an illegal first character. An illegal [java] first character "." is followed by "A_name-starts_with.". [java] (fatal) Only whitespace allowed before name in <!DOCTYPE declaration. [line 1]
2.3ibm-not-wf-P05-ibm05n02.xml [java] Tests an element name which has an illegal first character. An illegal [java] first character "-" is followed by "A_name-starts_with-". [java] (fatal) Only whitespace allowed before name in <!DOCTYPE declaration. [line 1]
2.3ibm-not-wf-P05-ibm05n03.xml [java] Tests an element name which has an illegal first character. An illegal [java] first character "5" is followed by "A_name-starts_with_digit". [java] (fatal) Only whitespace allowed before name in <!DOCTYPE declaration. [line 1]
2.3ibm-not-wf-P09-ibm09n01.xml [java] Tests an internal general entity with an invalid value. The entity [java] "Fullname" contains "%". [java] (fatal) Next character must be ";" terminating reference to parameter entity "Man". [line 4]
2.3ibm-not-wf-P09-ibm09n02.xml [java] Tests an internal general entity with an invalid value. The entity [java] "Fullname" contains the ampersand character. [java] (fatal) Next character must be ";" terminating reference to entity "Man". [line 4]
2.3ibm-not-wf-P09-ibm09n03.xml [java] Tests an internal general entity with an invalid value. The entity [java] "Fullname" contains the double quote character in the middle. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "FullName". [line 4]
2.3ibm-not-wf-P09-ibm09n04.xml [java] Tests an internal general entity with an invalid value. The closing bracket [java] (double quote) is missing with the value of the entity "FullName". [java] (fatal) Premature end of input. [line 9]
2.3ibm-not-wf-P10-ibm10n01.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the character "less than". [java] (fatal) Use "&lt;" for "<" in attribute values. [line 14]
2.3ibm-not-wf-P10-ibm10n02.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the character ampersand. [java] (fatal) Next character must be ";" terminating reference to entity "Man". [line 14]
2.3ibm-not-wf-P10-ibm10n03.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the double quote character in the middle. [java] (fatal) Whitespace required before attributes. [line 14]
2.3ibm-not-wf-P10-ibm10n04.xml [java] Tests an attribute with an invalid value. The closing bracket (double quote) is [java] missing with The value of the attribute "first". [java] (fatal) Use "&lt;" for "<" in attribute values. [line 14]
2.3ibm-not-wf-P10-ibm10n05.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the character "less than". [java] (fatal) Use "&lt;" for "<" in attribute values. [line 14]
2.3ibm-not-wf-P10-ibm10n06.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the character ampersand. [java] (fatal) Next character must be ";" terminating reference to entity "Man". [line 14]
2.3ibm-not-wf-P10-ibm10n07.xml [java] Tests an attribute with an invalid value. The value of the attribute "first" [java] contains the double quote character in the middle. [java] (fatal) Whitespace required before attributes. [line 14]
2.3ibm-not-wf-P10-ibm10n08.xml [java] Tests an attribute with an invalid value. The closing bracket (single quote) is [java] missing with the value of the attribute "first". [java] (fatal) Use "&lt;" for "<" in attribute values. [line 14]
2.3ibm-not-wf-P11-ibm11n01.xml [java] Tests SystemLiteral. The systemLiteral for the element "student" has [java] a double quote character in the middle. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 2]
2.3ibm-not-wf-P11-ibm11n02.xml [java] Tests SystemLiteral. The systemLiteral for the element "student" has [java] a single quote character in the middle. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 2]
2.3ibm-not-wf-P11-ibm11n03.xml [java] Tests SystemLiteral. The closing bracket (double quote) is missing with [java] the systemLiteral for the element "student". [java] (fatal) Premature end of input. [line 8]
2.3ibm-not-wf-P11-ibm11n04.xml [java] Tests SystemLiteral. The closing bracket (single quote) is missing with [java] the systemLiteral for the element "student". [java] (fatal) Premature end of input. [line 8]
2.3ibm-not-wf-P12-ibm12n01.xml [java] Tests PubidLiteral. The closing bracket (double quote) is missing with [java] the value of the PubidLiteral for the entity "info". [java] (fatal) Premature end of input. [line 18]
2.3ibm-not-wf-P12-ibm12n02.xml [java] Tests PubidLiteral. The value of the PubidLiteral for the entity [java] "info" has a single quote character in the middle.. [java] (fatal) Illegal character in PUBLIC identifier: "\". [line 4]
2.3ibm-not-wf-P12-ibm12n03.xml [java] Tests PubidLiteral. The closing bracket (single quote) is missing with [java] the value of the PubidLiteral for the entity "info". [java] (fatal) Premature end of input. [line 8]
2.3ibm-not-wf-P13-ibm13n01.xml [java] Tests PubidChar. The pubidChar of the PubidLiteral for the entity [java] "info" contains the character "{". [java] (fatal) Illegal character in PUBLIC identifier: "{". [line 3]
2.3ibm-not-wf-P13-ibm13n02.xml [java] Tests PubidChar. The pubidChar of the PubidLiteral for the entity [java] "info" contains the character "~". [java] (fatal) Illegal character in PUBLIC identifier: "~". [line 3]
2.3ibm-not-wf-P13-ibm13n03.xml [java] Tests PubidChar. The pubidChar of the PubidLiteral for the entity [java] "info" contains the character double quote in the middle. [java] (fatal) Character conversion error: "Malformed UTF-8 char -- is an XML encoding declaration missing?" (line number may be too low). [line 1]
2.3 [10]not-wf-sa-012 [java] SGML-ism: attribute values must be quoted in all cases. (fatal) Value must be quoted. [line 1]
2.3 [10]not-wf-sa-013 [java] The quotes on both ends of an attribute value must match. (fatal) Use "&lt;" for "<" in attribute values. [line 1]
2.3 [10]not-wf-sa-014 [java] Attribute values may not contain literal '<' characters. (fatal) Use "&lt;" for "<" in attribute values. [line 1]
2.3 [10]not-wf-sa-020 [java] Attribute values may not contain literal '&' [java] characters except as part of an entity reference. (fatal) Illegal character or entity reference syntax. [line 1]
2.3 [10]not-wf-sa-021 [java] Attribute values may not contain literal '&' [java] characters except as part of an entity reference. (fatal) Next character must be ";" terminating reference to entity "b". [line 1]
2.3 [10]not-wf-sa-088 [java] Attribute values are terminated by literal quote characters, [java] and any entity expansion is done afterwards. (fatal) Use "&lt;" for "<" in attribute values. [line 6]
2.3 [10]not-wf-sa-090 [java] Attributes may not contain a literal "<" character; [java] this one has one because of reference expansion. (fatal) Use "&lt;" for "<" in attribute values. [line 4]
2.3 [10]o-p10fail1 [java] attribute values exclude '<' [java] (fatal) Use "&lt;" for "<" in attribute values. [line 1]
2.3 [10]o-p10fail2 [java] attribute values exclude '&' [java] (fatal) Illegal character or entity reference syntax. [line 1]
2.3 [10]o-p10fail3 [java] quote types must match [java] (fatal) Premature end of input. [line 2]
2.3 [11]o-p11fail1 [java] quote types must match [java] (fatal) Premature end of input. [line 8]
2.3 [11]o-p11fail2 [java] cannot contain delimiting quotes [java] (fatal) Next character must be ">" terminating <!NOTATION ...> declaration "not1". [line 5]
2.3 [12]o-p12fail1 [java] '"' excluded [java] (fatal) Illegal character in PUBLIC identifier: """. [line 5]
2.3 [12]o-p12fail2 [java] '\' excluded [java] (fatal) Illegal character in PUBLIC identifier: "\". [line 5]
2.3 [12]o-p12fail3 [java] entity references excluded [java] (fatal) Illegal character in PUBLIC identifier: "&". [line 6]
2.3 [12]o-p12fail4 [java] '>' excluded [java] (fatal) Illegal character in PUBLIC identifier: ">". [line 5]
2.3 [12]o-p12fail5 [java] '<' excluded [java] (fatal) Illegal character in PUBLIC identifier: "<". [line 5]
2.3 [12]o-p12fail6 [java] built-in entity refs excluded [java] (fatal) Illegal character in PUBLIC identifier: "&". [line 5]
2.3 [12]pubid01 [java] Illegal entity ref in public ID(fatal) Illegal character in PUBLIC identifier: "&". [line 6]
2.3 [12]pubid02 [java] Illegal characters in public ID(fatal) Illegal character in PUBLIC identifier: "<". [line 6]
2.3 [12]pubid03 [java] Illegal characters in public ID(fatal) Illegal character in PUBLIC identifier: "[". [line 6]
2.3 [12]pubid04 [java] Illegal characters in public ID(fatal) Illegal character in PUBLIC identifier: "{". [line 6]
2.3 [12]pubid05 [java] SGML-ism: public ID without system ID(fatal) Missing whitespace before SYSTEM literal URI. [line 5]
2.3 [13]not-wf-sa-085 [java] Public IDs may not contain "[". (fatal) Illegal character in PUBLIC identifier: "[". [line 1]
2.3 [13]not-wf-sa-086 [java] Public IDs may not contain "[". (fatal) Illegal character in PUBLIC identifier: "[". [line 2]
2.3 [13]not-wf-sa-087 [java] Public IDs may not contain "[". (fatal) Illegal character in PUBLIC identifier: "[". [line 2]
2.3 [13]o-p12fail7 [java] The public ID has a tab character, which is disallowed [java] (fatal) Illegal character in PUBLIC identifier: " ". [line 5]
2.3 [3]o-p03fail1 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail10 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail11 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail12 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail13 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail14 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail15 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail16 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail17 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail18 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail19 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail2 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail20 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail21 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail22 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail23 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail24 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail25 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail26 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail27 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail28 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail29 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail3 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail4 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail5 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail7 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail8 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [3]o-p03fail9 [java] Use of illegal character within XML document. (fatal) Document root element is missing. [line 1]
2.3 [4]not-wf-sa-002 [java] Names may not start with "."; it's not a Letter. (fatal) The content beginning "<." is not legal markup. Perhaps the "." (&#2e;) character should be a letter. [line 2]
2.3 [4]not-wf-sa-140 [java] Character '&#x309a;' is a CombiningChar, not a [java] Letter, and so may not begin a name.(fatal) The content beginning "<゚" is not legal markup. Perhaps the "゚" (&#309a;) character should be a letter. [line 4]
2.3 [4]o-p04fail1 [java] Name contains invalid character. (fatal) Whitespace required before attributes. [line 1]
2.3 [4]o-p04fail2 [java] Name contains invalid character. (fatal) Whitespace required before attributes. [line 1]
2.3 [4]o-p04fail3 [java] Name contains invalid character. (fatal) Whitespace required before attributes. [line 1]
2.3 [5]not-wf-sa-008 [java] Entity references must include names, which don't begin [java] with '.' (it's not a Letter or other name start character). (fatal) Illegal character or entity reference syntax. [line 1]
2.3 [5]not-wf-sa-023 [java] Digits are not valid name start characters. (fatal) Attribute names must not start with "1" characters. [line 1]
2.3 [5]not-wf-sa-024 [java] Digits are not valid name start characters. (fatal) The content beginning "<1" is not legal markup. Perhaps the "1" (&#31;) character should be a letter. [line 2]
2.3 [5]not-wf-sa-141 [java] Character #x0E5C is not legal in XML names. (fatal) Whitespace required before attributes. [line 4]
2.3 [5]o-p05fail1 [java] a Name cannot start with a digit [java] (fatal) Document root element is missing. [line 1]
2.3 [5]o-p05fail2 [java] a Name cannot start with a '.' [java] (fatal) Document root element is missing. [line 1]
2.3 [5]o-p05fail3 [java] a Name cannot start with a "-" [java] (fatal) Document root element is missing. [line 1]
2.3 [5]o-p05fail4 [java] a Name cannot start with a CombiningChar [java] (fatal) Document root element is missing. [line 1]
2.3 [5]o-p05fail5 [java] a Name cannot start with an Extender [java] (fatal) Document root element is missing. [line 1]
2.3 [9]not-wf-sa-113 [java] Parameter entity values must use valid reference syntax; [java] this reference is malformed.(fatal) Illegal character or entity reference syntax. [line 2]
2.3 [9]not-wf-sa-114 [java] General entity values must use valid reference syntax; [java] this reference is malformed.(fatal) Illegal character or entity reference syntax. [line 2]
2.3 [9]not-wf-sa-159 [java] Uses '&' unquoted in an entity declaration, [java] which is illegal syntax for an entity reference.(fatal) Illegal character or entity reference syntax. [line 3]
2.3 [9]o-p09fail1 [java] EntityValue excludes '%' [java] (fatal) Illegal parameter entity reference syntax. [line 2]
2.3 [9]o-p09fail2 [java] EntityValue excludes '&' [java] (fatal) Illegal character or entity reference syntax. [line 2]
2.3 [9]o-p09fail3 [java] incomplete character reference [java] (fatal) Illegal decimal character reference. [line 4]
2.3 [9]o-p09fail4 [java] quote types must match [java] (fatal) Premature end of input. [line 6]
2.3 [9]o-p09fail5 [java] quote types must match [java] (fatal) Premature end of input. [line 6]
2.4ibm-not-wf-P14-ibm14n01.xml [java] Tests CharData. The content of the element "student" contains the [java] character "[[>". [java] (fatal) Character data cannot have "]]>". [line 9]
2.4ibm-not-wf-P14-ibm14n02.xml [java] Tests CharData. The content of the element "student" contains the [java] character "less than". [java] (fatal) Attribute names must not start with "<" characters. [line 9]
2.4ibm-not-wf-P14-ibm14n03.xml [java] Tests CharData. The content of the element "student" contains the [java] character ampersand. [java] (fatal) Next character must be ";" terminating reference to entity "Man". [line 9]
2.4 [14]not-wf-sa-025 [java] Text may not contain a literal ']]>' sequence. (fatal) Character data cannot have "]]>". [line 1]
2.4 [14]not-wf-sa-026 [java] Text may not contain a literal ']]>' sequence. (fatal) Character data cannot have "]]>". [line 1]
2.4 [14]not-wf-sa-029 [java] Text may not contain a literal ']]>' sequence. (fatal) Character data cannot have "]]>". [line 1]
2.4 [14]o-p14fail1 [java] '<' excluded [java] (fatal) The content beginning "< " is not legal markup. Perhaps the " " (&#20;) character should be a letter. [line 1]
2.4 [14]o-p14fail2 [java] '&' excluded [java] (fatal) Illegal character or entity reference syntax. [line 1]
2.4 [14]o-p14fail3 [java] "]]>" excluded [java] (fatal) Character data cannot have "]]>". [line 1]
2.5ibm-not-wf-P15-ibm15n01.xml [java] Tests comment. The text of the second comment contains the character [java] "-". [java] (fatal) Next character must be ">" terminating comment . [line 7]
2.5ibm-not-wf-P15-ibm15n02.xml [java] Tests comment. The second comment has a wrong closing sequence [java] "-(greater than)". [java] (fatal) End of entity while processing comment. [line 8]
2.5ibm-not-wf-P15-ibm15n03.xml [java] Tests comment. The second comment has a wrong beginning sequence [java] "(less than)!-". [java] (fatal) Document root element is missing. [line 7]
2.5ibm-not-wf-P15-ibm15n04.xml [java] Tests comment. The closing sequence is missing with the second [java] comment. [java] (fatal) End of entity while processing comment. [line 8]
2.5 [15]not-wf-sa-027 [java] Comments must be terminated with "-->".(fatal) End of entity while processing comment. [line 4]
2.5 [15]o-p15fail1 [java] comments can't end in '-' [java] (fatal) Next character must be ">" terminating comment . [line 1]
2.5 [15]o-p15fail2 [java] one comment per comment (contrasted with SGML) [java] (fatal) Next character must be ">" terminating comment . [line 1]
2.5 [15]o-p15fail3 [java] can't include 2 or more adjacent '-'s [java] (fatal) Next character must be ">" terminating comment . [line 1]
2.5 [15]sgml03 [java] Comments may not contain "--"(fatal) Next character must be ">" terminating comment . [line 3]
2.5 [16]not-wf-sa-006 [java] XML comments may not contain "--" (fatal) Next character must be ">" terminating comment . [line 1]
2.5 [16]not-wf-sa-070 [java] XML comments may not contain "--" (fatal) Next character must be ">" terminating comment . [line 1]
2.6ibm-not-wf-P16-ibm16n01.xml [java] Tests PI. The content of the PI includes the sequence [java] "(less than)?". [java] (fatal) Document root element is missing. [line 7]
2.6ibm-not-wf-P16-ibm16n02.xml [java] Tests PI. The PITarget is missing in the PI. [java] (fatal) Processing instruction target is missing. [line 8]
2.6ibm-not-wf-P16-ibm16n03.xml [java] Tests PI. The PI has a wrong closing sequence ">". [java] (fatal) End of input inside processing instruction. [line 9]
2.6ibm-not-wf-P16-ibm16n04.xml [java] Tests PI. The closing sequence is missing in the PI. [java] (fatal) End of input inside processing instruction. [line 9]
2.6ibm-not-wf-P17-ibm17n01.xml [java] Tests PITarget. The PITarget contains the string "XML". [java] (fatal) Illegal processing instruction target: "XML". [line 8]
2.6ibm-not-wf-P17-ibm17n02.xml [java] Tests PITarget. The PITarget contains the string "xML". [java] (fatal) Illegal processing instruction target: "xML". [line 7]
2.6ibm-not-wf-P17-ibm17n03.xml [java] Tests PITarget. The PITarget contains the string "xml". [java] (fatal) XML declaration may only begin entities. [line 7]
2.6ibm-not-wf-P17-ibm17n04.xml [java] Tests PITarget. The PITarget contains the string "xmL". [java] (fatal) Illegal processing instruction target: "xmL". [line 7]
2.6 [16]not-wf-sa-003 [java] Processing Instruction target name is required.(fatal) Processing instruction target is missing. [line 1]
2.6 [16]not-wf-sa-004 [java] SGML-ism: processing instructions end in '?>' not '>'. (fatal) End of input inside processing instruction. [line 2]
2.6 [16]not-wf-sa-005 [java] Processing instructions end in '?>' not '?'. (fatal) End of input inside processing instruction. [line 2]
2.6 [16]not-wf-sa-028 [java] Processing instructions must end with '?>'. (fatal) End of input inside processing instruction. [line 5]
2.6 [16]o-p16fail1 [java] "xml" is an invalid PITarget [java] (fatal) XML declaration may only begin entities. [line 2]
2.6 [16]o-p16fail2 [java] a PITarget must be present [java] (fatal) Processing instruction target is missing. [line 1]
2.6 [16]pi [java] No space between PI target name and data(fatal) Illegal processing instruction name, or missing whitespace. [line 4]
2.6 [17]not-wf-ext-sa-003 [java] Only one text declaration is permitted; a second one [java] looks like an illegal processing instruction (target names [java] of "xml" in any case are not allowed). (fatal) Expected "encoding=...". [line 1]
2.6 [17]not-wf-not-sa-002 [java] Processing instruction target names may not be "XML" [java] in any combination of cases. (fatal) XML declaration may only begin entities. [line 4]
2.6 [17]not-wf-sa-157 [java] '<?xmL ...?>' is not a legal processing instruction [java] target name. (fatal) Illegal processing instruction target: "xmL". [line 2]
2.7ibm-not-wf-P18-ibm18n01.xml [java] Tests CDSect. The CDStart is missing in the CDSect in the content of [java] element "student". [java] (fatal) Character data cannot have "]]>". [line 7]
2.7ibm-not-wf-P18-ibm18n02.xml [java] Tests CDSect. The CDEnd is missing in the CDSect in the content of [java] element "student". [java] (fatal) EOF while parsing <![CDATA[ section. [line 7]
2.7ibm-not-wf-P19-ibm19n01.xml [java] Tests CDStart. The CDStart contains a lower case string "cdata". [java] (fatal) Document root element is missing. [line 7]
2.7ibm-not-wf-P19-ibm19n02.xml [java] Tests CDStart. The CDStart contains an extra character "[". [java] (fatal) Document root element is missing. [line 7]
2.7ibm-not-wf-P19-ibm19n03.xml [java] Tests CDStart. The CDStart contains a wrong character "?". [java] (fatal) Processing instruction target is missing. [line 7]
2.7ibm-not-wf-P20-ibm20n01.xml [java] Tests CDATA with an illegal sequence. The CDATA contains the string [java] "[[>". [java] (fatal) Document root element is missing. [line 7]
2.7ibm-not-wf-P21-ibm21n01.xml [java] Tests CDEnd. One "]" is missing in the CDEnd. [java] (fatal) Document root element is missing. [line 7]
2.7ibm-not-wf-P21-ibm21n02.xml [java] Tests CDEnd. An extra "]" is placed in the CDEnd. [java] (fatal) Document root element is missing. [line 7]
2.7ibm-not-wf-P21-ibm21n03.xml [java] Tests CDEnd. A wrong character ")" is placed in the CDEnd. [java] (fatal) Document root element is missing. [line 7]
2.7 not-wf-sa-105 [java] Invalid placement of CDATA section. (fatal) Document root element is missing. [line 2]
2.7 [18]not-wf-sa-017 [java] CDATA sections need a terminating ']]>'. (fatal) EOF while parsing <![CDATA[ section. [line 2]
2.7 [18]not-wf-sa-051 [java] CDATA is invalid at top level of document.(fatal) Document root element is missing. [line 2]
2.7 [18]not-wf-sa-128 [java] Invalid CDATA syntax. (fatal) Next character must be "(" starting content model for element "doc". [line 2]
2.7 [18]o-p18fail1 [java] no space before "CDATA" [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 1]
2.7 [18]o-p18fail2 [java] no space after "CDATA" [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 1]
2.7 [18]o-p18fail3 [java] CDSect's can't nest [java] (fatal) Character data cannot have "]]>". [line 4]
2.7 [19]not-wf-sa-018 [java] CDATA sections begin with a literal '<![CDATA[', no space.(fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 1]
2.7 [19]not-wf-sa-108 [java] No space in '<![CDATA['.(fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 2]
2.7 [19]not-wf-sa-112 [java] CDATA sections start '<![CDATA[', not '<!cdata['.(fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 2]
2.8ibm-not-wf-P22-ibm22n01.xml [java] Tests prolog with wrong field ordering. The XMLDecl occurs [java] after the DTD. [java] (fatal) XML declaration may only begin entities. [line 4]
2.8ibm-not-wf-P22-ibm22n02.xml [java] Tests prolog with wrong field ordering. The Misc (comment) [java] occurs before the XMLDecl. [java] (fatal) XML declaration may only begin entities. [line 2]
2.8ibm-not-wf-P22-ibm22n03.xml [java] Tests prolog with wrong field ordering. The XMLDecl occurs [java] after the DTD and a comment. The other comment occurs before the DTD. [java] (fatal) XML declaration may only begin entities. [line 6]
2.8ibm-not-wf-P23-ibm23n01.xml [java] Tests XMLDecl with a required field missing. The Versioninfo is [java] missing in the XMLDecl. [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P23-ibm23n02.xml [java] Tests XMLDecl with wrong field ordering. The VersionInfo [java] occurs after the EncodingDecl. [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P23-ibm23n03.xml [java] Tests XMLDecl with wrong field ordering. The VersionInfo [java] occurs after the SDDecl and the SDDecl occurs after the VersionInfo. [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P23-ibm23n04.xml [java] Tests XMLDecl with wrong key word. An upper case string "XML" is [java] used as the key word in the XMLDecl. [java] (fatal) Illegal processing instruction target: "XML". [line 1]
2.8ibm-not-wf-P23-ibm23n05.xml [java] Tests XMLDecl with a wrong closing sequence ">". [java] (fatal) Illegal character "&#x3e;" (>) at end of XML Declaration. [line 1]
2.8ibm-not-wf-P23-ibm23n06.xml [java] Tests XMLDecl with a wrong opening sequence "(less than)!". [java] (fatal) Document root element is missing. [line 1]
2.8ibm-not-wf-P24-ibm24n01.xml [java] Tests VersionInfo with a required field missing. The VersionNum is [java] missing in the VersionInfo in the XMLDecl. [java] (fatal) Expecting quoted value for attribute value version. [line 1]
2.8ibm-not-wf-P24-ibm24n02.xml [java] Tests VersionInfo with a required field missing. The white space is [java] missing between the key word "xml" and the VersionInfo in the XMLDecl. [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P24-ibm24n03.xml [java] Tests VersionInfo with a required field missing. The "=" [java] (equal sign) is missing between the key word "version" and the VersionNum. [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
2.8ibm-not-wf-P24-ibm24n04.xml [java] Tests VersionInfo with wrong field ordering. The VersionNum [java] occurs before "=" and "version". [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P24-ibm24n05.xml [java] Tests VersionInfo with wrong field ordering. The "=" occurs [java] after "version" and the VersionNum. [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
2.8ibm-not-wf-P24-ibm24n06.xml [java] Tests VersionInfo with the wrong key word "Version". [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P24-ibm24n07.xml [java] Tests VersionInfo with the wrong key word "versioN". [java] (fatal) Expected "version=...". [line 1]
2.8ibm-not-wf-P24-ibm24n08.xml [java] Tests VersionInfo with mismatched quotes around the VersionNum. [java] version = '1.0" is used as the VersionInfo. [java] (fatal) Premature end of input. [line 6]
2.8ibm-not-wf-P24-ibm24n09.xml [java] Tests VersionInfo with mismatched quotes around the VersionNum. [java] The closing bracket for the VersionNum is missing. [java] (fatal) Premature end of input. [line 6]
2.8ibm-not-wf-P25-ibm25n01.xml [java] Tests eq with a wrong key word "==". [java] (fatal) Expecting quoted value for attribute value version. [line 1]
2.8ibm-not-wf-P25-ibm25n02.xml [java] Tests eq with a wrong key word "eq". [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
2.8ibm-not-wf-P26-ibm26n01.xml [java] Tests VersionNum with an illegal character "#". [java] (fatal) Illegal XML version string "_#1.0". [line 1]
2.8ibm-not-wf-P27-ibm27n01.xml [java] Tests type of Misc. An element declaration is used as a type of Misc [java] After the element "animal". [java] (fatal) Illegal character at end of document, &#x3c;. [line 6]
2.8ibm-not-wf-P28-ibm28n01.xml [java] Tests doctypedecl with a required field missing. The Name "animal" [java] is missing in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 2]
2.8ibm-not-wf-P28-ibm28n02.xml [java] Tests doctypedecl with wrong field ordering. The Name [java] "animal" occurs after the markup declarations inside the "[]". [java] (fatal) Only whitespace allowed before name in <!DOCTYPE declaration. [line 2]
2.8ibm-not-wf-P28-ibm28n03.xml [java] Tests doctypedecl with wrong field ordering. The Name [java] "animal" occurs after the markup declarations inside the "[]". [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 2]
2.8ibm-not-wf-P28-ibm28n04.xml [java] Tests doctypedecl with general entity reference.The [java] "(ampersand)generalE" occurs in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 5]
2.8ibm-not-wf-P28-ibm28n05.xml [java] Tests doctypedecl with wrong key word. A wrong key word "DOCtYPE" [java] occurs on line 2. [java] (fatal) Document root element is missing. [line 2]
2.8ibm-not-wf-P28-ibm28n06.xml [java] Tests doctypedecl with mismatched brackets. The closing bracket "]" [java] of the DTD is missing. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 4]
2.8ibm-not-wf-P28-ibm28n07.xml [java] Tests doctypedecl with wrong bracket. The opening bracket "}" occurs [java] in the DTD. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 2]
2.8ibm-not-wf-P28-ibm28n08.xml [java] Tests doctypedecl with wrong opening sequence. The opening sequence [java] "(less than)?DOCTYPE" occurs in the DTD. [java] (fatal) End of input inside processing instruction. [line 7]
2.8ibm-not-wf-P29-ibm29n01.xml [java] Tests markupdecl with an illegal markup declaration. A XMLDecl [java] occurs inside the DTD. [java] (fatal) XML declaration may only begin entities. [line 2]
2.8ibm-not-wf-P29-ibm29n02.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside an [java] elementdecl in the DTD. [java] (fatal) Parameter entity references must not appear within markup declarations in the internal DTD subset. [line 5]
2.8ibm-not-wf-P29-ibm29n03.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside an [java] ATTlistDecl in the DTD. [java] (fatal) Parameter entity references must not appear within markup declarations in the internal DTD subset. [line 5]
2.8ibm-not-wf-P29-ibm29n04.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside an [java] EntityDecl in the DTD. [java] (fatal) Only external parameter entities may use "%parameterE;" in entity values. [line 5]
2.8ibm-not-wf-P29-ibm29n05.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside a PI in [java] the DTD. [java] (fatal) End of input inside processing instruction. [line 9]
2.8ibm-not-wf-P29-ibm29n06.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside a comment [java] in the DTD. [java] (fatal) End of entity while processing comment. [line 9]
2.8ibm-not-wf-P29-ibm29n07.xml [java] Tests WFC "PEs in Internal Subset". A PE reference occurs inside a [java] NotationDecl in the DTD. [java] (fatal) Parameter entity references must not appear within markup declarations in the internal DTD subset. [line 5]
2.8ibm-not-wf-P30-ibm30n01.xml [java] Tests extSubset with wrong field ordering. In the file "ibm30n01.dtd", [java] the TextDecl occurs after the extSubsetDecl (the element declaration). [java] (fatal) XML declaration may only begin entities. [line 2]
2.8ibm-not-wf-P31-ibm31n01.xml [java] Tests extSubsetDecl with an illegal field. A general entity [java] reference occurs in file "ibm31n01.dtd". [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 4]
2.8not-wf-sa-160 [java] Violates the PEs in Internal Subset WFC [java] by using a PE reference within a declaration. (fatal) Only external parameter entities may use "%e;" in entity values. [line 4]
2.8not-wf-sa-161 [java] Violates the PEs in Internal Subset WFC [java] by using a PE reference within a declaration. (fatal) Parameter entity references must not appear within markup declarations in the internal DTD subset. [line 3]
2.8not-wf-sa-162 [java] Violates the PEs in Internal Subset WFC [java] by using a PE reference within a declaration. (fatal) Only external parameter entities may use "%e1;" in entity values. [line 4]
2.8 sgml02 [java] XML declaration must be at the very beginning of a document; [java] it"s not a processing instruction(fatal) XML declaration may only begin entities. [line 1]
2.8 2.6 [23, 17]not-wf-sa-154 [java] '<?XML ...?>' is neither an XML declaration [java] nor a legal processing instruction target name. (fatal) Illegal processing instruction target: "XML". [line 1]
2.8 2.6 [23, 17]not-wf-sa-155 [java] '<?xmL ...?>' is neither an XML declaration [java] nor a legal processing instruction target name. (fatal) Illegal processing instruction target: "xmL". [line 1]
2.8 2.6 [23, 17]not-wf-sa-156 [java] '<?xMl ...?>' is neither an XML declaration [java] nor a legal processing instruction target name. (fatal) Illegal processing instruction target: "xMl". [line 2]
2.8 [22]not-wf-sa-147 [java] XML Declaration may not be preceded by whitespace.(fatal) XML declaration may only begin entities. [line 2]
2.8 [22]not-wf-sa-148 [java] XML Declaration may not be preceded by comments or whitespace.(fatal) XML declaration may only begin entities. [line 2]
2.8 [22]not-wf-sa-152 [java] XML declarations must include the "version=..." string.(fatal) Expected "version=...". [line 1]
2.8 [22]o-p22fail1 [java] prolog must start with XML decl [java] (fatal) XML declaration may only begin entities. [line 2]
2.8 [22]o-p22fail2 [java] prolog must start with XML decl [java] (fatal) XML declaration may only begin entities. [line 4]
2.8 [23]not-wf-sa-095 [java] VersionInfo must come before EncodingDecl. (fatal) Expected "version=...". [line 1]
2.8 [23]not-wf-sa-098 [java] Only one "version=..." string may appear in an XML declaration.(fatal) Illegal character "&#x76;" (v) at end of XML Declaration. [line 1]
2.8 [23]not-wf-sa-099 [java] Only three pseudo-attributes are in the XML declaration, [java] and "valid=..." is not one of them. (fatal) Illegal character "&#x76;" (v) at end of XML Declaration. [line 1]
2.8 [23]o-p23fail1 [java] "xml" must be lower-case [java] (fatal) Illegal processing instruction target: "XML". [line 1]
2.8 [23]o-p23fail2 [java] VersionInfo must be supplied [java] (fatal) Expected "version=...". [line 1]
2.8 [23]o-p23fail3 [java] VersionInfo must come first [java] (fatal) Expected "version=...". [line 1]
2.8 [23]o-p23fail4 [java] SDDecl must come last [java] (fatal) Illegal character "&#x65;" (e) at end of XML Declaration. [line 1]
2.8 [23]o-p23fail5 [java] no SGML-type PIs [java] (fatal) Illegal character "&#x3e;" (>) at end of XML Declaration. [line 1]
2.8 [23]o-p39fail4 [java] XML declarations must be correctly terminated (fatal) Illegal character "&#x3e;" (>) at end of XML Declaration. [line 1]
2.8 [23]o-p39fail5 [java] XML declarations must be correctly terminated (fatal) Illegal character "&#x3e;" (>) at end of XML Declaration. [line 1]
2.8 [24]not-wf-sa-094 [java] Prolog VERSION must be lowercase. (fatal) Expected "version=...". [line 1]
2.8 [24]not-wf-sa-097 [java] Both quotes surrounding VersionNum must be the same. (fatal) Illegal XML version string "1.0' encoding=". [line 1]
2.8 [24]o-p24fail1 [java] quote types must match [java] (fatal) Premature end of input. [line 3]
2.8 [24]o-p24fail2 [java] quote types must match [java] (fatal) Premature end of input. [line 3]
2.8 [25]o-p25fail1 [java] Comment is illegal in VersionInfo. (fatal) Next character must be "=" in XML Declaration . [line 1]
2.8 [26]not-wf-sa-102 [java] Provides an illegal XML version number; spaces are illegal.(fatal) Illegal XML version string "1.0 ". [line 1]
2.8 [26]o-p26fail1 [java] Illegal character in VersionNum. (fatal) Illegal XML version string "1.0?". [line 1]
2.8 [26]o-p26fail2 [java] Illegal character in VersionNum. (fatal) Illegal XML version string "1.0^". [line 1]
2.8 [27]not-wf-sa-036 [java] Text may not appear after the root element. (fatal) Illegal character at end of document, &#x49;. [line 2]
2.8 [27]not-wf-sa-037 [java] Character references may not appear after the root element. (fatal) Illegal character at end of document, &#x26;. [line 2]
2.8 [27]not-wf-sa-040 [java] Provides two document elements.(fatal) Illegal character at end of document, &#x3c;. [line 2]
2.8 [27]not-wf-sa-041 [java] Provides two document elements.(fatal) Illegal character at end of document, &#x3c;. [line 2]
2.8 [27]not-wf-sa-043 [java] Provides #PCDATA text after the document element. (fatal) Illegal character at end of document, &#x49;. [line 2]
2.8 [27]not-wf-sa-044 [java] Provides two document elements.(fatal) Illegal character at end of document, &#x3c;. [line 1]
2.8 [27]not-wf-sa-048 [java] Provides a CDATA section after the roor element.(fatal) Illegal character at end of document, &#x3c;. [line 3]
2.8 [27]not-wf-sa-151 [java] XML declarations may not follow document content.(fatal) XML declaration may only begin entities. [line 3]
2.8 [27]o-p27fail1 [java] References aren't allowed in Misc, [java] even if they would resolve to valid Misc. [java] (fatal) Document root element is missing. [line 2]
2.8 [28]not-wf-sa-055 [java] Invalid Document Type Definition format. (fatal) Next character must be "]" terminating internal DTD subset . [line 2]
2.8 [28]not-wf-sa-056 [java] Invalid Document Type Definition format - misplaced comment. (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 1]
2.8 [28]not-wf-sa-107 [java] Invalid document type declaration. CDATA alone is invalid.(fatal) Internal DTD subset must not have "<![..." constructs. [line 2]
2.8 [28]not-wf-sa-149 [java] XML Declaration may not be within a DTD.(fatal) XML declaration may only begin entities. [line 3]
2.8 [28]o-p28fail1 [java] only declarations in DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 3]
2.8 [29]not-wf-sa-063 [java] Conditional sections may only appear in the external [java] DTD subset. (fatal) Internal DTD subset must not have "<![..." constructs. [line 2]
2.8 [29]o-p29fail1 [java] A processor must not pass unknown declaration types. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 3]
2.8 [30]o-p30fail1 [java] An XML declaration is not the same as a TextDecl [java] (fatal) Need "?>" to terminate XML declaration. [line 1]
2.8 [31]o-p31fail1 [java] external subset excludes doctypedecl [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 1]
2.9ibm-not-wf-P32-ibm32n01.xml [java] Tests SDDecl with a required field missing. The leading white space [java] is missing with the SDDecl in the XMLDecl. [java] (fatal) Illegal character "&#x73;" (s) at end of XML Declaration. [line 1]
2.9ibm-not-wf-P32-ibm32n02.xml [java] Tests SDDecl with a required field missing. The "=" sign is missing [java] in the SDDecl in the XMLDecl. [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
2.9ibm-not-wf-P32-ibm32n03.xml [java] Tests SDDecl with wrong key word. The word "Standalone" occurs in [java] the SDDecl in the XMLDecl. [java] (fatal) Illegal character "&#x53;" (S) at end of XML Declaration. [line 1]
2.9ibm-not-wf-P32-ibm32n04.xml [java] Tests SDDecl with wrong key word. The word "Yes" occurs in the [java] SDDecl in the XMLDecl. [java] (fatal) Standalone declaration must be "yes" or "no", not "Yes". [line 1]
2.9ibm-not-wf-P32-ibm32n05.xml [java] Tests SDDecl with wrong key word. The word "YES" occurs in the [java] SDDecl in the XMLDecl. [java] (fatal) Standalone declaration must be "yes" or "no", not "YES". [line 1]
2.9ibm-not-wf-P32-ibm32n06.xml [java] Tests SDDecl with wrong key word. The word "No" occurs in the [java] SDDecl in the XMLDecl. [java] (fatal) Standalone declaration must be "yes" or "no", not "No". [line 1]
2.9ibm-not-wf-P32-ibm32n07.xml [java] Tests SDDecl with wrong key word. The word "NO" occurs in the [java] SDDecl in the XMLDecl. [java] (fatal) Standalone declaration must be "yes" or "no", not "NO". [line 1]
2.9ibm-not-wf-P32-ibm32n08.xml [java] Tests SDDecl with wrong field ordering. The "=" sign occurs [java] after the key word "yes" in the SDDecl in the XMLDecl. [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
2.9 [32]not-wf-sa-096 [java] Space is required before the standalone declaration. (fatal) Illegal character "&#x65;" (e) at end of XML Declaration. [line 1]
2.9 [32]not-wf-sa-100 [java] Only "yes" and "no" are permitted as values of "standalone". (fatal) Standalone declaration must be "yes" or "no", not "YES". [line 1]
2.9 [32]o-p32fail1 [java] quote types must match [java] (fatal) Premature end of input. [line 3]
2.9 [32]o-p32fail2 [java] quote types must match [java] (fatal) Premature end of input. [line 3]
2.9 [32]o-p32fail3 [java] initial S is required [java] (fatal) Illegal character "&#x73;" (s) at end of XML Declaration. [line 1]
2.9 [32]o-p32fail4 [java] quotes are required [java] (fatal) Expecting quoted value for attribute value standalone. [line 1]
2.9 [32]o-p32fail5 [java] yes or no must be lower case [java] (fatal) Standalone declaration must be "yes" or "no", not "YES". [line 1]
3ibm-not-wf-P39-ibm39n01.xml [java] Tests element with a required field missing. The ETag is missing [java] for the element "root". [java] (fatal) End of entity not allowed; an end tag is missing. [line 7]
3ibm-not-wf-P39-ibm39n02.xml [java] Tests element with a required field missing. The STag is missing [java] for the element "root". [java] (fatal) Document root element is missing. [line 5]
3ibm-not-wf-P39-ibm39n03.xml [java] Tests element with required fields missing. Both the content and [java] the ETag are missing in the element "root". [java] (fatal) End of entity not allowed; an end tag is missing. [line 7]
3ibm-not-wf-P39-ibm39n04.xml [java] Tests element with required fields missing. Both the content and [java] the STag are missing in the element "root". [java] (fatal) Document root element is missing. [line 5]
3ibm-not-wf-P39-ibm39n05.xml [java] Tests element with wrong field ordering. The STag and the ETag are [java] swapped in the element "root". [java] (fatal) Document root element is missing. [line 5]
3ibm-not-wf-P39-ibm39n06.xml [java] Tests element with wrong field ordering. The content occurs after [java] the ETag of the element "root". [java] (fatal) Illegal character at end of document, &#x63;. [line 5]
3not-wf-sa-039 [java] Tests the Element Type Match WFC - end tag name must [java] match start tag name.(fatal) Next character must be ">" terminating element "a". [line 1]
3 [39]not-wf-sa-176 [java] Start tags must have matching end tags.(fatal) End of entity not allowed; an end tag is missing. [line 5]
3 [39]o-p39fail1 [java] start-tag requires end-tag [java] (fatal) End of entity not allowed; an end tag is missing. [line 1]
3 [39]o-p39fail2 [java] end-tag requires start-tag [java] (fatal) Expected "</doc>" to terminate element starting on line 1. [line 1]
3 [39]o-p39fail3 [java] XML documents contain one or more elements(fatal) Document root element is missing. [line 1]
3 [39]sgml01 [java] SGML-ism: omitted end tag for EMPTY content(fatal) End of entity not allowed; an end tag is missing. [line 8]
3.1ibm-not-wf-P40-ibm40n01.xml [java] Tests STag with a required field missing. The Name "root" is [java] in the STag of the element "root". [java] (fatal) Whitespace required before attributes. [line 7]
3.1ibm-not-wf-P40-ibm40n02.xml [java] Tests STag with a required field missing. The white space between [java] the Name "root" and the attribute "attr1" is missing in the STag of the [java] element "root". [java] (fatal) Whitespace required before attributes. [line 7]
3.1ibm-not-wf-P40-ibm40n03.xml [java] Tests STag with wrong field ordering. The Name "root" occurs after [java] the attribute "attr1" in the STag of the element "root". [java] (fatal) Whitespace required before attributes. [line 7]
3.1ibm-not-wf-P40-ibm40n04.xml [java] Tests STag with a wrong opening sequence. The string "(less than)!" is used [java] as the opening sequence for the STag of the element "root". [java] (fatal) Document root element is missing. [line 7]
3.1ibm-not-wf-P40-ibm40n05.xml [java] Tests STag with duplicate attribute names. The attribute name [java] "attr1" occurs twice in the STag of the element "root". [java] (fatal) Attribute "attr1" already appeared in this tag. [line 7]
3.1ibm-not-wf-P41-ibm41n01.xml [java] Tests Attribute with a required field missing. The attribute name [java] is missing in the Attribute in the STag of the element "root". [java] (fatal) Attribute names must not start with "=" characters. [line 7]
3.1ibm-not-wf-P41-ibm41n02.xml [java] Tests Attribute with a required field missing. The "=" is missing [java] between the attribute name and the attribute value in the Attribute in the [java] STag of the element "root". [java] (fatal) Next character must be "=" after attribute name "attr1". [line 7]
3.1ibm-not-wf-P41-ibm41n03.xml [java] Tests Attribute with a required field missing. The AttValue is [java] missing in the Attribute in the STag of the element "root". [java] (fatal) Value must be quoted. [line 7]
3.1ibm-not-wf-P41-ibm41n04.xml [java] Tests Attribute with a required field missing. The Name and the [java] "=" are missing in the Attribute in the STag of the element "root". [java] (fatal) Attribute names must not start with """ characters. [line 7]
3.1ibm-not-wf-P41-ibm41n05.xml [java] Tests Attribute with a required field missing. The "=" and the [java] AttValue are missing in the Attribute in the STag of the element "root". [java] (fatal) Next character must be "=" after attribute name "attr1". [line 7]
3.1ibm-not-wf-P41-ibm41n06.xml [java] Tests Attribute with a required field missing. The Name and the [java] AttValue are missing in the Attribute in the STag of the element "root". [java] (fatal) Attribute names must not start with "=" characters. [line 7]
3.1ibm-not-wf-P41-ibm41n07.xml [java] Tests Attribute with wrong field ordering. The "=" occurs after the [java] Name and the AttValue in the Attribute in the STag of the element "root". [java] (fatal) Next character must be "=" after attribute name "attr1". [line 7]
3.1ibm-not-wf-P41-ibm41n08.xml [java] Tests Attribute with wrong field ordering. The Name and the AttValue [java] are swapped in the Attribute in the STag of the element "root". [java] (fatal) Attribute names must not start with """ characters. [line 7]
3.1ibm-not-wf-P41-ibm41n09.xml [java] Tests Attribute with wrong field ordering. The "=" occurs before the [java] Name and the AttValue in the Attribute in the STag of the element "root". [java] (fatal) Attribute names must not start with "=" characters. [line 7]
3.1ibm-not-wf-P41-ibm41n10.xml [java] Tests Attribute against WFC "no external entity references". A direct [java] references to the external entity "aExternal" is contained in the value of the [java] attribute "attr1". [java] (fatal) Illegal reference to external entity "&aExternal;" in attribute. [line 8]
3.1ibm-not-wf-P41-ibm41n11.xml [java] Tests Attribute against WFC "no external entity references". A indirect [java] references to the external entity "aExternal" is contained in the value of the [java] attribute "attr1". [java] (fatal) Illegal reference to external entity "&aExternal;" in attribute. [line 9]
3.1ibm-not-wf-P41-ibm41n12.xml [java] Tests Attribute against WFC "no external entity references". A direct [java] references to the external unparsed entity "aImage" is contained in the value [java] of the attribute "attr1". [java] (fatal) Illegal reference to external entity "&aImage;" in attribute. [line 9]
3.1ibm-not-wf-P41-ibm41n13.xml [java] Tests Attribute against WFC "No (less that) character in Attribute [java] Values". The character "less than" is contained in the value of the [java] attribute "attr1". [java] (fatal) Use "&lt;" for "<" in attribute values. [line 8]
3.1ibm-not-wf-P41-ibm41n14.xml [java] Tests Attribute against WFC "No (less than) in Attribute Values". The character [java] "less than" is contained in the value of the attribute "attr1" through indirect [java] internal entity reference. [java] (fatal) Use "&lt;" for "<" in attribute values. [line 9]
3.1ibm-not-wf-P42-ibm42n01.xml [java] Tests ETag with a required field missing. The Name is missing in the [java] ETag of the element "root". [java] (fatal) Expected "</root>" to terminate element starting on line 6. [line 6]
3.1ibm-not-wf-P42-ibm42n02.xml [java] Tests ETag with a wrong beginning sequence. The string "(less than)\" is used as [java] a beginning sequence of the ETag of the element "root". [java] (fatal) The content beginning "<\" is not legal markup. Perhaps the "\" (&#5c;) character should be a letter. [line 6]
3.1ibm-not-wf-P42-ibm42n03.xml [java] Tests ETag with a wrong beginning sequence. The string "less than" is used as [java] a beginning sequence of the ETag of the element "root". [java] (fatal) End of entity not allowed; an end tag is missing. [line 7]
3.1ibm-not-wf-P42-ibm42n04.xml [java] Tests ETag with a wrong structure. An white space occurs between The [java] beginning sequence and the Name of the ETag of the element "root". [java] (fatal) Expected "</root>" to terminate element starting on line 6. [line 6]
3.1ibm-not-wf-P42-ibm42n05.xml [java] Tests ETag with a wrong structure. The ETag of the element "root" [java] contains an Attribute (attr1="any"). [java] (fatal) Next character must be ">" terminating element "root". [line 6]
3.1ibm-not-wf-P43-ibm43n01.xml [java] Tests element content with a wrong option. A NotationDecl is used as [java] the content of the element "root". [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 8]
3.1ibm-not-wf-P43-ibm43n02.xml [java] Tests element content with a wrong option. A elementdecl is used as [java] the content of the element "root". [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 8]
3.1ibm-not-wf-P43-ibm43n04.xml [java] Tests element content with a wrong option. An elementdecl is used as [java] the content of the element "root". [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 8]
3.1ibm-not-wf-P43-ibm43n05.xml [java] Tests element content with a wrong option. An AttlistDecl is used as [java] the content of the element "root". [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 8]
3.1ibm-not-wf-P44-ibm44n01.xml [java] Tests EmptyElemTag with a required field missing. The Name "root" is [java] missing in the EmptyElemTag. [java] (fatal) Document root element is missing. [line 7]
3.1ibm-not-wf-P44-ibm44n02.xml [java] Tests EmptyElemTag with wrong field ordering. The Attribute (attri1 = [java] "any") occurs before the name of the element "root" in the EmptyElemTag. [java] (fatal) Whitespace required before attributes. [line 7]
3.1ibm-not-wf-P44-ibm44n03.xml [java] Tests EmptyElemTag with wrong closing sequence. The string "\>" is used [java] as the closing sequence in the EmptyElemtag of the element "root". [java] (fatal) Whitespace required before attributes. [line 7]
3.1ibm-not-wf-P44-ibm44n04.xml [java] Tests EmptyElemTag which against the WFC "Unique Att Spec". The [java] attribute name "attr1" occurs twice in the EmptyElemTag of the element "root". [java] (fatal) Attribute "attr1" already appeared in this tag. [line 7]
3.1not-wf-sa-038 [java] Tests the "Unique Att Spec" WF constraint by providing [java] multiple values for an attribute.(fatal) Attribute "x" already appeared in this tag. [line 1]
3.1not-wf-sa-081 [java] This tests the No External Entity References WFC, [java] since the entity is referred to within an attribute. (fatal) Illegal reference to external entity "&e;" in attribute. [line 4]
3.1not-wf-sa-082 [java] This tests the No External Entity References WFC, [java] since the entity is referred to within an attribute. (fatal) Illegal reference to external entity "&e;" in attribute. [line 4]
3.1 [40]attlist10 [java] Whitespace required between attributes(fatal) Whitespace required before attributes. [line 6]
3.1 [40]not-wf-sa-046 [java] This start (or empty element) tag was not terminated correctly. (fatal) Next character must be ">" terminating element "a". [line 2]
3.1 [40]not-wf-sa-049 [java] Missing start tag (fatal) Expected "</doc>" to terminate element starting on line 1. [line 3]
3.1 [40]o-p40fail1 [java] S is required between attributes [java] (fatal) Whitespace required before attributes. [line 1]
3.1 [40]o-p40fail2 [java] tags start with names, not nmtokens [java] (fatal) Document root element is missing. [line 1]
3.1 [40]o-p40fail3 [java] tags start with names, not nmtokens [java] (fatal) Document root element is missing. [line 1]
3.1 [40]o-p40fail4 [java] no space before name [java] (fatal) Document root element is missing. [line 1]
3.1 [41]not-wf-sa-001 [java] Attribute values must start with attribute names, not "?". (fatal) Attribute names must not start with "?" characters. [line 3]
3.1 [41]not-wf-sa-011 [java] SGML-ism: attribute values must be explicitly assigned a [java] value, it can't act as a boolean toggle. (fatal) Next character must be "=" after attribute name "a1". [line 1]
3.1 [41]not-wf-sa-015 [java] Attribute values need a value, not just an equals sign. (fatal) Value must be quoted. [line 1]
3.1 [41]not-wf-sa-016 [java] Attribute values need an associated name.(fatal) Attribute names must not start with """ characters. [line 1]
3.1 [41]not-wf-sa-178 [java] Invalid syntax matching double quote is missing. (fatal) Use "&lt;" for "<" in attribute values. [line 5]
3.1 [41]o-p41fail1 [java] quotes are required (contrast with SGML) [java] (fatal) Next character must be "(" starting content model for element "doc". [line 3]
3.1 [41]o-p41fail2 [java] attribute name is required (contrast with SGML) [java] (fatal) Next character must be "(" starting content model for element "doc". [line 3]
3.1 [41]o-p41fail3 [java] Eq required [java] (fatal) Next character must be "=" after attribute name "att". [line 1]
3.1 [42]element00 [java] EOF in middle of incomplete ETAG(fatal) Expected "</root>" to terminate element starting on line 1. [line 3]
3.1 [42]element01 [java] EOF in middle of incomplete ETAG(fatal) Next character must be ">" terminating element "root". [line 3]
3.1 [42]not-wf-sa-019 [java] End tags may not be abbreviated as '</>'.(fatal) Expected "</doc>" to terminate element starting on line 1. [line 1]
3.1 [42]not-wf-sa-042 [java] Invalid End Tag (fatal) Illegal character at end of document, &#x3c;. [line 1]
3.1 [42]not-wf-sa-053 [java] End tag does not match start tag. (fatal) Expected "</doc>" to terminate element starting on line 1. [line 1]
3.1 [42]o-p42fail1 [java] no space before name [java] (fatal) Expected "</doc>" to terminate element starting on line 1. [line 1]
3.1 [42]o-p42fail2 [java] cannot end with "/>" [java] (fatal) Next character must be ">" terminating element "doc". [line 1]
3.1 [42]o-p42fail3 [java] no NET (contrast with SGML) [java] (fatal) Next character must be ">" terminating element "doc". [line 1]
3.1 [43]element02 [java] Illegal markup (<%@ ... %>)(fatal) The content beginning "<%" is not legal markup. Perhaps the "%" (&#25;) character should be a letter. [line 3]
3.1 [43]element03 [java] Illegal markup (<% ... %>)(fatal) The content beginning "<%" is not legal markup. Perhaps the "%" (&#25;) character should be a letter. [line 3]
3.1 [43]element04 [java] Illegal markup (<!ELEMENT ... >)(fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 3]
3.1 [43]not-wf-sa-035 [java] The '<' character is a markup delimiter and must [java] start an element, CDATA section, PI, or comment. (fatal) The content beginning "< " is not legal markup. Perhaps the " " (&#20;) character should be a letter. [line 1]
3.1 [43]not-wf-sa-111 [java] Entiry reference must be in content of element not Start-tag. (fatal) Attribute names must not start with "&" characters. [line 4]
3.1 [43]not-wf-sa-150 [java] XML declarations may not be within element content. (fatal) XML declaration may only begin entities. [line 2]
3.1 [43]o-p43fail1 [java] no non-comment declarations [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 7]
3.1 [43]o-p43fail2 [java] no conditional sections [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 7]
3.1 [43]o-p43fail3 [java] no conditional sections [java] (fatal) The content beginning "<!" is not legal markup. Perhaps the "!" (&#21;) character should be a letter. [line 7]
3.1 [44]attlist11 [java] Whitespace required between attributes(fatal) Whitespace required before attributes. [line 6]
3.1 [44]not-wf-sa-045 [java] Invalid Empty Element Tag (fatal) Next character must be ">" terminating element "a". [line 2]
3.1 [44]not-wf-sa-047 [java] Invalid empty element tag invalid whitespace (fatal) Next character must be ">" terminating element "a". [line 2]
3.1 [44]not-wf-sa-186 [java] Whitespace is required between attribute/value pairs. (fatal) Whitespace required before attributes. [line 5]
3.1 [44]o-p44fail1 [java] Illegal space before Empty element tag. (fatal) Document root element is missing. [line 1]
3.1 [44]o-p44fail2 [java] Illegal space after Empty element tag. (fatal) Next character must be ">" terminating element "doc". [line 1]
3.1 [44]o-p44fail3 [java] Illegal comment in Empty element tag. (fatal) Attribute names must not start with "-" characters. [line 1]
3.1 [44]o-p44fail4 [java] Whitespace required between attributes. (fatal) Whitespace required before attributes. [line 1]
3.1 [44]o-p44fail5 [java] Duplicate attribute name is illegal. (fatal) Attribute "att" already appeared in this tag. [line 1]
3.2ibm-not-wf-P45-ibm45n01.xml [java] Tests elementdecl with a required field missing. The Name is missing [java] in the second elementdecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ELEMENT declaration. [line 5]
3.2ibm-not-wf-P45-ibm45n02.xml [java] Tests elementdecl with a required field missing. The white space is [java] missing between "aEle" and "(#PCDATA)" in the second elementdecl in the DTD. [java] (fatal) Missing whitespace after element name declaration. [line 5]
3.2ibm-not-wf-P45-ibm45n03.xml [java] Tests elementdecl with a required field missing. The contentspec is [java] missing in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "root". [line 5]
3.2ibm-not-wf-P45-ibm45n04.xml [java] Tests elementdecl with a required field missing. The contentspec and [java] the white space is missing in the second elementdecl in the DTD. [java] (fatal) Missing whitespace after element name declaration. [line 5]
3.2ibm-not-wf-P45-ibm45n05.xml [java] Tests elementdecl with a required field missing. The Name, the white [java] space, and the contentspec are missing in the second elementdecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ELEMENT declaration. [line 5]
3.2ibm-not-wf-P45-ibm45n06.xml [java] Tests elementdecl with wrong field ordering. The Name occurs after the [java] contentspec in the second elementdecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ELEMENT declaration. [line 5]
3.2ibm-not-wf-P45-ibm45n07.xml [java] Tests elementdecl with wrong beginning sequence. The string [java] "(less than)ELEMENT" is used as the beginning sequence in the second [java] elementdecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 5]
3.2ibm-not-wf-P45-ibm45n08.xml [java] Tests elementdecl with wrong key word. The string "Element" is used as [java] the key word in the second elementdecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 5]
3.2ibm-not-wf-P45-ibm45n09.xml [java] Tests elementdecl with wrong key word. The string "element" is used as [java] the key word in the second elementdecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 5]
3.2ibm-not-wf-P46-ibm46n01.xml [java] Tests contentspec with wrong key word. the string "empty" is used as [java] the key word in the contentspec of the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2ibm-not-wf-P46-ibm46n02.xml [java] Tests contentspec with wrong key word. the string "Empty" is used as [java] the key word in the contentspec of the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2ibm-not-wf-P46-ibm46n03.xml [java] Tests contentspec with wrong key word. the string "Any" is used as [java] the key word in the contentspec of the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2ibm-not-wf-P46-ibm46n04.xml [java] Tests contentspec with wrong key word. the string "any" is used as [java] the key word in the contentspec of the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2ibm-not-wf-P46-ibm46n05.xml [java] Tests contentspec with a wrong option. The string "#CDATA" is used as [java] the contentspec in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2 [45]not-wf-sa-057 [java] This isn't SGML; comments can't exist in declarations. (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "e". [line 2]
3.2 [45]not-wf-sa-129 [java] Invalid syntax for Element Type Declaration. (fatal) Next character must be "(" starting content model for element "doc". [line 2]
3.2 [45]not-wf-sa-130 [java] Invalid syntax for Element Type Declaration. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "+". [line 2]
3.2 [45]not-wf-sa-131 [java] Invalid syntax for Element Type Declaration. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "-". [line 2]
3.2 [45]not-wf-sa-136 [java] Tag omission is invalid in XML. (fatal) Next character must be "(" starting content model for element "doc". [line 2]
3.2 [45]not-wf-sa-137 [java] Space is required before a content model. (fatal) Missing whitespace after element name declaration. [line 2]
3.2 [45]o-p45fail1 [java] ELEMENT must be upper case. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 3]
3.2 [45]o-p45fail2 [java] S before contentspec is required. [java] (fatal) Missing whitespace after element name declaration. [line 3]
3.2 [45]o-p45fail3 [java] only one content spec [java] (fatal) Only whitespace allowed before name in <!ELEMENT declaration. [line 3]
3.2 [45]o-p45fail4 [java] no comments in declarations (contrast with SGML) [java] (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "-". [line 3]
3.2 [45]sgml05 [java] ELEMENT declarations apply to only one element, unlike SGML(fatal) Only whitespace allowed before name in <!ELEMENT declaration. [line 8]
3.2 [45]sgml07 [java] SGML Tag minimization specifications are not allowed(fatal) Next character must be "(" starting content model for element "root". [line 3]
3.2 [45]sgml08 [java] SGML Tag minimization specifications are not allowed(fatal) Next character must be "(" starting content model for element "root". [line 3]
3.2 [45]sgml09 [java] SGML Content model exception specifications are not allowed(fatal) ">" must terminate <!ELEMENT footnote ...> declaration, not "-". [line 4]
3.2 [45]sgml10 [java] SGML Content model exception specifications are not allowed(fatal) ">" must terminate <!ELEMENT section ...> declaration, not "+". [line 3]
3.2 [46]o-p46fail1 [java] no parens on declared content [java] (fatal) No content model may contain "#". [line 4]
3.2 [46]o-p46fail2 [java] no inclusions (contrast with SGML) [java] (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "+". [line 4]
3.2 [46]o-p46fail3 [java] no exclusions (contrast with SGML) [java] (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "-". [line 4]
3.2 [46]o-p46fail4 [java] no space before occurrence [java] (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "+". [line 4]
3.2 [46]o-p46fail5 [java] single group [java] (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "(". [line 4]
3.2 [46]o-p46fail6 [java] can't be both declared and modeled [java] (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "(". [line 4]
3.2 [46]sgml11 [java] CDATA is not a valid content model spec(fatal) Next character must be "(" starting content model for element "ROOT". [line 3]
3.2 [46]sgml12 [java] RCDATA is not a valid content model spec(fatal) Next character must be "(" starting content model for element "ROOT". [line 3]
3.2.1ibm-not-wf-P47-ibm47n01.xml [java] Tests children with a required field missing. The "+" is used as the [java] choice or seq field in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2.1ibm-not-wf-P47-ibm47n02.xml [java] Tests children with a required field missing. The "*" is used as the [java] choice or seq field in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2.1ibm-not-wf-P47-ibm47n03.xml [java] Tests children with a required field missing. The "?" is used as the [java] choice or seq field in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 5]
3.2.1ibm-not-wf-P47-ibm47n04.xml [java] Tests children with wrong field ordering. The "*" occurs before the [java] seq field (a,a) in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 6]
3.2.1ibm-not-wf-P47-ibm47n05.xml [java] Tests children with wrong field ordering. The "+" occurs before the [java] choice field (a|a) in the second elementdecl in the DTD. [java] (fatal) Next character must be "(" starting content model for element "aElement". [line 7]
3.2.1ibm-not-wf-P47-ibm47n06.xml [java] Tests children with wrong key word. The "^" occurs after the seq field [java] in the second elementdecl in the DTD. [java] (fatal) ">" must terminate <!ELEMENT aElement ...> declaration, not "^". [line 6]
3.2.1ibm-not-wf-P48-ibm48n01.xml [java] Tests cp with a required fields missing. The field Name|choice|seq is [java] missing in the second cp in the choice field in the third elementdecl in the [java] DTD. [java] (fatal) Choice content model must not contain "+". [line 6]
3.2.1ibm-not-wf-P48-ibm48n02.xml [java] Tests cp with a required fields missing. The field Name|choice|seq is [java] missing in the cp in the third elementdecl in the DTD. [java] (fatal) No content model may contain "*". [line 6]
3.2.1ibm-not-wf-P48-ibm48n03.xml [java] Tests cp with a required fields missing. The field Name|choice|seq is [java] missing in the first cp in the choice field in the third elementdecl in the [java] DTD. [java] (fatal) No content model may contain "?". [line 6]
3.2.1ibm-not-wf-P48-ibm48n04.xml [java] Tests cp with wrong field ordering. The "+" occurs before the seq (a,a) [java] in the first cp in the choice field in the third elementdecl in the DTD. [java] (fatal) No content model may contain "+". [line 6]
3.2.1ibm-not-wf-P48-ibm48n05.xml [java] Tests cp with wrong field ordering. The "*" occurs before the choice [java] (a|b) in the first cp in the seq field in the third elementdecl in the DTD. [java] (fatal) No content model may contain "*". [line 7]
3.2.1ibm-not-wf-P48-ibm48n06.xml [java] Tests cp with wrong field ordering. The "?" occurs before the Name "a" [java] in the second cp in the seq field in the third elementdecl in the DTD. [java] (fatal) Sequence content model must not contain "?". [line 6]
3.2.1ibm-not-wf-P48-ibm48n07.xml [java] Tests cp with wrong key word. The "^" occurs after the Name "a" in the [java] first cp in the choice field in the third elementdecl in the DTD. [java] (fatal) Choice content model must not contain "^". [line 6]
3.2.1ibm-not-wf-P49-ibm49n01.xml [java] Tests choice with a required field missing. The two cps are missing in [java] the choice field in the third elementdecl in the DTD. [java] (fatal) No content model may contain "|". [line 6]
3.2.1ibm-not-wf-P49-ibm49n02.xml [java] Tests choice with a required field missing. The third cp is missing in [java] the choice field in the fourth elementdecl in the DTD. [java] FAIL [Document not WF; no error reported]
3.2.1ibm-not-wf-P49-ibm49n03.xml [java] Tests choice with a wrong separator. The "!" is used as the separator [java] in the choice field in the fourth elementdecl in the DTD. [java] (fatal) Choice content model must not contain "!". [line 7]
3.2.1ibm-not-wf-P49-ibm49n04.xml [java] Tests choice with a required field missing. The separator "|" is [java] missing in the choice field (a b)+ in the fourth elementdecl in the DTD. [java] FAIL [Document not WF; no error reported]
3.2.1ibm-not-wf-P49-ibm49n05.xml [java] Tests choice with an extra separator. An extra "|" occurs between a [java] and b in the choice field in the fourth elementdecl in the DTD. [java] (fatal) Choice content model must not contain "|". [line 7]
3.2.1ibm-not-wf-P49-ibm49n06.xml [java] Tests choice with a required field missing. The closing bracket ")" is [java] missing in the choice field (a |b * in the fourth elementdecl in the DTD. [java] (fatal) Need right parenthesis or "|" in content model, not "*". [line 7]
3.2.1ibm-not-wf-P50-ibm50n01.xml [java] Tests seq with a required field missing. The two cps are missing in [java] the seq field in the fourth elementdecl in the DTD. [java] (fatal) No content model may contain ",". [line 7]
3.2.1ibm-not-wf-P50-ibm50n02.xml [java] Tests seq with a required field missing. The third cp is missing in [java] the seq field in the fourth elementdecl in the DTD. [java] FAIL [Document not WF; no error reported]
3.2.1ibm-not-wf-P50-ibm50n03.xml [java] Tests seq with a wrong separator. The "|" is used as the separator [java] between a and b in the seq field in the fourth elementdecl in the DTD. [java] (fatal) Need right parenthesis or "," in content model, not "|". [line 7]
3.2.1ibm-not-wf-P50-ibm50n04.xml [java] Tests seq with a wrong separator. The "." is used as the separator [java] between a and b in the seq field in the fourth elementdecl in the DTD. [java] (fatal) Choice content model must not contain ".". [line 7]
3.2.1ibm-not-wf-P50-ibm50n05.xml [java] Tests seq with an extra separator. An extra "," occurs between (a|b) [java] and a in the seq field in the fourth elementdecl in the DTD. [java] (fatal) Sequence content model must not contain ",". [line 7]
3.2.1ibm-not-wf-P50-ibm50n06.xml [java] Tests seq with a required field missing. The separator between (a|b) [java] and (b|a) is missing in the seq field in the fourth elementdecl in the DTD. [java] FAIL [Document not WF; no error reported]
3.2.1ibm-not-wf-P50-ibm50n07.xml [java] Tests seq with wrong closing bracket. The "]" is used as the closing [java] bracket in the seq field in the fourth elementdecl in the DTD. [java] (fatal) Need right parenthesis or "," in content model, not "]". [line 7]
3.2.1not-wf-sa-133 [java] Illegal whitespace before optional character causes syntax error. (fatal) Choice content model must not contain "*". [line 2]
3.2.1not-wf-sa-134 [java] Illegal whitespace before optional character causes syntax error. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "*". [line 2]
3.2.1 [46]not-wf-sa-139 [java] The element-content model should not be empty. (fatal) No content model may contain ")". [line 2]
3.2.1 [47]not-wf-sa-122 [java] Invalid syntax mixed connectors are used. (fatal) Need right parenthesis or "," in content model, not "|". [line 2]
3.2.1 [47]not-wf-sa-135 [java] Invalid character used as connector. (fatal) Choice content model must not contain "&". [line 2]
3.2.1 [47]o-p47fail1 [java] Invalid operator '|' must match previous operator ','(fatal) Need right parenthesis or "," in content model, not "|". [line 4]
3.2.1 [47]o-p47fail2 [java] Illegal character '-' in Element-content model (fatal) ">" must terminate <!ELEMENT a ...> declaration, not "-". [line 4]
3.2.1 [47]o-p47fail3 [java] Optional character must follow a name or list (fatal) Next character must be "(" starting content model for element "a". [line 4]
3.2.1 [47]o-p47fail4 [java] Illegal space before optional character(fatal) ">" must terminate <!ELEMENT a ...> declaration, not "?". [line 4]
3.2.1 [47]sgml13 [java] SGML Unordered content models not allowed(fatal) Choice content model must not contain "&". [line 3]
3.2.1 [48]content01 [java] No whitespace before "?" in content model(fatal) Choice content model must not contain "?". [line 3]
3.2.1 [48]content02 [java] No whitespace before "*" in content model(fatal) Choice content model must not contain "*". [line 3]
3.2.1 [48]content03 [java] No whitespace before "+" in content model(fatal) Choice content model must not contain "+". [line 3]
3.2.1 [48]not-wf-sa-123 [java] Invalid syntax mismatched parenthesis. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not ")". [line 2]
3.2.1 [48]not-wf-sa-138 [java] Invalid syntax for content particle. (fatal) Choice content model must not contain "?". [line 2]
3.2.1 [48]o-p48fail1 [java] Illegal space before optional character (fatal) Choice content model must not contain "*". [line 4]
3.2.1 [48]o-p48fail2 [java] Illegal space before optional character (fatal) Choice content model must not contain "+". [line 4]
3.2.1 [49]o-p49fail1 [java] connectors must match (fatal) Need right parenthesis or "|" in content model, not ",". [line 4]
3.2.1 [50]not-wf-sa-132 [java] Invalid syntax mixed connectors used. (fatal) Need right parenthesis or "," in content model, not "|". [line 2]
3.2.1 [50]o-p50fail1 [java] connectors must match (fatal) Need right parenthesis or "," in content model, not "|". [line 4]
3.2.1 [55]nwf-dtd00 [java] Comma mandatory in content model(fatal) Need right parenthesis or "," in content model, not "f". [line 2]
3.2.1 [55]nwf-dtd01 [java] Can't mix comma and vertical bar in content models(fatal) Need right parenthesis or "," in content model, not "|". [line 2]
3.2.2ibm-not-wf-P51-ibm51n01.xml [java] Tests Mixed with a wrong key word. The string "#pcdata" is used as the [java] key word in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) No content model may contain "#". [line 7]
3.2.2ibm-not-wf-P51-ibm51n02.xml [java] Tests Mixed with wrong field ordering. The field #PCDATA does not [java] occur as the first component in the Mixed field in the fourth elementdecl in [java] the DTD. [java] (fatal) Choice content model must not contain "#". [line 7]
3.2.2ibm-not-wf-P51-ibm51n03.xml [java] Tests Mixed with a separator missing. The separator "|" is missing in [java] between #PCDATA and a in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) Mixed content model for "aElement" must end with ")*", not "a". [line 7]
3.2.2ibm-not-wf-P51-ibm51n04.xml [java] Tests Mixed with a wrong key word. The string "#CDATA" is used as the [java] key word in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) No content model may contain "#". [line 7]
3.2.2ibm-not-wf-P51-ibm51n05.xml [java] Tests Mixed with a required field missing. The "*" is missing after [java] the ")" in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) Mixed content model for "aElement" must end with ")*", not ")". [line 7]
3.2.2ibm-not-wf-P51-ibm51n06.xml [java] Tests Mixed with wrong closing bracket. The "]" is used as the closing [java] bracket in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) Mixed content model for "aElement" must end with ")*", not "]". [line 7]
3.2.2ibm-not-wf-P51-ibm51n07.xml [java] Tests Mixed with a required field missing. The closing bracket ")" is [java] missing after (#PCDATA in the Mixed field in the fourth elementdecl in the DTD. [java] (fatal) Mixed content model for "aElement" must end with ")*", not "*". [line 7]
3.2.2 [51]not-wf-sa-124 [java] Invalid format of Mixed-content declaration. (fatal) Choice content model must not contain "#". [line 2]
3.2.2 [51]not-wf-sa-125 [java] Invalid syntax extra set of parenthesis not necessary. (fatal) No content model may contain "#". [line 2]
3.2.2 [51]not-wf-sa-126 [java] Invalid syntax Mixed-content must be defined as zero or more. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "+". [line 2]
3.2.2 [51]not-wf-sa-127 [java] Invalid syntax Mixed-content must be defined as zero or more. (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "?". [line 2]
3.2.2 [51]not-wf-sa-183 [java] Mixed content declarations may not include content particles.(fatal) Mixed content model for "doc" must end with ")*", not "*". [line 2]
3.2.2 [51]not-wf-sa-184 [java] In mixed content models, element names must not be [java] parenthesized. (fatal) Illegal mixed content model for "doc", next char = &#x28;. [line 2]
3.2.2 [51]o-p51fail1 [java] occurrence on #PCDATA group must be * [java] (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "?". [line 3]
3.2.2 [51]o-p51fail2 [java] occurrence on #PCDATA group must be * [java] (fatal) ">" must terminate <!ELEMENT doc ...> declaration, not "+". [line 3]
3.2.2 [51]o-p51fail3 [java] #PCDATA must come first [java] (fatal) Choice content model must not contain "#". [line 4]
3.2.2 [51]o-p51fail4 [java] occurrence on #PCDATA group must be * [java] (fatal) Mixed content model for "a" must end with ")*", not ")". [line 4]
3.2.2 [51]o-p51fail5 [java] only '|' connectors [java] (fatal) Mixed content model for "a" must end with ")*", not ",". [line 4]
3.2.2 [51]o-p51fail6 [java] Only '|' connectors and occurrence on #PCDATA group must be * (fatal) Mixed content model for "a" must end with ")*", not ",". [line 4]
3.2.2 [51]o-p51fail7 [java] no nested groups [java] (fatal) Illegal mixed content model for "a", next char = &#x28;. [line 4]
3.3ibm-not-wf-P52-ibm52n01.xml [java] Tests AttlistDecl with a required field missing. The Name is missing [java] in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "#") for attribute "CDATA". [line 6]
3.3ibm-not-wf-P52-ibm52n02.xml [java] Tests AttlistDecl with a required field missing. The white space is [java] missing between the beginning sequence and the name in the AttlistDecl [java] in the DTD. [java] (fatal) Missing whitespace before name in <!ATTLIST declaration. [line 6]
3.3ibm-not-wf-P52-ibm52n03.xml [java] Tests AttlistDecl with wrong field ordering. The Name "a" occurs after [java] the first AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with """) for attribute "CDATA". [line 6]
3.3ibm-not-wf-P52-ibm52n04.xml [java] Tests AttlistDecl with wrong key word. The string "Attlist" is used as [java] the key word in the beginning sequence in the AttlistDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 6]
3.3ibm-not-wf-P52-ibm52n05.xml [java] Tests AttlistDecl with a required field missing. The closing bracket [java] "greater than" is missing in the AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not "<". [line 7]
3.3ibm-not-wf-P52-ibm52n06.xml [java] Tests AttlistDecl with wrong beginning sequence. The string [java] "(less than)ATTLIST" is used as the beginning sequence in the AttlistDecl in [java] the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 6]
3.3ibm-not-wf-P53-ibm53n01.xml [java] Tests AttDef with a required field missing. The DefaultDecl is missing [java] in the AttDef for the name "attr1" in the AttlistDecl in the DTD. [java] (fatal) Value must be quoted. [line 6]
3.3ibm-not-wf-P53-ibm53n02.xml [java] Tests AttDef with a required field missing. The white space is missing [java] between (abc|def) and "def" in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Missing whitespace between attribute type and default value. [line 6]
3.3ibm-not-wf-P53-ibm53n03.xml [java] Tests AttDef with a required field missing. The AttType is missing [java] for "attr1" in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "#") for attribute "attr1". [line 6]
3.3ibm-not-wf-P53-ibm53n04.xml [java] Tests AttDef with a required field missing. The white space is missing [java] between "attr1" and (abc|def) in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Missing whitespace between attribute name and type. [line 6]
3.3ibm-not-wf-P53-ibm53n05.xml [java] Tests AttDef with a required field missing. The Name is missing in the [java] AttDef in the AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not "(". [line 6]
3.3ibm-not-wf-P53-ibm53n06.xml [java] Tests AttDef with a required field missing. The white space before the [java] name "attr2" is missing in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Value must be quoted. [line 6]
3.3ibm-not-wf-P53-ibm53n07.xml [java] Tests AttDef with wrong field ordering. The Name "attr1" occurs after [java] the AttType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not "(". [line 6]
3.3ibm-not-wf-P53-ibm53n08.xml [java] Tests AttDef with wrong field ordering. The Name "attr1" occurs after [java] the AttType and "default" occurs before the AttType in the AttDef in the [java] AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not """. [line 6]
3.3 [52]not-wf-sa-066 [java] Required whitespace is missing. (fatal) Missing whitespace between attribute type and default value. [line 3]
3.3 [52]not-wf-sa-158 [java] SGML-ism: "#NOTATION gif" can't have attributes. (fatal) Only whitespace allowed before name in <!ATTLIST declaration. [line 4]
3.3 [52]o-p52fail1 [java] A name is required [java] (fatal) Only whitespace allowed before name in <!ATTLIST declaration. [line 4]
3.3 [52]o-p52fail2 [java] A name is required [java] (fatal) Missing whitespace before name in <!ATTLIST declaration. [line 4]
3.3 [52]sgml04 [java] ATTLIST declarations apply to only one element, unlike SGML(fatal) Only whitespace allowed before name in <!ATTLIST declaration. [line 7]
3.3 [52]sgml06 [java] ATTLIST declarations are never global, unlike in SGML(fatal) Only whitespace allowed before name in <!ATTLIST declaration. [line 6]
3.3 [53]not-wf-sa-064 [java] Space is required between attribute type and default values [java] in <!ATTLIST...> declarations. (fatal) Missing whitespace between attribute type and default value. [line 3]
3.3 [53]not-wf-sa-065 [java] Space is required between attribute name and type [java] in <!ATTLIST...> declarations. (fatal) Missing whitespace between attribute name and type. [line 3]
3.3 [53]not-wf-sa-067 [java] Space is required between attribute type and default values [java] in <!ATTLIST...> declarations. (fatal) Missing whitespace between attribute type and default value. [line 3]
3.3 [53]o-p53fail1 [java] S is required before default [java] (fatal) Missing whitespace between attribute type and default value. [line 4]
3.3 [53]o-p53fail2 [java] S is required before type [java] (fatal) Missing whitespace between attribute name and type. [line 4]
3.3 [53]o-p53fail3 [java] type is required [java] (fatal) Illegal type (starts with "#") for attribute "att". [line 4]
3.3 [53]o-p53fail4 [java] default is required [java] (fatal) Missing whitespace between attribute type and default value. [line 4]
3.3 [53]o-p53fail5 [java] name is requried [java] (fatal) Either an attribute declaration or ">" is expected, not "(". [line 4]
3.3.1ibm-not-wf-P54-ibm54n01.xml [java] Tests AttType with a wrong option. The string "BOGUSATTR" is used as [java] the AttType in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "B") for attribute "att". [line 7]
3.3.1ibm-not-wf-P54-ibm54n02.xml [java] Tests AttType with a wrong option. The string "PCDATA" is used as [java] the AttType in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "P") for attribute "att". [line 7]
3.3.1ibm-not-wf-P55-ibm55n01.xml [java] Tests StringType with a wrong key word. The lower case string "cdata" [java] is used as the StringType in the AttType in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "c") for attribute "att". [line 7]
3.3.1ibm-not-wf-P55-ibm55n02.xml [java] Tests StringType with a wrong key word. The string "#CDATA" is used as [java] the StringType in the AttType in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "#") for attribute "att". [line 7]
3.3.1ibm-not-wf-P55-ibm55n03.xml [java] Tests StringType with a wrong key word. The string "CData" is used as [java] the StringType in the AttType in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "C") for attribute "att". [line 7]
3.3.1ibm-not-wf-P56-ibm56n01.xml [java] Tests TokenizedType with wrong key word. The "id" is used in the [java] TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "i") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n02.xml [java] Tests TokenizedType with wrong key word. The "Idref" is used in the [java] TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "I") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n03.xml [java] Tests TokenizedType with wrong key word. The "Idrefs" is used in [java] the TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "I") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n04.xml [java] Tests TokenizedType with wrong key word. The "EntitY" is used in [java] the TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "E") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n05.xml [java] Tests TokenizedType with wrong key word. The "nmTOKEN" is used in [java] the TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "n") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n06.xml [java] Tests TokenizedType with wrong key word. The "NMtokens" is used in [java] the TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "N") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P56-ibm56n07.xml [java] Tests TokenizedType with wrong key word. The "#ID" is used in the [java] TokenizedType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "#") for attribute "attr". [line 7]
3.3.1ibm-not-wf-P57-ibm57n01.xml [java] Tests EnumeratedType with an illegal option. The "NMTOKEN (a|b)" [java] is used in the EnumeratedType in the AttlistDecl in the DTD. [java] (fatal) Value must be quoted. [line 6]
3.3.1ibm-not-wf-P58-ibm58n01.xml [java] Tests NotationType with wrong key word. The lower case "notation" is [java] used as the key word in the NotationType in the AttDef in the AttlistDecl in [java] the DTD. [java] (fatal) Illegal type (starts with "n") for attribute "attr". [line 8]
3.3.1ibm-not-wf-P58-ibm58n02.xml [java] Tests NotationType with a required field missing. The beginning bracket [java] "(" is missing in the NotationType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Next character must be "(" starting list of attribute NOTATIONS . [line 8]
3.3.1ibm-not-wf-P58-ibm58n03.xml [java] Tests NotationType with a required field missing. The Name is missing [java] in the "()" in the NotationType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Notation name is required. [line 8]
3.3.1ibm-not-wf-P58-ibm58n04.xml [java] Tests NotationType with a required field missing. The closing bracket [java] is missing in the NotationType in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Notation name is required. [line 8]
3.3.1ibm-not-wf-P58-ibm58n05.xml [java] Tests NotationType with wrong field ordering. The key word "NOTATION" [java] occurs after "(this)" in the NotationType in the AttDef in the AttlistDecl in [java] the DTD. [java] (fatal) Value must be quoted. [line 8]
3.3.1ibm-not-wf-P58-ibm58n06.xml [java] Tests NotationType with wrong separator. The "," is used as a separator [java] between "this" and "that" in the NotationType in the AttDef in the AttlistDecl [java] in the DTD. [java] (fatal) Notation name is required. [line 10]
3.3.1ibm-not-wf-P58-ibm58n07.xml [java] Tests NotationType with a required field missing. The white space is [java] missing between "NOTATION" and "(this)" in the NotationType in the AttDef in the [java] AttlistDecl in the DTD. [java] (fatal) Missing whitespace after NOTATION type name. [line 9]
3.3.1ibm-not-wf-P58-ibm58n08.xml [java] Tests NotationType with extra wrong characters. The double quote [java] character occurs after "(" and before ")" in the NotationType in the AttDef in [java] the AttlistDecl in the DTD. [java] (fatal) Notation name is required. [line 9]
3.3.1ibm-not-wf-P59-ibm59n01.xml [java] Tests Enumeration with required fields missing. The Nmtokens and "|"s are [java] missing in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Name tokens must not start with ")" characters. [line 8]
3.3.1ibm-not-wf-P59-ibm59n02.xml [java] Tests Enumeration with a required field missing. The closing bracket ")" is [java] missing in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Name tokens must not start with "#" characters. [line 8]
3.3.1ibm-not-wf-P59-ibm59n03.xml [java] Tests Enumeration with wrong separator. The "," is used as the separator in [java] the AttDef in the AttlistDecl in the DTD. [java] (fatal) Name tokens must not start with "," characters. [line 9]
3.3.1ibm-not-wf-P59-ibm59n04.xml [java] Tests Enumeration with illegal presence. The double quotes occur around the [java] Enumeration value in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Name tokens must not start with """ characters. [line 8]
3.3.1ibm-not-wf-P59-ibm59n05.xml [java] Tests Enumeration with a required field missing. The white space is missing [java] between in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "e") for attribute "attr". [line 8]
3.3.1ibm-not-wf-P59-ibm59n06.xml [java] Tests Enumeration with a required field missing. The beginning bracket "(" is [java] missing in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Illegal type (starts with "e") for attribute "attr". [line 8]
3.3.1 [54]not-wf-sa-058 [java] Invalid character , in ATTLIST enumeration (fatal) Name tokens must not start with "," characters. [line 3]
3.3.1 [54]o-p54fail1 [java] don't pass unknown attribute types [java] (fatal) Illegal type (starts with "D") for attribute "att". [line 4]
3.3.1 [55]o-p55fail1 [java] must be upper case [java] (fatal) Illegal type (starts with "c") for attribute "att". [line 4]
3.3.1 [56]attlist01 [java] SGML's NUTOKEN is not allowed.(fatal) Illegal type (starts with "N") for attribute "number". [line 7]
3.3.1 [56]attlist02 [java] SGML's NUTOKENS attribute type is not allowed.(fatal) Illegal type (starts with "N") for attribute "number". [line 7]
3.3.1 [56]attlist04 [java] SGML's NUMBER attribute type is not allowed.(fatal) Illegal type (starts with "N") for attribute "number". [line 7]
3.3.1 [56]attlist05 [java] SGML's NUMBERS attribute type is not allowed.(fatal) Illegal type (starts with "N") for attribute "numbers". [line 7]
3.3.1 [56]attlist06 [java] SGML's NAME attribute type is not allowed.(fatal) Illegal type (starts with "N") for attribute "number". [line 7]
3.3.1 [56]attlist07 [java] SGML's NAMES attribute type is not allowed.(fatal) Illegal type (starts with "N") for attribute "number". [line 7]
3.3.1 [56]attlist08 [java] SGML's #CURRENT is not allowed.(fatal) Value must be quoted. [line 7]
3.3.1 [56]attlist09 [java] SGML's #CONREF is not allowed.(fatal) Value must be quoted. [line 5]
3.3.1 [56]not-wf-sa-060 [java] Invalid type NAME defined in ATTLIST.(fatal) Illegal type (starts with "N") for attribute "a1". [line 3]
3.3.1 [56]o-p56fail1 [java] no IDS type [java] (fatal) Missing whitespace between attribute type and default value. [line 4]
3.3.1 [56]o-p56fail2 [java] no NUMBER type [java] (fatal) Illegal type (starts with "N") for attribute "att". [line 4]
3.3.1 [56]o-p56fail3 [java] no NAME type [java] (fatal) Illegal type (starts with "N") for attribute "att". [line 4]
3.3.1 [56]o-p56fail4 [java] no ENTITYS type [java] - types must be upper case [java] (fatal) Missing whitespace between attribute type and default value. [line 4]
3.3.1 [56]o-p56fail5 [java] types must be upper case (fatal) Illegal type (starts with "i") for attribute "att". [line 4]
3.3.1 [57]o-p57fail1 [java] no keyword for NMTOKEN enumeration [java] (fatal) Value must be quoted. [line 4]
3.3.1 [58]not-wf-sa-068 [java] Space is required between NOTATION keyword and list of [java] enumerated choices in <!ATTLIST...> declarations. (fatal) Missing whitespace after NOTATION type name. [line 3]
3.3.1 [58]o-p58fail1 [java] at least one value required [java] (fatal) Notation name is required. [line 6]
3.3.1 [58]o-p58fail2 [java] separator must be '|' [java] (fatal) Notation name is required. [line 6]
3.3.1 [58]o-p58fail3 [java] notations are NAMEs, not NMTOKENs -- note: [java] Leaving the invalid [java] notation undeclared would cause a validating parser to fail without [java] checking the name syntax, so the notation is declared with an [java] invalid name. A parser that reports error positions should report [java] an error at the AttlistDecl on line 6, before reaching the notation [java] declaration. [java] (fatal) Notation name is required. [line 6]
3.3.1 [58]o-p58fail4 [java] NOTATION must be upper case [java] (fatal) Illegal type (starts with "n") for attribute "att". [line 6]
3.3.1 [58]o-p58fail5 [java] S after keyword is required [java] (fatal) Missing whitespace after NOTATION type name. [line 6]
3.3.1 [58]o-p58fail6 [java] parentheses are require [java] (fatal) Next character must be "(" starting list of attribute NOTATIONS . [line 5]
3.3.1 [58]o-p58fail7 [java] values are unquoted [java] (fatal) Next character must be "(" starting list of attribute NOTATIONS . [line 5]
3.3.1 [58]o-p58fail8 [java] values are unquoted [java] (fatal) Notation name is required. [line 5]
3.3.1 [59]attlist03 [java] Comma doesn't separate enumerations, unlike in SGML.(fatal) Name tokens must not start with "," characters. [line 7]
3.3.1 [59]not-wf-sa-059 [java] String literal must be in quotes. (fatal) Value must be quoted. [line 3]
3.3.1 [59]o-p59fail1 [java] at least one required [java] (fatal) Name tokens must not start with ")" characters. [line 4]
3.3.1 [59]o-p59fail2 [java] separator must be "," [java] (fatal) Name tokens must not start with "," characters. [line 4]
3.3.1 [59]o-p59fail3 [java] values are unquoted [java] (fatal) Name tokens must not start with """ characters. [line 4]
3.3.2ibm-not-wf-P60-ibm60n01.xml [java] Tests DefaultDecl with wrong key word. The string "#required" is [java] used as the key word in the DefaultDecl in the AttDef in the AttlistDecl [java] in the DTD. [java] (fatal) Value must be quoted. [line 7]
3.3.2ibm-not-wf-P60-ibm60n02.xml [java] Tests DefaultDecl with wrong key word. The string "Implied" is [java] used as the key word in the DefaultDecl in the AttDef in the AttlistDecl [java] in the DTD. [java] (fatal) Value must be quoted. [line 7]
3.3.2ibm-not-wf-P60-ibm60n03.xml [java] Tests DefaultDecl with wrong key word. The string "!IMPLIED" is [java] used as the key word in the DefaultDecl in the AttDef in the AttlistDecl [java] in the DTD. [java] (fatal) Value must be quoted. [line 7]
3.3.2ibm-not-wf-P60-ibm60n04.xml [java] Tests DefaultDecl with a required field missing. There is no [java] attribute value specified after the key word "#FIXED" in the DefaultDecl in [java] the AttDef in the AttlistDecl in the DTD. [java] (fatal) Value must be quoted. [line 7]
3.3.2ibm-not-wf-P60-ibm60n05.xml [java] Tests DefaultDecl with a required field missing. The white space is [java] missing between the key word "#FIXED" and the attribute value in the [java] DefaultDecl in the AttDef in the AttlistDecl in the DTD. [java] (fatal) Missing whitespace after #FIXED. [line 7]
3.3.2ibm-not-wf-P60-ibm60n06.xml [java] Tests DefaultDecl with wrong field ordering. The key word "#FIXED" [java] occurs after the attribute value "introduction" in the DefaultDecl in the [java] AttDef in the AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not "#". [line 7]
3.3.2ibm-not-wf-P60-ibm60n07.xml [java] Tests DefaultDecl against WFC of P60. The text replacement of the [java] entity "avalue" contains the "less than" character in the DefaultDecl in the [java] AttDef in the AttlistDecl in the DTD. [java] (fatal) Use "&lt;" for "<" in attribute values. [line 11]
3.3.2ibm-not-wf-P60-ibm60n08.xml [java] Tests DefaultDecl with more than one key word. The "#REQUIRED" and [java] the "#IMPLIED" are used as the key words in the DefaultDecl in the AttDef [java] in the AttlistDecl in the DTD. [java] (fatal) Either an attribute declaration or ">" is expected, not "#". [line 7]
3.3.2 [60]o-p60fail1 [java] keywords must be upper case [java] (fatal) Value must be quoted. [line 4]
3.3.2 [60]o-p60fail2 [java] S is required after #FIXED [java] (fatal) Missing whitespace after #FIXED. [line 4]
3.3.2 [60]o-p60fail3 [java] only #FIXED has both keyword and value [java] (fatal) Either an attribute declaration or ">" is expected, not """. [line 4]
3.3.2 [60]o-p60fail4 [java] #FIXED required value [java] (fatal) Missing whitespace after #FIXED. [line 4]
3.3.2 [60]o-p60fail5 [java] only one default type [java] (fatal) Either an attribute declaration or ">" is expected, not "#". [line 4]
3.4ibm-not-wf-P61-ibm61n01.xml [java] Tests conditionalSect with a wrong option. The word "NOTINCLUDE" is [java] used as part of an option which is wrong in the coditionalSect. [java] (fatal) Only INCLUDE and IGNORE are allowed, not "NOTINCLUDE". [line 3]
3.4ibm-not-wf-P62-ibm62n01.xml [java] Tests includeSect with wrong key word. The string "include" is used [java] as a key word in the beginning sequence in the includeSect in the file [java] ibm62n01.dtd. [java] (fatal) Only INCLUDE and IGNORE are allowed, not "include". [line 3]
3.4ibm-not-wf-P62-ibm62n02.xml [java] Tests includeSect with wrong beginning sequence. An extra "[" occurs [java] in the beginning sequence in the includeSect in the file ibm62n02.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 3]
3.4ibm-not-wf-P62-ibm62n03.xml [java] Tests includeSect with wrong beginning sequence. A wrong character "?" [java] occurs in the beginning sequence in the includeSect in the file ibm62n03.dtd. [java] (fatal) Processing instruction target is missing. [line 3]
3.4ibm-not-wf-P62-ibm62n04.xml [java] Tests includeSect with a required field missing. The key word [java] "INCLUDE" is missing in the includeSect in the file ibm62n04.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 3]
3.4ibm-not-wf-P62-ibm62n05.xml [java] Tests includeSect with a required field missing. The "]" is missing [java] after the key word "INCLUDE" in the includeSect in the file ibm62n05.dtd. [java] (fatal) Next character must be "[" beginning condition DTD subset . [line 4]
3.4ibm-not-wf-P62-ibm62n06.xml [java] Tests includeSect with wrong field ordering. The two external subset [java] declarations occur before the key word "INCLUDE" in the includeSect in the [java] file ibm62n06.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 4]
3.4ibm-not-wf-P62-ibm62n07.xml [java] Tests includeSect with a required field missing. The closing sequence [java] "]](greater than)" is missing in the includeSect in the file ibm62n07.dtd. [java] (fatal) Unterminated conditional DTD section. [line 4]
3.4ibm-not-wf-P62-ibm62n08.xml [java] Tests includeSect with a required field missing. One "]" is missing [java] in the closing sequence in the includeSect in the file ibm62n08.dtd. [java] (fatal) Unterminated conditional DTD section. [line 6]
3.4ibm-not-wf-P63-ibm63n01.xml [java] Tests ignoreSect with wrong key word. The string "ignore" is used [java] as a key word in the beginning sequence in the ignoreSect in the file [java] ibm63n01.dtd. [java] (fatal) Only INCLUDE and IGNORE are allowed, not "ignore". [line 3]
3.4ibm-not-wf-P63-ibm63n02.xml [java] Tests ignoreSect with wrong beginning sequence. An extra "[" occurs [java] in the beginning sequence in the ignoreSect in the file ibm63n02.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 3]
3.4ibm-not-wf-P63-ibm63n03.xml [java] Tests ignoreSect with wrong beginning sequence. A wrong character "?" [java] occurs in the beginning sequence in the ignoreSect in the file ibm63n03.dtd. [java] (fatal) Processing instruction target is missing. [line 3]
3.4ibm-not-wf-P63-ibm63n04.xml [java] Tests ignoreSect with a required field missing. The key word [java] "IGNORE" is missing in the ignoreSect in the file ibm63n04.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 3]
3.4ibm-not-wf-P63-ibm63n05.xml [java] Tests ignoreSect with a required field missing. The "]" is missing [java] after the key word "IGNORE" in the ignoreSect in the file ibm63n05.dtd. [java] (fatal) Next character must be "[" beginning condition DTD subset . [line 4]
3.4ibm-not-wf-P63-ibm63n06.xml [java] Tests includeSect with wrong field ordering. The two external subset [java] declarations occur before the key word "IGNORE" in the ignoreSect in the [java] file ibm63n06.dtd. [java] (fatal) Need keyword in conditional DTD section. [line 4]
3.4ibm-not-wf-P63-ibm63n07.xml [java] Tests ignoreSect with a required field missing. The closing sequence [java] "]](greater than)" is missing in the ignoreSect in the file ibm63n07.dtd. [java] (fatal) Expansion of entity "&[dtd];" is not well formed. [line 8]
3.4ibm-not-wf-P64-ibm64n01.xml [java] Tests ignoreSectContents with wrong beginning sequence. The "?" occurs [java] in beginning sequence the ignoreSectContents in the file ibm64n01.dtd. [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 8]
3.4ibm-not-wf-P64-ibm64n02.xml [java] Tests ignoreSectContents with a required field missing.The closing [java] sequence is missing in the ignoreSectContents in the file ibm64n02.dtd. [java] (fatal) Expansion of entity "&[dtd];" is not well formed. [line 6]
3.4ibm-not-wf-P64-ibm64n03.xml [java] Tests ignoreSectContents with a required field missing.The beginning [java] sequence is missing in the ignoreSectContents in the file ibm64n03.dtd. [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 8]
3.4ibm-not-wf-P65-ibm65n01.xml [java] Tests Ignore with illegal string included. The string [java] "]](greater than)" is contained before "this" in the Ignore in the [java] ignoreSectContents in the file ibm65n01.dtd [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 6]
3.4ibm-not-wf-P65-ibm65n02.xml [java] Tests Ignore with illegal string included. The string [java] "(less than)![" is contained before "this" in the Ignore in the [java] ignoreSectContents in the file ibm65n02.dtd [java] (fatal) Expansion of entity "&[dtd];" is not well formed. [line 6]
3.4 [61]cond01 [java] Only INCLUDE and IGNORE are conditional section keywords(fatal) Only INCLUDE and IGNORE are allowed, not "CDATA". [line 3]
3.4 [61]cond02 [java] Must have keyword in conditional sections(fatal) Need keyword in conditional DTD section. [line 3]
3.4 [61]o-p61fail1 [java] no other types, including TEMP, which is valid in SGML [java] (fatal) Only INCLUDE and IGNORE are allowed, not "TEMP". [line 2]
3.4 [62]not-wf-not-sa-001 [java] Conditional sections must be properly terminated ("]>" used [java] instead of "]]>"). (fatal) Unterminated conditional DTD section. [line 3]
3.4 [62]not-wf-not-sa-003 [java] Conditional sections must be properly terminated ("]]>" omitted). (fatal) Expansion of entity "&[dtd];" is not well formed. [line 1]
3.4 [62]not-wf-not-sa-004 [java] Conditional sections must be properly terminated ("]]>" omitted). (fatal) Unterminated conditional DTD section. [line 2]
3.4 [62]not-wf-not-sa-006 [java] Conditional sections need a '[' after the INCLUDE or IGNORE. (fatal) Next character must be "[" beginning condition DTD subset . [line 2]
3.4 [62]o-p62fail1 [java] INCLUDE must be upper case [java] (fatal) Only INCLUDE and IGNORE are allowed, not "include". [line 1]
3.4 [62]o-p62fail2 [java] no spaces in terminating delimiter [java] (fatal) Unterminated conditional DTD section. [line 3]
3.4 [63]o-p63fail1 [java] IGNORE must be upper case [java] (fatal) Only INCLUDE and IGNORE are allowed, not "ignore". [line 2]
3.4 [63]o-p63fail2 [java] delimiters must be balanced [java] (fatal) Expansion of entity "&[dtd];" is not well formed. [line 1]
3.4 [64]o-p64fail1 [java] section delimiters must balance [java] (fatal) External parameter entity "%[dtd];" has characters after markup. [line 2]
3.4 [64]o-p64fail2 [java] section delimiters must balance [java] (fatal) Expansion of entity "&[dtd];" is not well formed. [line 1]
4.1ibm-not-wf-P66-ibm66n01.xml [java] Tests CharRef with an illegal character referred to. The "#002f" is [java] used as the referred character in the CharRef in the EntityDecl in the DTD. [java] (fatal) Illegal decimal character reference. [line 5]
4.1ibm-not-wf-P66-ibm66n02.xml [java] Tests CharRef with the semicolon character missing. The semicolon [java] character is missing at the end of the CharRef in the attribute value in [java] the STag of element "root". [java] (fatal) Illegal hexadecimal character reference. [line 7]
4.1ibm-not-wf-P66-ibm66n03.xml [java] Tests CharRef with an illegal character referred to. The "49" is [java] used as the referred character in the CharRef in the EntityDecl in the DTD. [java] (fatal) Illegal character or entity reference syntax. [line 5]
4.1ibm-not-wf-P66-ibm66n04.xml [java] Tests CharRef with an illegal character referred to. The "#5~0" is [java] used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] (fatal) Illegal decimal character reference. [line 7]
4.1ibm-not-wf-P66-ibm66n05.xml [java] Tests CharRef with an illegal character referred to. The "#x002g" is [java] used as the referred character in the CharRef in the EntityDecl in the DTD. [java] (fatal) Illegal hexadecimal character reference. [line 5]
4.1ibm-not-wf-P66-ibm66n06.xml [java] Tests CharRef with an illegal character referred to. The "#x006G" is [java] used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] (fatal) Illegal hexadecimal character reference. [line 7]
4.1ibm-not-wf-P66-ibm66n07.xml [java] Tests CharRef with an illegal character referred to. The "#0=2f" is [java] used as the referred character in the CharRef in the EntityDecl in the DTD. [java] (fatal) Illegal hexadecimal character reference. [line 5]
4.1ibm-not-wf-P66-ibm66n08.xml [java] Tests CharRef with an illegal character referred to. The "#56.0" is [java] used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] (fatal) Illegal decimal character reference. [line 7]
4.1ibm-not-wf-P66-ibm66n09.xml [java] Tests CharRef with an illegal character referred to. The "#x00/2f" [java] is used as the referred character in the CharRef in the EntityDecl in the [java] DTD. [java] (fatal) Illegal hexadecimal character reference. [line 5]
4.1ibm-not-wf-P66-ibm66n10.xml [java] Tests CharRef with an illegal character referred to. The "#51)" is [java] used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] (fatal) Illegal decimal character reference. [line 7]
4.1ibm-not-wf-P66-ibm66n11.xml [java] Tests CharRef with an illegal character referred to. The "#00 2f" [java] is used as the referred character in the CharRef in the EntityDecl in the [java] DTD. [java] (fatal) Illegal hexadecimal character reference. [line 5]
4.1ibm-not-wf-P66-ibm66n12.xml [java] Tests CharRef with an illegal character referred to. The "#x0000" [java] is used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] FAIL [Document not WF; no error reported]
4.1ibm-not-wf-P66-ibm66n13.xml [java] Tests CharRef with an illegal character referred to. The "#x001f" [java] is used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] FAIL [Document not WF; no error reported]
4.1ibm-not-wf-P66-ibm66n14.xml [java] Tests CharRef with an illegal character referred to. The "#xfffe" [java] is used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] FAIL [Document not WF; no error reported]
4.1ibm-not-wf-P66-ibm66n15.xml [java] Tests CharRef with an illegal character referred to. The "#xffff" [java] is used as the referred character in the attribute value in the EmptyElemTag [java] of the element "root". [java] FAIL [Document not WF; no error reported]
4.1ibm-not-wf-P68-ibm68n01.xml [java] Tests EntityRef with a required field missing. The Name is missing [java] in the EntityRef in the content of the element "root". [java] (fatal) Illegal character or entity reference syntax. [line 7]
4.1ibm-not-wf-P68-ibm68n02.xml [java] Tests EntityRef with a required field missing. The semicolon is [java] missing in the EntityRef in the attribute value in the element "root". [java] (fatal) Next character must be ";" terminating reference to entity "aaa". [line 7]
4.1ibm-not-wf-P68-ibm68n03.xml [java] Tests EntityRef with an extra white space. A white space occurs [java] after the ampersand in the EntityRef in the content of the element "root". [java] (fatal) Illegal character or entity reference syntax. [line 7]
4.1ibm-not-wf-P68-ibm68n04.xml [java] Tests EntityRef which is against P68 WFC: Entity Declared. The name [java] "aAa" in the EntityRef in the AttValue in the STage of the element "root" [java] does not match the Name of any declared entity in the DTD. [java] (fatal) Reference to undefined entity "&aAa;". [line 7]
4.1ibm-not-wf-P68-ibm68n05.xml [java] Tests EntityRef which is against P68 WFC: Entity Declared. The [java] entity with the name "aaa" in the EntityRef in the AttValue in the STag of [java] the element "root" is not declared. [java] (fatal) Reference to undefined entity "&aaa;". [line 6]
4.1ibm-not-wf-P68-ibm68n06.xml [java] Tests EntityRef which is against P68 WFC: Entity Declared. The [java] entity with the name "aaa" in the EntityRef in the AttValue in the STag of [java] the element "root" is externally declared, but standalone is "yes". [java] FAIL [Document not WF; no error reported]
4.1ibm-not-wf-P68-ibm68n07.xml [java] Tests EntityRef which is against P68 WFC: Entity Declared. The [java] entity with the name "aaa" in the EntityRef in the AttValue in the STag of [java] the element "root" is referred before declared. [java] (fatal) Reference to undefined entity "&aaa;". [line 6]
4.1ibm-not-wf-P68-ibm68n08.xml [java] Tests EntityRef which is against P68 WFC: Parsed Entity. The [java] EntityRef in the AttValue in the STag of the element "root" contains the [java] name "aImage" of an unparsed entity. [java] (fatal) Unparsed entities such as "&aImage;" must not be included. [line 9]
4.1ibm-not-wf-P68-ibm68n09.xml [java] Tests EntityRef which is against P68 WFC: No Recursion. The [java] recursive entity reference occurs with the entity declarations for "aaa" [java] and "bbb" in the DTD. [java] (fatal) Expansion of entity "aaa" is recursive. [line 9]
4.1ibm-not-wf-P68-ibm68n10.xml [java] Tests EntityRef which is against P68 WFC: No Recursion. The [java] indirect recursive entity reference occurs with the entity declarations for [java] "aaa", "bbb", "ccc", "ddd", and "eee" in the DTD. [java] (fatal) Expansion of entity "aaa" is recursive. [line 12]
4.1ibm-not-wf-P69-ibm69n01.xml [java] Tests PEReference with a required field missing. The Name "paaa" is [java] missing in the PEReference in the DTD. [java] (fatal) Illegal parameter entity reference syntax. [line 6]
4.1ibm-not-wf-P69-ibm69n02.xml [java] Tests PEReference with a required field missing. The semicolon is [java] missing in the PEReference "%paaa" in the DTD. [java] (fatal) Next character must be ";" terminating reference to parameter entity "paaa". [line 6]
4.1ibm-not-wf-P69-ibm69n03.xml [java] Tests PEReference with an extra white space. There is an extra [java] white space occurs before ";" in the PEReference in the DTD. [java] (fatal) Next character must be ";" terminating reference to parameter entity "paaa". [line 6]
4.1ibm-not-wf-P69-ibm69n04.xml [java] Tests PEReference with an extra white space. There is an extra [java] white space occurs after "%" in the PEReference in the DTD. [java] (fatal) Illegal parameter entity reference syntax. [line 6]
4.1ibm-not-wf-P69-ibm69n06.xml [java] Tests PEReference which is against P69 WFC: No Recursion. The [java] recursive PE reference occurs with the entity declarations for "paaa" and [java] "bbb" in the DTD. [java] (fatal) Only external parameter entities may use "%paaa;" in entity values. [line 6]
4.1ibm-not-wf-P69-ibm69n07.xml [java] Tests PEReference which is against P69 WFC: No Recursion. The [java] indirect recursive PE reference occurs with the entity declarations for [java] "paaa", "bbb", "ccc", "ddd", and "eee" in the DTD. [java] (fatal) Only external parameter entities may use "%paaa;" in entity values. [line 9]
4.1not-wf-ext-sa-001 [java] Tests the No Recursion WFC by having an external general [java] entity be self-recursive.(fatal) Expansion of entity "e" is recursive. [line 1]
4.1not-wf-sa-084 [java] Tests the Parsed Entity WFC by referring to an [java] unparsed entity. (This precedes the error of not declaring [java] that entity's notation, which may be detected any time before [java] the DTD parsing is completed.) (fatal) Illegal reference to external entity "&e;" in attribute. [line 4]
4.1not-wf-sa-180 [java] The Entity Declared WFC requires entities to be declared [java] before they are used in an attribute list declaration. (fatal) Reference to undefined entity "&e;". [line 3]
4.1not-wf-sa-185 [java] Tests the Entity Declared WFC. [java] Note: a nonvalidating parser is permitted not to report [java] this WFC violation, since it would need to read an external [java] parameter entity to distinguish it from a violation of [java] the Standalone Declaration VC.(fatal) Reference to undefined entity "&e;". [line 3]
4.1 [66]not-wf-sa-009 [java] Character references may have only decimal or numeric strings.(fatal) Illegal decimal character reference. [line 1]
4.1 [66]not-wf-sa-022 [java] Character references end with semicolons, always!(fatal) Illegal decimal character reference. [line 1]
4.1 [66]not-wf-sa-052 [java] Invalid character reference. (fatal) Document root element is missing. [line 2]
4.1 [66]not-wf-sa-093 [java] Hexadecimal character references may not use the uppercase 'X'.(fatal) Illegal decimal character reference. [line 1]
4.1 [66]not-wf-sa-179 [java] Invalid syntax matching double quote is missing. (fatal) Premature end of input. [line 5]
4.1 [66]o-p66fail1 [java] terminating ';' is required [java] (fatal) Illegal decimal character reference. [line 1]
4.1 [66]o-p66fail2 [java] no S after '&#' [java] (fatal) Illegal decimal character reference. [line 1]
4.1 [66]o-p66fail3 [java] no hex digits in numeric reference [java] (fatal) Illegal decimal character reference. [line 1]
4.1 [66]o-p66fail4 [java] only hex digits in hex references [java] (fatal) Illegal hexadecimal character reference. [line 1]
4.1 [66]o-p66fail5 [java] no references to non-characters [java] (fatal) Illegal XML character &#x5; [line 1]
4.1 [66]o-p66fail6 [java] no references to non-characters [java] (fatal) Illegal XML character &#xd802; [line 1]
4.1 [68]not-wf-sa-007 [java] General entity references have no whitespace after the [java] entity name and before the semicolon. (fatal) Next character must be ";" terminating reference to entity "amp". [line 1]
4.1 [68]not-wf-sa-010 [java] Ampersand may only appear as part of a general entity reference.(fatal) Illegal character or entity reference syntax. [line 1]
4.1 [68]not-wf-sa-071 [java] ENTITY can't reference itself directly or indirectly.(fatal) Expansion of entity "e1" is recursive. [line 6]
4.1 [68]not-wf-sa-072 [java] Undefined ENTITY foo. (fatal) Reference to undefined entity "&foo;". [line 1]
4.1 [68]not-wf-sa-073 [java] Undefined ENTITY f. (fatal) Reference to undefined entity "&f;". [line 4]
4.1 [68]not-wf-sa-075 [java] ENTITY can't reference itself directly or indirectly. (fatal) Expansion of entity "e1" is recursive. [line 6]
4.1 [68]not-wf-sa-076 [java] Undefined ENTITY foo. (fatal) Reference to undefined entity "&foo;". [line 1]
4.1 [68]not-wf-sa-078 [java] Undefined ENTITY foo. (fatal) Reference to undefined entity "&foo;". [line 3]
4.1 [68]not-wf-sa-079 [java] ENTITY can't reference itself directly or indirectly. (fatal) Expansion of entity "e1" is recursive. [line 6]
4.1 [68]not-wf-sa-080 [java] ENTITY can't reference itself directly or indirectly. (fatal) Expansion of entity "e1" is recursive. [line 6]
4.1 [68]not-wf-sa-110 [java] Entity reference must be in content of element. (fatal) Illegal character at end of document, &#x26;. [line 5]
4.1 [68]not-wf-sa-118 [java] Entity reference expansion is not recursive.(fatal) Illegal character or entity reference syntax. [line 4]
4.1 [68]not-wf-sa-121 [java] A name of an ENTITY was started with an invalid character. (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 2]
4.1 [68]o-p68fail1 [java] terminating ';' is required [java] (fatal) Next character must be ";" terminating reference to entity "ent". [line 7]
4.1 [68]o-p68fail2 [java] no S after '&' [java] (fatal) Illegal character or entity reference syntax. [line 7]
4.1 [68]o-p68fail3 [java] no S before ';' [java] (fatal) Next character must be ";" terminating reference to entity "ent". [line 7]
4.1 [69]dtd02 [java] PE name immediately after "%"(fatal) Illegal parameter entity reference syntax. [line 5]
4.1 [69]dtd03 [java] PE name immediately followed by ";"(fatal) Next character must be ";" terminating reference to parameter entity "foo". [line 5]
4.1 [69]not-wf-not-sa-008 [java] In DTDs, the '%' character must be part of a parameter [java] entity reference.(fatal) Illegal parameter entity reference syntax. [line 2]
4.1 [69]not-wf-sa-163 [java] Invalid placement of Parameter entity reference. (fatal) Document root element is missing. [line 5]
4.1 [69]not-wf-sa-164 [java] Invalid placement of Parameter entity reference. (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.1 [69]o-p69fail1 [java] terminating ';' is required [java] (fatal) Next character must be ";" terminating reference to parameter entity "pe". [line 5]
4.1 [69]o-p69fail2 [java] no S after '%' [java] (fatal) Illegal parameter entity reference syntax. [line 5]
4.1 [69]o-p69fail3 [java] no S before ';' [java] (fatal) Next character must be ";" terminating reference to parameter entity "pe". [line 5]
4.2ibm-not-wf-P71-ibm70n01.xml [java] Tests [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 7]
4.2ibm-not-wf-P71-ibm71n01.xml [java] Tests EntityDecl with a required field missing. The white space is [java] missing between the beginning sequence and the Name "aaa" in the EntityDecl [java] in the DTD. [java] (fatal) Missing whitespace after <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P71-ibm71n02.xml [java] Tests EntityDecl with a required field missing. The white space is [java] missing between the Name "aaa" and the EntityDef "aString" in the [java] EntityDecl in the DTD. [java] (fatal) Missing whitespace after entity name. [line 6]
4.2ibm-not-wf-P71-ibm71n03.xml [java] Tests EntityDecl with a required field missing. The EntityDef is [java] missing in the EntityDecl with the Name "aaa" in the DTD. [java] (fatal) Missing whitespace after entity name. [line 6]
4.2ibm-not-wf-P71-ibm71n04.xml [java] Tests EntityDecl with a required field missing. The Name is missing [java] in the EntityDecl with the EntityDef "aString" in the DTD. [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P71-ibm71n05.xml [java] Tests EntityDecl with wrong ordering. The Name "aaa" occurs after [java] the EntityDef in the EntityDecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P71-ibm71n06.xml [java] Tests EntityDecl with wrong key word. The string "entity" is used [java] as the key word in the beginning sequence in the EntityDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 6]
4.2ibm-not-wf-P71-ibm71n07.xml [java] Tests EntityDecl with a required field missing. The closing bracket [java] (greater than) is missing in the EntityDecl in the DTD. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aaa". [line 8]
4.2ibm-not-wf-P71-ibm71n08.xml [java] Tests EntityDecl with a required field missing. The exclamation mark [java] is missing in the beginning sequence in the EntityDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 6]
4.2ibm-not-wf-P72-ibm72n01.xml [java] Tests PEdecl with a required field missing. The white space is [java] missing between the beginning sequence and the "%" in the PEDecl in the DTD. [java] (fatal) Missing whitespace after <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P72-ibm72n02.xml [java] Tests PEdecl with a required field missing. The Name is missing [java] in the PEDecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P72-ibm72n03.xml [java] Tests PEdecl with a required field missing. The white space is [java] missing between the Name and the PEDef in the PEDecl in the DTD. [java] (fatal) Missing whitespace after entity name. [line 6]
4.2ibm-not-wf-P72-ibm72n04.xml [java] Tests PEdecl with a required field missing. The PEDef is missing [java] after the Name "paaa" in the PEDecl in the DTD. [java] (fatal) Missing whitespace after entity name. [line 6]
4.2ibm-not-wf-P72-ibm72n05.xml [java] Tests PEdecl with wrong field ordering. The Name "paaa" occurs [java] after the PEDef in the PEDecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P72-ibm72n06.xml [java] Tests PEdecl with wrong field ordering. The "%" and the Name "paaa" [java] occurs after the PEDef in the PEDecl in the DTD. [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P72-ibm72n07.xml [java] Tests PEdecl with wrong key word. The string "entity" is used as [java] the key word in the beginning sequence in the PEDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 6]
4.2ibm-not-wf-P72-ibm72n08.xml [java] Tests PEdecl with a required field missing. The closing bracket [java] (greater than) is missing in the PEDecl in the DTD. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%paaa". [line 7]
4.2ibm-not-wf-P72-ibm72n09.xml [java] Tests PEdecl with wrong closing sequence. The string [java] "!(greater than)" is used as the closing sequence in the PEDecl in the DTD. [java] (fatal) Missing whitespace after <!ENTITY declaration. [line 6]
4.2ibm-not-wf-P73-ibm73n01.xml [java] Tests EntityDef with wrong field ordering. The NDataDecl "NDATA [java] JPGformat" occurs before the ExternalID in the EntityDef in the EntityDecl. [java] (fatal) Value must be quoted. [line 7]
4.2ibm-not-wf-P73-ibm73n03.xml [java] Tests EntityDef with a required field missing. The ExternalID is [java] missing before the NDataDecl in the EntityDef in the EntityDecl. [java] (fatal) Value must be quoted. [line 7]
4.2ibm-not-wf-P74-ibm74n01.xml [java] Tests PEDef with extra fields. The NDataDecl occurs after the [java] ExternalID in the PEDef in the PEDecl in the DTD. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%pImage". [line 7]
4.2not-wf-sa-106 [java] Invalid placement of entity declaration. (fatal) Document root element is missing. [line 2]
4.2 [70]not-wf-sa-109 [java] Tags invalid within EntityDecl. (fatal) Document root element is missing. [line 4]
4.2 [70]o-p70fail1 [java] This is neither [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 4]
4.2 [71]not-wf-sa-062 [java] Entity declarations need space after the entity name. (fatal) Missing whitespace after entity name. [line 2]
4.2 [71]o-p71fail1 [java] S is required before EntityDef [java] (fatal) Missing whitespace after entity name. [line 4]
4.2 [71]o-p71fail2 [java] Entity name is a Name, not an NMToken [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 4]
4.2 [71]o-p71fail3 [java] no S after "<!" [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 4]
4.2 [71]o-p71fail4 [java] S is required after "<!ENTITY" [java] (fatal) Missing whitespace after <!ENTITY declaration. [line 4]
4.2 [72]not-wf-sa-165 [java] Parameter entity declarations must have a space before [java] the '%'. (fatal) Missing whitespace after <!ENTITY declaration. [line 2]
4.2 [72]o-p72fail1 [java] S is required after "<!ENTITY" [java] (fatal) Missing whitespace after <!ENTITY declaration. [line 4]
4.2 [72]o-p72fail2 [java] S is required after '%' [java] (fatal) Missing whitespace after % in parameter entity declaration. [line 4]
4.2 [72]o-p72fail3 [java] S is required after name [java] (fatal) Missing whitespace after entity name. [line 4]
4.2 [72]o-p72fail4 [java] Entity name is a name, not an NMToken [java] (fatal) Only whitespace allowed before name in <!ENTITY declaration. [line 4]
4.2 [73]o-p73fail1 [java] No typed replacement text [java] (fatal) Value must be quoted. [line 5]
4.2 [73]o-p73fail2 [java] Only one replacement value [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "ge". [line 5]
4.2 [73]o-p73fail3 [java] No NDataDecl on replacement text [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "ge". [line 5]
4.2 [73]o-p73fail4 [java] Value is required [java] (fatal) Value must be quoted. [line 5]
4.2 [73]o-p73fail5 [java] No NDataDecl without value [java] (fatal) Value must be quoted. [line 5]
4.2 [74]not-wf-sa-089 [java] Parameter entities "are" always parsed; NDATA annotations [java] are not permitted.(fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%foo". [line 2]
4.2 [74]not-wf-sa-091 [java] Parameter entities "are" always parsed; NDATA annotations [java] are not permitted.(fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%foo". [line 3]
4.2 [74]o-p74fail1 [java] no NDataDecls on parameter entities [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%pe". [line 4]
4.2 [74]o-p74fail2 [java] value is required [java] (fatal) Missing whitespace after entity name. [line 4]
4.2 [74]o-p74fail3 [java] only one value [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "%pe". [line 3]
4.2.2ibm-not-wf-P75-ibm75n01.xml [java] Tests ExternalID with wrong key word. The string "system" is used [java] as the key word in the ExternalID in the EntityDef in the EntityDecl. [java] (fatal) Value must be quoted. [line 6]
4.2.2ibm-not-wf-P75-ibm75n02.xml [java] Tests ExternalID with wrong key word. The string "public" is used [java] as the key word in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P75-ibm75n03.xml [java] Tests ExternalID with wrong key word. The string "Public" is used [java] as the key word in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P75-ibm75n04.xml [java] Tests ExternalID with wrong field ordering. The key word "PUBLIC" [java] occurs after the PublicLiteral and the SystemLiteral in the ExternalID in [java] the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P75-ibm75n05.xml [java] Tests ExternalID with a required field missing. The white space [java] between "SYSTEM" and the Systemliteral is missing in the ExternalID in the [java] EntityDef in the EntityDecl in the DTD. [java] (fatal) Missing whitespace before SYSTEM literal URI. [line 6]
4.2.2ibm-not-wf-P75-ibm75n06.xml [java] Tests ExternalID with a required field missing. The Systemliteral [java] is missing after "SYSTEM" in the ExternalID in the EntityDef in the [java] EntityDecl in the DTD. [java] (fatal) Expecting quoted value for SYSTEM identifier. [line 6]
4.2.2ibm-not-wf-P75-ibm75n07.xml [java] Tests ExternalID with a required field missing. The white space [java] between the PublicLiteral and the Systemliteral is missing in the ExternalID [java] in the doctypedecl. [java] (fatal) Missing whitespace before SYSTEM literal URI. [line 4]
4.2.2ibm-not-wf-P75-ibm75n08.xml [java] Tests ExternalID with a required field missing. The key word [java] "PUBLIC" is missing in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P75-ibm75n09.xml [java] Tests ExternalID with a required field missing. The white space [java] between "PUBLIC" and the PublicLiteral is missing in the ExternalID in the [java] doctypedecl. [java] (fatal) Missing whitespace after PUBLIC keyword. [line 4]
4.2.2ibm-not-wf-P75-ibm75n10.xml [java] Tests ExternalID with a required field missing. The PublicLiteral [java] is missing in the ExternalID in the doctypedecl. [java] (fatal) Illegal character in PUBLIC identifier: "\". [line 4]
4.2.2ibm-not-wf-P75-ibm75n11.xml [java] Tests ExternalID with a required field missing. The PublicLiteral [java] is missing in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P75-ibm75n12.xml [java] Tests ExternalID with a required field missing. The SystemLiteral [java] is missing in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "pImage". [line 6]
4.2.2ibm-not-wf-P75-ibm75n13.xml [java] Tests ExternalID with wrong field ordering. The key word "PUBLIC" [java] occurs after the PublicLiteral in the ExternalID in the doctypedecl. [java] (fatal) Next character must be ">" terminating <!DOCTYPE ...> declaration . [line 4]
4.2.2ibm-not-wf-P76-ibm76n01.xml [java] Tests NDataDecl with wrong key word. The string "ndata" is used as [java] the key word in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aImage". [line 8]
4.2.2ibm-not-wf-P76-ibm76n02.xml [java] Tests NDataDecl with wrong key word. The string "NData" is used as [java] the key word in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aImage". [line 8]
4.2.2ibm-not-wf-P76-ibm76n03.xml [java] Tests NDataDecl with a required field missing. The leading white [java] space is missing in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aImage". [line 8]
4.2.2ibm-not-wf-P76-ibm76n04.xml [java] Tests NDataDecl with a required field missing. The key word "NDATA" [java] is missing in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aImage". [line 8]
4.2.2ibm-not-wf-P76-ibm76n05.xml [java] Tests NDataDecl with a required field missing. The Name after the [java] key word "NDATA" is missing in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Missing whitespace before NDATA notation name in <!ENTITY declaration. [line 8]
4.2.2ibm-not-wf-P76-ibm76n06.xml [java] Tests NDataDecl with a required field missing. The white space [java] between "NDATA" and the Name is missing in the NDataDecl in the EntityDef [java] in the GEDecl. [java] (fatal) Missing whitespace before NDATA notation name in <!ENTITY declaration. [line 8]
4.2.2ibm-not-wf-P76-ibm76n07.xml [java] Tests NDataDecl with wrong field ordering. The key word "NDATA" [java] occurs after the Name in the NDataDecl in the EntityDef in the GEDecl. [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "aImage". [line 8]
4.2.2 [75]dtd04 [java] PUBLIC literal must be quoted(fatal) Expecting quoted value for PUBLIC identifier. [line 4]
4.2.2 [75]dtd05 [java] SYSTEM identifier must be quoted(fatal) Expecting quoted value for SYSTEM identifier. [line 4]
4.2.2 [75]not-wf-sa-054 [java] PUBLIC requires two literals.(fatal) Missing whitespace before SYSTEM literal URI. [line 2]
4.2.2 [75]not-wf-sa-061 [java] External entity declarations require whitespace between public [java] and system IDs.(fatal) Missing whitespace before SYSTEM literal URI. [line 2]
4.2.2 [75]o-p75fail1 [java] S required after "PUBLIC" [java] (fatal) Missing whitespace after PUBLIC keyword. [line 3]
4.2.2 [75]o-p75fail2 [java] S required after "SYSTEM" [java] (fatal) Missing whitespace before SYSTEM literal URI. [line 3]
4.2.2 [75]o-p75fail3 [java] S required between literals [java] (fatal) Missing whitespace before SYSTEM literal URI. [line 3]
4.2.2 [75]o-p75fail4 [java] "SYSTEM" implies only one literal [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "ent". [line 3]
4.2.2 [75]o-p75fail5 [java] only one keyword [java] (fatal) Expecting quoted value for SYSTEM identifier. [line 3]
4.2.2 [75]o-p75fail6 [java] "PUBLIC" requires two literals (contrast with SGML) [java] (fatal) Missing whitespace before SYSTEM literal URI. [line 3]
4.2.2 [76]not-wf-sa-069 [java] Space is required before an NDATA entity annotation.(fatal) Next character must be ">" terminating <!ENTITY ...> declaration "foo". [line 4]
4.2.2 [76]not-wf-sa-083 [java] Undefined NOTATION n. (fatal) Unparsed entities such as "&e;" must not be included. [line 4]
4.2.2 [76]o-p76fail1 [java] S is required before "NDATA" [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "ge". [line 5]
4.2.2 [76]o-p76fail2 [java] "NDATA" is upper-case [java] (fatal) Next character must be ">" terminating <!ENTITY ...> declaration "ge". [line 5]
4.2.2 [76]o-p76fail3 [java] notation name is required [java] (fatal) Missing whitespace before NDATA notation name in <!ENTITY declaration. [line 5]
4.2.2 [76]o-p76fail4 [java] notation names are Names [java] (fatal) Only whitespace allowed before NDATA notation name in <!ENTITY declaration. [line 6]
4.3.1ibm-not-wf-P77-ibm77n01.xml [java] Tests TextDecl with wrong field ordering. The VersionInfo occurs [java] after the EncodingDecl in the TextDecl in the file "ibm77n01.ent". [java] (fatal) Need "?>" to terminate XML declaration. [line 1]
4.3.1ibm-not-wf-P77-ibm77n02.xml [java] Tests TextDecl with wrong key word. The string "XML" is used in the [java] beginning sequence in the TextDecl in the file "ibm77n02.ent". [java] (fatal) Next character must be ";" terminating reference to entity "aExternal". [line 8]
4.3.1ibm-not-wf-P77-ibm77n03.xml [java] Tests TextDecl with wrong closing sequence. The character "greater [java] than" is used as the closing sequence in the TextDecl in the file [java] "ibm77n03.ent". [java] (fatal) Need "?>" to terminate XML declaration. [line 1]
4.3.1ibm-not-wf-P77-ibm77n04.xml [java] Tests TextDecl with a required field missing. The closing sequence [java] is missing in the TextDecl in the file "ibm77n04.ent". [java] (fatal) Need "?>" to terminate XML declaration. [line 2]
4.3.1 4.3.2 [77, 78]not-wf-ext-sa-002 [java] External entities have "text declarations", which do [java] not permit the "standalone=..." attribute that's allowed [java] in XML declarations.(fatal) Expected "encoding=...". [line 1]
4.3.1 [77]decl01 [java] External entities may not have standalone decls. (fatal) Need "?>" to terminate XML declaration. [line 1]
4.3.1 [77]dtd07 [java] Text declarations (which optionally begin any external entity) [java] are required to have "encoding=...". (fatal) Expected "encoding=...". [line 1]
4.3.1 [77]encoding07 [java] Text declarations (which optionally begin any external entity) [java] are required to have "encoding=...". (fatal) Expected "encoding=...". [line 1]
4.3.2ibm-not-wf-P78-ibm78n01.xml [java] Tests extParsedEnt with wrong field ordering. The TextDecl occurs [java] after the content in the file ibm78n01.ent. [java] (fatal) XML declaration may only begin entities. [line 4]
4.3.2ibm-not-wf-P78-ibm78n02.xml [java] Tests extParsedEnt with extra field. A blank line occurs before the [java] TextDecl in the file ibm78n02.ent. [java] (fatal) XML declaration may only begin entities. [line 2]
4.3.2ibm-not-wf-P79-ibm79n01.xml [java] Tests extPE with wrong field ordering. The TextDecl occurs after [java] the extSubsetDecl (the white space and the comment) in the file [java] ibm79n01.ent. [java] (fatal) XML declaration may only begin entities. [line 3]
4.3.2ibm-not-wf-P79-ibm79n02.xml [java] Tests extPE with extra field. A blank line occurs before the [java] TextDecl in the file ibm78n02.ent. [java] (fatal) XML declaration may only begin entities. [line 2]
4.3.2not-wf-sa-074 [java] Internal general parsed entities are only well formed if [java] they match the "content" production. (fatal) Internal entity "&e;" has characters after content. [line 5]
4.3.2not-wf-sa-103 [java] End-tag required for element foo. (fatal) End of entity not allowed; an end tag is missing. [line 4]
4.3.2not-wf-sa-104 [java] Internal general parsed entities are only well formed if [java] they match the "content" production. (fatal) End of entity not allowed; an end tag is missing. [line 4]
4.3.2not-wf-sa-116 [java] Internal general parsed entities are only well formed if [java] they match the "content" production. This is a partial [java] character reference, not a full one. (fatal) Expansion of entity "&e;" is not well formed. [line 4]
4.3.2not-wf-sa-117 [java] Internal general parsed entities are only well formed if [java] they match the "content" production. This is a partial [java] character reference, not a full one. (fatal) Expansion of entity "&e;" is not well formed. [line 4]
4.3.2not-wf-sa-119 [java] Internal general parsed entities are only well formed if [java] they match the "content" production. This is a partial [java] character reference, not a full one. (fatal) Expansion of entity "&e;" is not well formed. [line 5]
4.3.2not-wf-sa-153 [java] Text declarations may not begin internal parsed entities; [java] they may only appear at the beginning of external parsed [java] (parameter or general) entities. (fatal) XML declaration may only begin entities. [line 5]
4.3.2not-wf-sa-181 [java] Internal parsed entities must match the content [java] production to be well formed. (fatal) EOF while parsing <![CDATA[ section. [line 5]
4.3.2not-wf-sa-182 [java] Internal parsed entities must match the content [java] production to be well formed. (fatal) End of entity while processing comment. [line 5]
4.3.2 [79]not-wf-not-sa-007 [java] A <!DOCTYPE ...> declaration may not begin any external [java] entity; it's only found once, in the document entity.(fatal) External parameter entity "%[dtd];" has characters after markup. [line 1]
4.3.3bomtest-ent2x [java] Tests conformance with XML 2nd Ed erratum E22. [java] XML entities may now begin with a UTF-8 BOM. [java] (This uses an entity with a BOM and a Zero-width [java] nonbreaking space, followed by an illegal processing [java] instruction that resembles a text decl.) [java] (fatal) XML declaration may only begin entities. [line 1]
4.3.3ibm-not-wf-P80-ibm80n01.xml [java] Tests EncodingDecl with a required field missing. The leading white [java] space is missing in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "&#x65;" (e) at end of XML Declaration. [line 1]
4.3.3ibm-not-wf-P80-ibm80n02.xml [java] Tests EncodingDecl with a required field missing. The "=" sign is [java] missing in the EncodingDecl in the XMLDecl. [java] (fatal) Next character must be "=" in XML Declaration . [line 1]
4.3.3ibm-not-wf-P80-ibm80n03.xml [java] Tests EncodingDecl with a required field missing. The double quoted [java] EncName are missing in the EncodingDecl in the XMLDecl. [java] (fatal) Expecting quoted value for attribute value encoding. [line 1]
4.3.3ibm-not-wf-P80-ibm80n04.xml [java] Tests EncodingDecl with wrong field ordering. The string "encoding=" occurs after the double quoted EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "&#x22;" (") at end of XML Declaration. [line 1]
4.3.3ibm-not-wf-P80-ibm80n05.xml [java] Tests EncodingDecl with wrong field ordering. The "encoding" occurs [java] after the double quoted EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "&#x22;" (") at end of XML Declaration. [line 1]
4.3.3ibm-not-wf-P80-ibm80n06.xml [java] Tests EncodingDecl with wrong key word. The string "Encoding" is [java] used as the key word in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "&#x45;" (E) at end of XML Declaration. [line 1]
4.3.3ibm-not-wf-P81-ibm81n01.xml [java] Tests EncName with an illegal character. The "_" is used as the [java] first character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "_" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n02.xml [java] Tests EncName with an illegal character. The "-" is used as the [java] first character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "-" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n03.xml [java] Tests EncName with an illegal character. The "." is used as the [java] first character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "." in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n04.xml [java] Tests EncName with illegal characters. The "8-" is used as the [java] initial characters in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "8" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n05.xml [java] Tests EncName with an illegal character. The "~" is used as one [java] character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "~" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n06.xml [java] Tests EncName with an illegal character. The "#" is used as one [java] character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "#" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n07.xml [java] Tests EncName with an illegal character. The ":" is used as one [java] character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character ":" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n08.xml [java] Tests EncName with an illegal character. The "/" is used as one [java] character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character "/" in encoding name. [line 1]
4.3.3ibm-not-wf-P81-ibm81n09.xml [java] Tests EncName with an illegal character. The ";" is used as one [java] character in the EncName in the EncodingDecl in the XMLDecl. [java] (fatal) Illegal character ";" in encoding name. [line 1]
4.3.3 [81]encoding01 [java] Illegal character " " in encoding name(fatal) Illegal character " " in encoding name. [line 1]
4.3.3 [81]encoding02 [java] Illegal character "/" in encoding name(fatal) Illegal character "/" in encoding name. [line 1]
4.3.3 [81]encoding03 [java] Illegal character reference in encoding name(fatal) Illegal character "&" in encoding name. [line 1]
4.3.3 [81]encoding04 [java] Illegal character ":" in encoding name(fatal) Illegal character ":" in encoding name. [line 1]
4.3.3 [81]encoding05 [java] Illegal character "@" in encoding name(fatal) Illegal character "@" in encoding name. [line 1]
4.3.3 [81]encoding06 [java] Illegal character "+" in encoding name(fatal) Illegal character "+" in encoding name. [line 1]
4.3.3 [81]not-wf-sa-101 [java] Space is not permitted in an encoding name. (fatal) Illegal character " " in encoding name. [line 1]
4.5not-wf-sa-092 [java] The replacement text of this entity has an illegal reference, [java] because the character reference is expanded immediately. (fatal) Illegal character or entity reference syntax. [line 4]
4.5not-wf-sa-115 [java] The replacement text of this entity is an illegal character [java] reference, which must be rejected when it is parsed in the [java] context of an attribute value.(fatal) Expansion of entity "&e;" is not well formed. [line 4]
4.5not-wf-sa-120 [java] Character references are expanded in the replacement text of [java] an internal entity, which is then parsed as usual. Accordingly, [java] & must be doubly quoted - encoded either as &amp; [java] or as &#38;#38;. (fatal) Expansion of entity "&e;" is not well formed. [line 5]
4.7ibm-not-wf-P82-ibm82n01.xml [java] Tests NotationDecl with a required field missing. The white space [java] after the beginning sequence of the NotationDecl is missing in the DTD. [java] (fatal) Missing whitespace before name in <!NOTATION declaration. [line 7]
4.7ibm-not-wf-P82-ibm82n02.xml [java] Tests NotationDecl with a required field missing. The Name in the [java] NotationDecl is missing in the DTD. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
4.7ibm-not-wf-P82-ibm82n03.xml [java] Tests NotationDecl with a required field missing. The externalID or [java] the PublicID is missing in the NotationDecl in the DTD. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
4.7ibm-not-wf-P82-ibm82n04.xml [java] Tests NotationDecl with wrong field ordering. The Name occurs after [java] the "SYSTEM" and the externalID in the NotationDecl in the DTD. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
4.7ibm-not-wf-P82-ibm82n05.xml [java] Tests NotationDecl with wrong key word. The string "notation" is [java] used as a key word in the NotationDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 7]
4.7ibm-not-wf-P82-ibm82n06.xml [java] Tests NotationDecl with a required field missing. The closing [java] bracket (the greater than character) is missing in the NotationDecl. [java] (fatal) Expecting quoted value for SYSTEM identifier. [line 8]
4.7ibm-not-wf-P82-ibm82n07.xml [java] Tests NotationDecl with wrong beginning sequence. The "!" is missing [java] in the beginning sequence in the NotationDecl in the DTD. [java] (fatal) Next character must be "]" terminating internal DTD subset . [line 7]
4.7ibm-not-wf-P82-ibm82n08.xml [java] Tests NotationDecl with wrong closing sequence. The extra "!" occurs [java] in the closing sequence in the NotationDecl in the DTD. [java] (fatal) Next character must be ">" terminating <!NOTATION ...> declaration "JPGformat". [line 7]
4.7ibm-not-wf-P83-ibm83n01.xml [java] Tests PublicID with wrong key word. The string "public" is used as [java] the key word in the PublicID in the NotationDcl in the DTD. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
4.7ibm-not-wf-P83-ibm83n02.xml [java] Tests PublicID with wrong key word. The string "Public" is used as [java] the key word in the PublicID in the NotationDcl in the DTD. [java] (fatal) Document root element is missing. [line 1]
4.7ibm-not-wf-P83-ibm83n03.xml [java] Tests PublicID with a required field missing. The key word "PUBLIC" [java] is missing in the PublicID in the NotationDcl in the DTD. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
4.7ibm-not-wf-P83-ibm83n04.xml [java] Tests PublicID with a required field missing. The white space [java] between the "PUBLIC" and the PubidLiteral is missing in the PublicID in [java] the NotationDcl in the DTD. [java] (fatal) Missing whitespace after PUBLIC keyword. [line 7]
4.7ibm-not-wf-P83-ibm83n05.xml [java] Tests PublicID with a required field missing. The PubidLiteral is [java] missing in the PublicID in the NotationDcl in the DTD. [java] (fatal) Expecting quoted value for PUBLIC identifier. [line 7]
4.7ibm-not-wf-P83-ibm83n06.xml [java] Tests PublicID with wrong field ordering. The key word "PUBLIC" [java] occurs after the PubidLiteral in the PublicID in the NotationDcl. [java] (fatal) Notation must be PUBLIC or SYSTEM. [line 7]
41. [68]not-wf-sa-077 [java] Undefined ENTITY bar. (fatal) Reference to undefined entity "&bar;". [line 4]
B.ibm-not-wf-P85-ibm85n01.xml [java] Tests BaseChar with an illegal character. The character #x00D7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n02.xml [java] Tests BaseChar with an illegal character. The character #x00F7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n03.xml [java] Tests BaseChar with an illegal character. The character #x0132 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n04.xml [java] Tests BaseChar with an illegal character. The character #x0133 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n05.xml [java] Tests BaseChar with an illegal character. The character #x013F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n06.xml [java] Tests BaseChar with an illegal character. The character #x0140 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n07.xml [java] Tests BaseChar with an illegal character. The character #x0149 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n08.xml [java] Tests BaseChar with an illegal character. The character #x017F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n09.xml [java] Tests BaseChar with an illegal character. The character #x01c4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n10.xml [java] Tests BaseChar with an illegal character. The character #x01CC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n100.xml [java] Tests BaseChar with an illegal character. The character #x0BB6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n101.xml [java] Tests BaseChar with an illegal character. The character #x0BBA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n102.xml [java] Tests BaseChar with an illegal character. The character #x0C0D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n103.xml [java] Tests BaseChar with an illegal character. The character #x0C11 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n104.xml [java] Tests BaseChar with an illegal character. The character #x0C29 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n105.xml [java] Tests BaseChar with an illegal character. The character #x0C34 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n106.xml [java] Tests BaseChar with an illegal character. The character #x0C5F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n107.xml [java] Tests BaseChar with an illegal character. The character #x0C62 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n108.xml [java] Tests BaseChar with an illegal character. The character #x0C8D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n109.xml [java] Tests BaseChar with an illegal character. The character #x0C91 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n11.xml [java] Tests BaseChar with an illegal character. The character #x01F1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n110.xml [java] Tests BaseChar with an illegal character. The character #x0CA9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n111.xml [java] Tests BaseChar with an illegal character. The character #x0CB4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n112.xml [java] Tests BaseChar with an illegal character. The character #x0CBA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n113.xml [java] Tests BaseChar with an illegal character. The character #x0CDF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n114.xml [java] Tests BaseChar with an illegal character. The character #x0CE2 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n115.xml [java] Tests BaseChar with an illegal character. The character #x0D0D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n116.xml [java] Tests BaseChar with an illegal character. The character #x0D11 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n117.xml [java] Tests BaseChar with an illegal character. The character #x0D29 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n118.xml [java] Tests BaseChar with an illegal character. The character #x0D3A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n119.xml [java] Tests BaseChar with an illegal character. The character #x0D62 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n12.xml [java] Tests BaseChar with an illegal character. The character #x01F3 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n120.xml [java] Tests BaseChar with an illegal character. The character #x0E2F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n121.xml [java] Tests BaseChar with an illegal character. The character #x0E31 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n122.xml [java] Tests BaseChar with an illegal character. The character #x0E34 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n123.xml [java] Tests BaseChar with an illegal character. The character #x0E46 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n124.xml [java] Tests BaseChar with an illegal character. The character #x0E83 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n125.xml [java] Tests BaseChar with an illegal character. The character #x0E85 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n126.xml [java] Tests BaseChar with an illegal character. The character #x0E89 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n127.xml [java] Tests BaseChar with an illegal character. The character #x0E8B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n128.xml [java] Tests BaseChar with an illegal character. The character #x0E8E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n129.xml [java] Tests BaseChar with an illegal character. The character #x0E98 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n13.xml [java] Tests BaseChar with an illegal character. The character #x01F6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n130.xml [java] Tests BaseChar with an illegal character. The character #x0EA0 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n131.xml [java] Tests BaseChar with an illegal character. The character #x0EA4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n132.xml [java] Tests BaseChar with an illegal character. The character #x0EA6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n133.xml [java] Tests BaseChar with an illegal character. The character #x0EA8 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n134.xml [java] Tests BaseChar with an illegal character. The character #x0EAC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n135.xml [java] Tests BaseChar with an illegal character. The character #x0EAF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n136.xml [java] Tests BaseChar with an illegal character. The character #x0EB1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n137.xml [java] Tests BaseChar with an illegal character. The character #x0EB4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n138.xml [java] Tests BaseChar with an illegal character. The character #x0EBE [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n139.xml [java] Tests BaseChar with an illegal character. The character #x0EC5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n14.xml [java] Tests BaseChar with an illegal character. The character #x01F9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n140.xml [java] Tests BaseChar with an illegal character. The character #x0F48 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n141.xml [java] Tests BaseChar with an illegal character. The character #x0F6A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n142.xml [java] Tests BaseChar with an illegal character. The character #x10C6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n143.xml [java] Tests BaseChar with an illegal character. The character #x10F7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n144.xml [java] Tests BaseChar with an illegal character. The character #x1011 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n145.xml [java] Tests BaseChar with an illegal character. The character #x1104 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n146.xml [java] Tests BaseChar with an illegal character. The character #x1108 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n147.xml [java] Tests BaseChar with an illegal character. The character #x110A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n148.xml [java] Tests BaseChar with an illegal character. The character #x110D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n149.xml [java] Tests BaseChar with an illegal character. The character #x113B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n15.xml [java] Tests BaseChar with an illegal character. The character #x01F9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n150.xml [java] Tests BaseChar with an illegal character. The character #x113F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n151.xml [java] Tests BaseChar with an illegal character. The character #x1141 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n152.xml [java] Tests BaseChar with an illegal character. The character #x114D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n153.xml [java] Tests BaseChar with an illegal character. The character #x114f [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n154.xml [java] Tests BaseChar with an illegal character. The character #x1151 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n155.xml [java] Tests BaseChar with an illegal character. The character #x1156 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n156.xml [java] Tests BaseChar with an illegal character. The character #x115A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n157.xml [java] Tests BaseChar with an illegal character. The character #x1162 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n158.xml [java] Tests BaseChar with an illegal character. The character #x1164 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n159.xml [java] Tests BaseChar with an illegal character. The character #x1166 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n16.xml [java] Tests BaseChar with an illegal character. The character #x0230 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n160.xml [java] Tests BaseChar with an illegal character. The character #x116B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n161.xml [java] Tests BaseChar with an illegal character. The character #x116F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n162.xml [java] Tests BaseChar with an illegal character. The character #x1174 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n163.xml [java] Tests BaseChar with an illegal character. The character #x119F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n164.xml [java] Tests BaseChar with an illegal character. The character #x11AC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n165.xml [java] Tests BaseChar with an illegal character. The character #x11B6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n166.xml [java] Tests BaseChar with an illegal character. The character #x11B9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n167.xml [java] Tests BaseChar with an illegal character. The character #x11BB [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n168.xml [java] Tests BaseChar with an illegal character. The character #x11C3 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n169.xml [java] Tests BaseChar with an illegal character. The character #x11F1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n17.xml [java] Tests BaseChar with an illegal character. The character #x02AF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n170.xml [java] Tests BaseChar with an illegal character. The character #x11FA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n171.xml [java] Tests BaseChar with an illegal character. The character #x1E9C [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n172.xml [java] Tests BaseChar with an illegal character. The character #x1EFA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n173.xml [java] Tests BaseChar with an illegal character. The character #x1F16 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n174.xml [java] Tests BaseChar with an illegal character. The character #x1F1E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n175.xml [java] Tests BaseChar with an illegal character. The character #x1F46 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n176.xml [java] Tests BaseChar with an illegal character. The character #x1F4F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n177.xml [java] Tests BaseChar with an illegal character. The character #x1F58 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n178.xml [java] Tests BaseChar with an illegal character. The character #x1F5A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n179.xml [java] Tests BaseChar with an illegal character. The character #x1F5C [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n18.xml [java] Tests BaseChar with an illegal character. The character #x02CF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n180.xml [java] Tests BaseChar with an illegal character. The character #x1F5E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n181.xml [java] Tests BaseChar with an illegal character. The character #xF17E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n182.xml [java] Tests BaseChar with an illegal character. The character #x1FB5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n183.xml [java] Tests BaseChar with an illegal character. The character #x1FBD [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n184.xml [java] Tests BaseChar with an illegal character. The character #x1FBF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n185.xml [java] Tests BaseChar with an illegal character. The character #x1FC5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n186.xml [java] Tests BaseChar with an illegal character. The character #x1FCD [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n187.xml [java] Tests BaseChar with an illegal character. The character #x1FD5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n188.xml [java] Tests BaseChar with an illegal character. The character #x1FDC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n189.xml [java] Tests BaseChar with an illegal character. The character #x1FED [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n19.xml [java] Tests BaseChar with an illegal character. The character #x0387 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n190.xml [java] Tests BaseChar with an illegal character. The character #x1FF5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n191.xml [java] Tests BaseChar with an illegal character. The character #x1FFD [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n192.xml [java] Tests BaseChar with an illegal character. The character #x2127 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n193.xml [java] Tests BaseChar with an illegal character. The character #x212F [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n194.xml [java] Tests BaseChar with an illegal character. The character #x2183 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n195.xml [java] Tests BaseChar with an illegal character. The character #x3095 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n196.xml [java] Tests BaseChar with an illegal character. The character #x30FB [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n197.xml [java] Tests BaseChar with an illegal character. The character #x312D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n198.xml [java] Tests BaseChar with an illegal character. The character #xD7A4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n20.xml [java] Tests BaseChar with an illegal character. The character #x038B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n21.xml [java] Tests BaseChar with an illegal character. The character #x03A2 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n22.xml [java] Tests BaseChar with an illegal character. The character #x03CF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n23.xml [java] Tests BaseChar with an illegal character. The character #x03D7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n24.xml [java] Tests BaseChar with an illegal character. The character #x03DD [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n25.xml [java] Tests BaseChar with an illegal character. The character #x03E1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n26.xml [java] Tests BaseChar with an illegal character. The character #x03F4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n27.xml [java] Tests BaseChar with an illegal character. The character #x040D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n28.xml [java] Tests BaseChar with an illegal character. The character #x0450 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n29.xml [java] Tests BaseChar with an illegal character. The character #x045D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n30.xml [java] Tests BaseChar with an illegal character. The character #x0482 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n31.xml [java] Tests BaseChar with an illegal character. The character #x04C5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n32.xml [java] Tests BaseChar with an illegal character. The character #x04C6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n33.xml [java] Tests BaseChar with an illegal character. The character #x04C9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n34.xml [java] Tests BaseChar with an illegal character. The character #x04EC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n35.xml [java] Tests BaseChar with an illegal character. The character #x04ED [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n36.xml [java] Tests BaseChar with an illegal character. The character #x04F6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n37.xml [java] Tests BaseChar with an illegal character. The character #x04FA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n38.xml [java] Tests BaseChar with an illegal character. The character #x0557 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n39.xml [java] Tests BaseChar with an illegal character. The character #x0558 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n40.xml [java] Tests BaseChar with an illegal character. The character #x0587 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n41.xml [java] Tests BaseChar with an illegal character. The character #x05EB [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n42.xml [java] Tests BaseChar with an illegal character. The character #x05F3 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n43.xml [java] Tests BaseChar with an illegal character. The character #x0620 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n44.xml [java] Tests BaseChar with an illegal character. The character #x063B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n45.xml [java] Tests BaseChar with an illegal character. The character #x064B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n46.xml [java] Tests BaseChar with an illegal character. The character #x06B8 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n47.xml [java] Tests BaseChar with an illegal character. The character #x06BF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n48.xml [java] Tests BaseChar with an illegal character. The character #x06CF [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n49.xml [java] Tests BaseChar with an illegal character. The character #x06D4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n50.xml [java] Tests BaseChar with an illegal character. The character #x06D6 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n51.xml [java] Tests BaseChar with an illegal character. The character #x06E7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n52.xml [java] Tests BaseChar with an illegal character. The character #x093A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n53.xml [java] Tests BaseChar with an illegal character. The character #x093E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n54.xml [java] Tests BaseChar with an illegal character. The character #x0962 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n55.xml [java] Tests BaseChar with an illegal character. The character #x098D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n56.xml [java] Tests BaseChar with an illegal character. The character #x0991 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n57.xml [java] Tests BaseChar with an illegal character. The character #x0992 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n58.xml [java] Tests BaseChar with an illegal character. The character #x09A9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n59.xml [java] Tests BaseChar with an illegal character. The character #x09B1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n60.xml [java] Tests BaseChar with an illegal character. The character #x09B5 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n61.xml [java] Tests BaseChar with an illegal character. The character #x09BA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n62.xml [java] Tests BaseChar with an illegal character. The character #x09DE [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n63.xml [java] Tests BaseChar with an illegal character. The character #x09E2 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n64.xml [java] Tests BaseChar with an illegal character. The character #x09F2 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n65.xml [java] Tests BaseChar with an illegal character. The character #x0A0B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n66.xml [java] Tests BaseChar with an illegal character. The character #x0A11 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n67.xml [java] Tests BaseChar with an illegal character. The character #x0A29 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n68.xml [java] Tests BaseChar with an illegal character. The character #x0A31 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n69.xml [java] Tests BaseChar with an illegal character. The character #x0A34 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n70.xml [java] Tests BaseChar with an illegal character. The character #x0A37 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n71.xml [java] Tests BaseChar with an illegal character. The character #x0A3A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n72.xml [java] Tests BaseChar with an illegal character. The character #x0A5B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n73.xml [java] Tests BaseChar with an illegal character. The character #x0A70 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n74.xml [java] Tests BaseChar with an illegal character. The character #x0A75 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n75.xml [java] Tests BaseChar with an illegal character. The character #x [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n76.xml [java] Tests BaseChar with an illegal character. The character #x0ABC [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n77.xml [java] Tests BaseChar with an illegal character. The character #x0A92 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n78.xml [java] Tests BaseChar with an illegal character. The character #x0AA9 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n79.xml [java] Tests BaseChar with an illegal character. The character #x0AB1 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n80.xml [java] Tests BaseChar with an illegal character. The character #x0AB4 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n81.xml [java] Tests BaseChar with an illegal character. The character #x0ABA [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n82.xml [java] Tests BaseChar with an illegal character. The character #x0B04 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n83.xml [java] Tests BaseChar with an illegal character. The character #x0B0D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n84.xml [java] Tests BaseChar with an illegal character. The character #x0B11 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n85.xml [java] Tests BaseChar with an illegal character. The character #x0B29 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n86.xml [java] Tests BaseChar with an illegal character. The character #x0B31 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n87.xml [java] Tests BaseChar with an illegal character. The character #x0B34 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n88.xml [java] Tests BaseChar with an illegal character. The character #x0B3A [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n89.xml [java] Tests BaseChar with an illegal character. The character #x0B3E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n90.xml [java] Tests BaseChar with an illegal character. The character #x0B5E [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n91.xml [java] Tests BaseChar with an illegal character. The character #x0B62 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n92.xml [java] Tests BaseChar with an illegal character. The character #x0B8B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n93.xml [java] Tests BaseChar with an illegal character. The character #x0B91 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n94.xml [java] Tests BaseChar with an illegal character. The character #x0B98 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n95.xml [java] Tests BaseChar with an illegal character. The character #x0B9B [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n96.xml [java] Tests BaseChar with an illegal character. The character #x0B9D [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n97.xml [java] Tests BaseChar with an illegal character. The character #x0BA0 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n98.xml [java] Tests BaseChar with an illegal character. The character #x0BA7 [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P85-ibm85n99.xml [java] Tests BaseChar with an illegal character. The character #x0BAB [java] occurs as the first character of the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P86-ibm86n01.xml [java] Tests Ideographic with an illegal character. The character #x4CFF [java] occurs as the first character in the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P86-ibm86n02.xml [java] Tests Ideographic with an illegal character. The character #x9FA6 [java] occurs as the first character in the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P86-ibm86n03.xml [java] Tests Ideographic with an illegal character. The character #x3008 [java] occurs as the first character in the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P86-ibm86n04.xml [java] Tests Ideographic with an illegal character. The character #x302A [java] occurs as the first character in the PITarget in the PI in the DTD. [java] (fatal) Processing instruction target is missing. [line 3]
B.ibm-not-wf-P87-ibm87n01.xml [java] Tests CombiningChar with an illegal character. The character #x02FF [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n02.xml [java] Tests CombiningChar with an illegal character. The character #x0346 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n03.xml [java] Tests CombiningChar with an illegal character. The character #x0362 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n04.xml [java] Tests CombiningChar with an illegal character. The character #x0487 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n05.xml [java] Tests CombiningChar with an illegal character. The character #x05A2 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n06.xml [java] Tests CombiningChar with an illegal character. The character #x05BA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n07.xml [java] Tests CombiningChar with an illegal character. The character #x05BE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n08.xml [java] Tests CombiningChar with an illegal character. The character #x05C0 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n09.xml [java] Tests CombiningChar with an illegal character. The character #x05C3 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n10.xml [java] Tests CombiningChar with an illegal character. The character #x0653 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n11.xml [java] Tests CombiningChar with an illegal character. The character #x06B8 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n12.xml [java] Tests CombiningChar with an illegal character. The character #x06B9 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n13.xml [java] Tests CombiningChar with an illegal character. The character #x06E9 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n14.xml [java] Tests CombiningChar with an illegal character. The character #x06EE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n15.xml [java] Tests CombiningChar with an illegal character. The character #x0904 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n16.xml [java] Tests CombiningChar with an illegal character. The character #x093B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n17.xml [java] Tests CombiningChar with an illegal character. The character #x094E [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n18.xml [java] Tests CombiningChar with an illegal character. The character #x0955 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n19.xml [java] Tests CombiningChar with an illegal character. The character #x0964 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n20.xml [java] Tests CombiningChar with an illegal character. The character #x0984 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n21.xml [java] Tests CombiningChar with an illegal character. The character #x09C5 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n22.xml [java] Tests CombiningChar with an illegal character. The character #x09C9 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n23.xml [java] Tests CombiningChar with an illegal character. The character #x09CE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n24.xml [java] Tests CombiningChar with an illegal character. The character #x09D8 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n25.xml [java] Tests CombiningChar with an illegal character. The character #x09E4 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n26.xml [java] Tests CombiningChar with an illegal character. The character #x0A03 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n27.xml [java] Tests CombiningChar with an illegal character. The character #x0A3D [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n28.xml [java] Tests CombiningChar with an illegal character. The character #x0A46 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n29.xml [java] Tests CombiningChar with an illegal character. The character #x0A49 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n30.xml [java] Tests CombiningChar with an illegal character. The character #x0A4E [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n31.xml [java] Tests CombiningChar with an illegal character. The character #x0A80 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n32.xml [java] Tests CombiningChar with an illegal character. The character #x0A84 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n33.xml [java] Tests CombiningChar with an illegal character. The character #x0ABB [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n34.xml [java] Tests CombiningChar with an illegal character. The character #x0AC6 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n35.xml [java] Tests CombiningChar with an illegal character. The character #x0ACA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n36.xml [java] Tests CombiningChar with an illegal character. The character #x0ACE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n37.xml [java] Tests CombiningChar with an illegal character. The character #x0B04 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n38.xml [java] Tests CombiningChar with an illegal character. The character #x0B3B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n39.xml [java] Tests CombiningChar with an illegal character. The character #x0B44 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n40.xml [java] Tests CombiningChar with an illegal character. The character #x0B4A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n41.xml [java] Tests CombiningChar with an illegal character. The character #x0B4E [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n42.xml [java] Tests CombiningChar with an illegal character. The character #x0B58 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n43.xml [java] Tests CombiningChar with an illegal character. The character #x0B84 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n44.xml [java] Tests CombiningChar with an illegal character. The character #x0BC3 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n45.xml [java] Tests CombiningChar with an illegal character. The character #x0BC9 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n46.xml [java] Tests CombiningChar with an illegal character. The character #x0BD6 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n47.xml [java] Tests CombiningChar with an illegal character. The character #x0C0D [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n48.xml [java] Tests CombiningChar with an illegal character. The character #x0C45 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n49.xml [java] Tests CombiningChar with an illegal character. The character #x0C49 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n50.xml [java] Tests CombiningChar with an illegal character. The character #x0C54 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n51.xml [java] Tests CombiningChar with an illegal character. The character #x0C81 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n52.xml [java] Tests CombiningChar with an illegal character. The character #x0C84 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n53.xml [java] Tests CombiningChar with an illegal character. The character #x0CC5 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n54.xml [java] Tests CombiningChar with an illegal character. The character #x0CC9 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n55.xml [java] Tests CombiningChar with an illegal character. The character #x0CD4 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n56.xml [java] Tests CombiningChar with an illegal character. The character #x0CD7 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n57.xml [java] Tests CombiningChar with an illegal character. The character #x0D04 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n58.xml [java] Tests CombiningChar with an illegal character. The character #x0D45 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n59.xml [java] Tests CombiningChar with an illegal character. The character #x0D49 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n60.xml [java] Tests CombiningChar with an illegal character. The character #x0D4E [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n61.xml [java] Tests CombiningChar with an illegal character. The character #x0D58 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n62.xml [java] Tests CombiningChar with an illegal character. The character #x0E3F [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n63.xml [java] Tests CombiningChar with an illegal character. The character #x0E3B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n64.xml [java] Tests CombiningChar with an illegal character. The character #x0E4F [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n66.xml [java] Tests CombiningChar with an illegal character. The character #x0EBA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n67.xml [java] Tests CombiningChar with an illegal character. The character #x0EBE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n68.xml [java] Tests CombiningChar with an illegal character. The character #x0ECE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n69.xml [java] Tests CombiningChar with an illegal character. The character #x0F1A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n70.xml [java] Tests CombiningChar with an illegal character. The character #x0F36 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n71.xml [java] Tests CombiningChar with an illegal character. The character #x0F38 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n72.xml [java] Tests CombiningChar with an illegal character. The character #x0F3B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n73.xml [java] Tests CombiningChar with an illegal character. The character #x0F3A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n74.xml [java] Tests CombiningChar with an illegal character. The character #x0F70 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n75.xml [java] Tests CombiningChar with an illegal character. The character #x0F85 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n76.xml [java] Tests CombiningChar with an illegal character. The character #x0F8C [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n77.xml [java] Tests CombiningChar with an illegal character. The character #x0F96 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n78.xml [java] Tests CombiningChar with an illegal character. The character #x0F98 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n79.xml [java] Tests CombiningChar with an illegal character. The character #x0FB0 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n80.xml [java] Tests CombiningChar with an illegal character. The character #x0FB8 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n81.xml [java] Tests CombiningChar with an illegal character. The character #x0FBA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n82.xml [java] Tests CombiningChar with an illegal character. The character #x20DD [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n83.xml [java] Tests CombiningChar with an illegal character. The character #x20E2 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n84.xml [java] Tests CombiningChar with an illegal character. The character #x3030 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P87-ibm87n85.xml [java] Tests CombiningChar with an illegal character. The character #x309B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n01.xml [java] Tests Digit with an illegal character. The character #x0029 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n02.xml [java] Tests Digit with an illegal character. The character #x003B [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n03.xml [java] Tests Digit with an illegal character. The character #x066A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n04.xml [java] Tests Digit with an illegal character. The character #x06FA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n05.xml [java] Tests Digit with an illegal character. The character #x0970 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n06.xml [java] Tests Digit with an illegal character. The character #x09F2 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n08.xml [java] Tests Digit with an illegal character. The character #x0AF0 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n09.xml [java] Tests Digit with an illegal character. The character #x0B70 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n10.xml [java] Tests Digit with an illegal character. The character #x0C65 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n11.xml [java] Tests Digit with an illegal character. The character #x0CE5 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n12.xml [java] Tests Digit with an illegal character. The character #x0CF0 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n13.xml [java] Tests Digit with an illegal character. The character #x0D70 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n14.xml [java] Tests Digit with an illegal character. The character #x0E5A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n15.xml [java] Tests Digit with an illegal character. The character #x0EDA [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P88-ibm88n16.xml [java] Tests Digit with an illegal character. The character #x0F2A [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n01.xml [java] Tests Extender with an illegal character. The character #x00B6 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n02.xml [java] Tests Extender with an illegal character. The character #x00B8 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n03.xml [java] Tests Extender with an illegal character. The character #x02D2 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n04.xml [java] Tests Extender with an illegal character. The character #x03FE [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n05.xml [java] Tests Extender with an illegal character. The character #x065F [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n06.xml [java] Tests Extender with an illegal character. The character #x0EC7 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n07.xml [java] Tests Extender with an illegal character. The character #x3006 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n08.xml [java] Tests Extender with an illegal character. The character #x3030 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n09.xml [java] Tests Extender with an illegal character. The character #x3036 [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n10.xml [java] Tests Extender with an illegal character. The character #x309C [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n11.xml [java] Tests Extender with an illegal character. The character #x309F [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
B.ibm-not-wf-P89-ibm89n12.xml [java] Tests Extender with an illegal character. The character #x30FF [java] occurs as the second character in the PITarget in the PI in the DTD. [java] (fatal) Illegal processing instruction name, or missing whitespace. [line 3]
[java] [java]

[java] Informative Tests [java]

[java] [java]

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

[java] [java]

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

[java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java] [java]
Section and [Rules]Test IDDescriptionDiagnostic
2.3, 4.2.2 [11]o-p11pass1 [java] system literals may not contain [java] URI fragments [java] (error) URI "file:/c:/cygwin/home/administrator/xml-test-suite/xmlconf/oasis/a%a&b&#0<!ELEMENT<!--<?</>?>/\''" has a fragment ID. [line 5]
2.8pe01 [java] Parameter entities must consist of a series of complete markup [java] declarations of the types allowed by the nonterminal [java] markupdecl, interespersed with whitespace or PERefs.(fatal) Next character must be ";" terminating reference to parameter entity "not-pe". [line 4]
4.2.2 [75]uri01 [java] SYSTEM ids may not have URI fragments(error) URI "file:/c:/cygwin/home/administrator/xml-test-suite/xmlconf/sun/not-wf/foo#bar" has a fragment ID. [line 4]
4.3.3 [4,84]pr-xml-euc-jp [java] Test support for the EUC-JP encoding, and for text [java] which relies on Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]pr-xml-iso-2022-jp [java] Test support for the ISO-2022-JP encoding, and for text [java] which relies on Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]pr-xml-shift_jis [java] Test support for the Shift_JIS encoding, and for text [java] which relies on Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (Also requires ability to process a moderately complex DTD.) [java] (warning) Using original entity definition for "&XML.version;". [line 116]
4.3.3 [4,84]weekly-euc-jp [java] Test support for EUC-JP encoding, and [java] XML names which contain Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (warning) Using original entity definition for "&lt;". [line 55]
4.3.3 [4,84]weekly-iso-2022-jp [java] Test support for ISO-2022-JP encoding, and [java] XML names which contain Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (warning) Using original entity definition for "&lt;". [line 55]
4.3.3 [4,84]weekly-shift_jis [java] Test support for Shift_JIS encoding, and [java] XML names which contain Japanese characters. [java] If a processor does not support this encoding, it must [java] report a fatal error. [java] (warning) Using original entity definition for "&lt;". [line 55]
[java] [java]
[java] [java]

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

[java] [java] [java] BUILD SUCCESSFUL Total time: 6 seconds