Section and [Rules] | Test ID | Description | Diagnostic |
4.3.3 [4,84] | pr-xml-little | Test support for little-endian UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) | valid
pr-xml-little-endian.xml:128:21: warning: Non-standard declaration of predefined entity lt (ignored) |
4.3.3 [4,84] | pr-xml-utf-16 | Test support UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) | valid
pr-xml-utf-16.xml:128:21: warning: Non-standard declaration of predefined entity lt (ignored) |
4.3.3 [4,84] | pr-xml-utf-8 | Test support for UTF-8 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.) | valid
pr-xml-utf-8.xml:128:21: warning: Non-standard declaration of predefined entity lt (ignored) |
2.4 2.7 [18] | empty | Whitespace found in CDATA sections and entity references works is treated like other optional whitespace | invalid but well-formed
empty.xml:18:10: warning: CDATA section not allowed here empty.xml:20:10: warning: CDATA section not allowed here |
2.9 | not-sa02 | A non-standalone document is valid if declared as such. | invalid but well-formed
not-sa02.xml:19:64: warning: The attribute nmtokens of element attributes is declared as NMTOKENS but contains a character which is not a name character |
2.9 [32] | sa02 | A document may be marked 'standalone' if any attributes that need normalization are defined within the internal DTD subset. | invalid but well-formed
sa02.xml:43:64: warning: The attribute nmtokens of element attributes is declared as NMTOKENS but contains a character which is not a name character |
Test ID | Diagnostic |
empty | (Input failed) |
not-sa02 | (Input failed) |
sa02 | (Input failed) |
Section and [Rules] | Test ID | Description | Diagnostic |
4.1 | not-wf-not-sa-005 | Tests the Entity Declared VC by referring to an undefined parameter entity within an external entity. | not-well-formed
005.ent:2:4: Undefined parameter entity e |
2.8 | invalid--001 | Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting a comment between two parameter entities. | not-well-formed
001.ent:3:4: EOE in comment |
3.2.1 | invalid--002 | Tests the "Proper Group/PE Nesting" validity constraint by fragmenting a content model between two parameter entities. | invalid but well-formed
002.ent:2:19: warning: Content particle ends in different entity from that in which it starts |
2.8 | invalid--003 | Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. | invalid but well-formed
003.ent:2:19: warning: Element declaration ends in different entity from that in which it starts |
2.8 | invalid--004 | Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between three parameter entities. | invalid but well-formed
004.ent:3:24: warning: Element declaration ends in different entity from that in which it starts |
2.8 | invalid--005 | Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. | invalid but well-formed
005.ent:2:28: warning: Element declaration ends in different entity from that in which it starts |
2.8 | invalid--006 | Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an entity declaration between two parameter entities. | invalid but well-formed
006.ent:2:18: warning: Element declaration ends in different entity from that in which it starts |
3.2.2 | inv-dtd01 | Tests the No Duplicate Types VC | invalid but well-formed
dtd01.xml:2:31: warning: Type x appears more than once in mixed content declaration dtd01.xml:-1(end of prolog):-1: warning: Root element name root not declared dtd01.xml:6:6: warning: Start tag for undeclared element root |
4.2.2 | inv-dtd02 | Tests the "Notation Declared" VC by using an undeclared notation name. | invalid but well-formed
dtd02.xml:-1(end of prolog):-1: warning: In declaration of unparsed entity Brittannica, notation Encyclopaedia is undefined |
3 | inv-dtd03 | Tests the "Element Valid" VC (clause 2) by omitting a required element. | invalid but well-formed
dtd03.xml:13:7: warning: Content model for violation does not allow element b here |
4.1 | inv-dtd06 | Tests "Entity Declared" VC for a parameter entity. NOTE: there are both VCs and WFCs with this name, which is a specification issue in that it is both confusing and in some ways self-contradictory. The WFC does not apply to PEs, and even the clause which might seem to suggest it could is ruled out in this test. | not-well-formed
dtd06.xml:3:16: Undefined parameter entity undefined |
3 | el01 | Tests the Element Valid VC (clause 4) by including an undeclared child element. | invalid but well-formed
el01.xml:4:19: warning: Start tag for undeclared element undeclared |
3 | el02 | Tests the Element Valid VC (clause 1) by including elements in an EMPTY content model. | invalid but well-formed
el02.xml:4:12: warning: Content model for root does not allow anything here |
3 | el03 | Tests the Element Valid VC (clause 3) by including a child element not permitted by a mixed content model. | invalid but well-formed
el03.xml:5:28: warning: Content model for root does not allow element exception here |
3.2 | el04 | Tests the Unique Element Type Declaration VC. | invalid but well-formed
el04.xml:4:31: warning: Element exception declared more than once |
3.2.2 | el05 | Tests the No Duplicate Types VC. | invalid but well-formed
el05.xml:2:60: warning: Type repeat-till-done appears more than once in mixed content declaration |
3 | el06 | Tests the Element Valid VC (clause 1), using one of the predefined internal entities inside an EMPTY content model. | invalid but well-formed
el06.xml:5:12: warning: PCDATA not allowed here |
3.3.1 | id01 | Tests the ID (is a Name) VC | invalid but well-formed
id01.xml:6:25: warning: The attribute id of element attributes is declared as ID but contains a token that does not start with a name character |
3.3.1 | id02 | Tests the ID (appears once) VC | invalid but well-formed
id02.xml:7:25: warning: Duplicate ID attribute value a42 |
3.3.1 | id03 | Tests the One ID per Element Type VC | invalid but well-formed
sa.dtd:20:18: warning: ID attribute id declared for element attributes which already had one (id2) |
3.3.1 | id04 | Tests the ID Attribute Default VC | invalid but well-formed
id04.xml:3:14: warning: ID attribute id2 must have declared default of #IMPLIED or #REQUIRED, not NONE id04.xml:-1(end of prolog):-1: warning: Root element name root not declared id04.xml:11:6: warning: Start tag for undeclared element root |
3.3.1 | id05 | Tests the ID Attribute Default VC | invalid but well-formed
id05.xml:4:21: warning: ID attribute id2 must have declared default of #IMPLIED or #REQUIRED, not #FIXED |
3.3.1 | id06 | Tests the IDREF (is a Name) VC | invalid but well-formed
id06.xml:11:18: warning: The attribute idref of element root is declared as IDREF but contains a token that does not start with a name character |
3.3.1 | id07 | Tests the IDREFS (is a Names) VC | invalid but well-formed
id07.xml:12:23: warning: The attribute idrefs of element root is declared as IDREFS but contains a token that does not start with a name character id07.xml:-1(end of body):-1: warning: The ID d36 was referred to but never defined |
3.3.1 | id08 | Tests the IDREF (matches an ID) VC | invalid but well-formed
id08.xml:-1(end of body):-1: warning: The ID d36d was referred to but never defined |
3.3.1 | id09 | Tests the IDREF (IDREFS matches an ID) VC | invalid but well-formed
id09.xml:-1(end of body):-1: warning: The ID ee38 was referred to but never defined |
2.9 | inv-not-sa01 | Tests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error. | invalid but well-formed
not-sa01.xml:6:5: warning: Ignorable whitespace in externally declared element in document declared standalone not-sa01.xml:10:1: warning: Ignorable whitespace in externally declared element in document declared standalone |
2.9 | inv-not-sa02 | Tests the Standalone Document Declaration VC, ensuring that attributes needing normalization cause a validity error. | invalid but well-formed
not-sa02.xml:19:25: warning: Externally declared attribute notation for element attributes was normalised in document declared standalone not-sa02.xml:20:39: warning: Externally declared attribute nmtoken for element attributes was normalised in document declared standalone not-sa02.xml:21:64: warning: Externally declared attribute nmtokens for element attributes was normalised in document declared standalone not-sa02.xml:21:64: warning: The attribute nmtokens of element attributes is declared as NMTOKENS but contains a character which is not a name character not-sa02.xml:22:24: warning: Externally declared attribute id for element attributes was normalised in document declared standalone not-sa02.xml:24:6: warning: Externally declared attribute idref for element attributes was normalised in document declared standalone not-sa02.xml:25:53: warning: Externally declared attribute idrefs for element attributes was normalised in document declared standalone not-sa02.xml:26:28: warning: Externally declared attribute entity for element attributes was normalised in document declared standalone not-sa02.xml:29:2: warning: Externally declared attribute entities for element attributes was normalised in document declared standalone not-sa02.xml:31:7: warning: Externally declared attribute token for element attributes defaulted in document declared standalone |
2.9 | inv-not-sa03 | Tests the Standalone Document Declaration VC, ensuring that a reference to externally defined entity causes a validity error. | invalid but well-formed
not-sa03.xml:11:28: warning: Reference to externally declared entity "number" in document declared standalone |
2.9 | inv-not-sa04 | Tests the Standalone Document Declaration VC, ensuring that attributes needing defaulting cause a validity error. | invalid but well-formed
not-sa04.xml:9:14: warning: Externally declared attribute token for element attributes defaulted in document declared standalone |
2.9 | inv-not-sa05 | Tests the Standalone Document Declaration VC, ensuring that a token attribute that needs normalization causes a validity error. | invalid but well-formed
not-sa05.xml:10:18: warning: Externally declared attribute token for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa06 | Tests the Standalone Document Declaration VC, ensuring that a NOTATION attribute that needs normalization causes a validity error. | invalid but well-formed
not-sa06.xml:11:25: warning: Externally declared attribute notation for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa07 | Tests the Standalone Document Declaration VC, ensuring that an NMTOKEN attribute needing normalization causes a validity error. | invalid but well-formed
not-sa07.xml:11:39: warning: Externally declared attribute nmtoken for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa08 | Tests the Standalone Document Declaration VC, ensuring that an NMTOKENS attribute needing normalization causes a validity error. | invalid but well-formed
not-sa08.xml:11:64: warning: Externally declared attribute nmtokens for element attributes was normalised in document declared standalone not-sa08.xml:11:64: warning: The attribute nmtokens of element attributes is declared as NMTOKENS but contains a character which is not a name character |
2.9 | inv-not-sa09 | Tests the Standalone Document Declaration VC, ensuring that an ID attribute needing normalization causes a validity error. | invalid but well-formed
not-sa09.xml:11:19: warning: Externally declared attribute id for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa10 | Tests the Standalone Document Declaration VC, ensuring that an IDREF attribute needing normalization causes a validity error. | invalid but well-formed
not-sa10.xml:13:6: warning: Externally declared attribute idref for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa11 | Tests the Standalone Document Declaration VC, ensuring that an IDREFS attribute needing normalization causes a validity error. | invalid but well-formed
not-sa11.xml:13:13: warning: Externally declared attribute idrefs for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa12 | Tests the Standalone Document Declaration VC, ensuring that an ENTITY attribute needing normalization causes a validity error. | invalid but well-formed
not-sa12.xml:11:28: warning: Externally declared attribute entity for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa13 | Tests the Standalone Document Declaration VC, ensuring that an ENTITIES attribute needing normalization causes a validity error. | invalid but well-formed
not-sa13.xml:15:6: warning: Externally declared attribute entities for element attributes was normalised in document declared standalone |
2.9 | inv-not-sa14 | Tests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error (even if it's CDATA whitespace). | invalid but well-formed
not-sa14.xml:5:16: warning: CDATA section not allowed here not-sa14.xml:10:22: warning: CDATA section not allowed here |
3 | optional01 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one is required. | invalid but well-formed
optional01.xml:3:17: warning: Content model for once does not allow it to end here |
3 | optional02 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing two children where one is required. | invalid but well-formed
optional02.xml:3:17: warning: Content model for once does not allow element e here |
3 | optional03 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where two are required. | invalid but well-formed
optional03.xml:3:19: warning: Content model for twice does not allow it to end here |
3 | optional04 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where two are required. | invalid but well-formed
optional04.xml:3:22: warning: Content model for twice does not allow element e here |
3 | optional05 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (one construction of that model). | invalid but well-formed
optional05.xml:3:39: warning: Content model for once-or-twice-a does not allow it to end here |
3 | optional06 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a second construction of that model). | invalid but well-formed
optional06.xml:3:39: warning: Content model for once-or-twice-b does not allow it to end here |
3 | optional07 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a third construction of that model). | invalid but well-formed
optional07.xml:3:39: warning: Content model for once-or-twice-c does not allow it to end here |
3 | optional08 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a fourth construction of that model). | invalid but well-formed
optional08.xml:3:39: warning: Content model for once-or-twice-d does not allow it to end here |
3 | optional09 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or two are required (a fifth construction of that model). | invalid but well-formed
optional09.xml:3:39: warning: Content model for once-or-twice-e does not allow it to end here |
3 | optional10 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a basic construction of that model). | invalid but well-formed
optional10.xml:3:32: warning: Content model for once-or-twice-a does not allow element e here |
3 | optional11 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a second construction of that model). | invalid but well-formed
optional11.xml:3:32: warning: Content model for once-or-twice-b does not allow element e here |
3 | optional12 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a third construction of that model). | invalid but well-formed
optional12.xml:3:32: warning: Content model for once-or-twice-c does not allow element e here |
3 | optional13 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a fourth construction of that model). | invalid but well-formed
optional13.xml:3:32: warning: Content model for once-or-twice-d does not allow element e here |
3 | optional14 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where one or two are required (a fifth construction of that model). | invalid but well-formed
optional14.xml:3:32: warning: Content model for once-or-twice-e does not allow element e here |
3 | optional15 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a basic construction of that model). | invalid but well-formed
optional15.xml:3:39: warning: Content model for once-or-more-1a does not allow it to end here |
3 | optional16 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a second construction of that model). | invalid but well-formed
optional16.xml:3:39: warning: Content model for once-or-more-1b does not allow it to end here |
3 | optional17 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a third construction of that model). | invalid but well-formed
optional17.xml:3:39: warning: Content model for once-or-more-1c does not allow it to end here |
3 | optional18 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a fourth construction of that model). | invalid but well-formed
optional18.xml:3:39: warning: Content model for once-or-more-1d does not allow it to end here |
3 | optional19 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a fifth construction of that model). | invalid but well-formed
optional19.xml:3:39: warning: Content model for once-or-more-1e does not allow it to end here |
3 | optional20 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a sixth construction of that model). | invalid but well-formed
optional20.xml:3:39: warning: Content model for once-or-more-2a does not allow it to end here |
3 | optional21 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a seventh construction of that model). | invalid but well-formed
optional21.xml:3:39: warning: Content model for once-or-more-2b does not allow it to end here |
3 | optional22 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (an eigth construction of that model). | invalid but well-formed
optional22.xml:3:39: warning: Content model for once-or-more-2c does not allow it to end here |
3 | optional23 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a ninth construction of that model). | invalid but well-formed
optional23.xml:3:39: warning: Content model for once-or-more-2d does not allow it to end here |
3 | optional24 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one or more are required (a tenth construction of that model). | invalid but well-formed
optional24.xml:3:39: warning: Content model for once-or-more-2e does not allow it to end here |
3 | optional25 | Tests the Element Valid VC (clause 2) for one instance of "children" content model, providing text content where one or more elements are required. | invalid but well-formed
optional25.xml:3:38: warning: PCDATA not allowed here optional25.xml:3:55: warning: Content model for once-or-more-2e does not allow it to end here |
3.3.2 | inv-required00 | Tests the Required Attribute VC. | invalid but well-formed
required00.xml:8:8: warning: Required attribute req for element root is not present |
3.1 2.10 | inv-required01 | Tests the Attribute Value Type (declared) VC for the xml:space attribute | invalid but well-formed
required01.xml:5:16: warning: Undeclared attribute xml:space for element root |
3.1 2.12 | inv-required02 | Tests the Attribute Value Type (declared) VC for the xml:lang attribute | invalid but well-formed
required02.xml:5:15: warning: Undeclared attribute xml:lang for element root |
2.8 | root | Tests the Root Element Type VC | invalid but well-formed
root.xml:7:6: warning: Root element is root, should be attributes |
3.3.1 | attr01 | Tests the "Entity Name" VC for the ENTITY attribute type. | invalid but well-formed
attr01.xml:9:24: warning: In the attribute affiliated of element root, entity food is undefined |
3.3.1 | attr02 | Tests the "Entity Name" VC for the ENTITIES attribute type. | invalid but well-formed
attr02.xml:12:36: warning: In the attribute affiliated of element root, entity food is undefined |
3.3.1 | attr03 | Tests the "Notation Attributes" VC for the NOTATION attribute type, first clause: value must be one of the ones that's declared. | invalid but well-formed
attr03.xml:16:19: warning: In the attribute type of element root, candy is not one of the allowed values |
3.3.1 | attr04 | Tests the "Notation Attributes" VC for the NOTATION attribute type, second clause: the names in the declaration must all be declared. | invalid but well-formed
attr04.xml:-1(end of prolog):-1: warning: In allowed values for attribute type of element root, notation vegetable is not defined |
3.3.1 | attr05 | Tests the "Name Token" VC for the NMTOKEN attribute type. | invalid but well-formed
attr05.xml:9:23: warning: The attribute token of element root is declared as NMTOKEN but contains a character which is not a name character |
3.3.1 | attr06 | Tests the "Name Token" VC for the NMTOKENS attribute type. | invalid but well-formed
attr06.xml:9:32: warning: The attribute token of element root is declared as NMTOKEN but contains more than one token attr06.xml:9:32: warning: The attribute token of element root is declared as NMTOKEN but contains more than one token attr06.xml:9:32: warning: The attribute token of element root is declared as NMTOKEN but contains more than one token attr06.xml:9:32: warning: The attribute token of element root is declared as NMTOKEN but contains a character which is not a name character |
3.3.1 | attr07 | Tests the "Enumeration" VC by providing a value which wasn't one of the choices. | invalid but well-formed
attr07.xml:9:20: warning: In the attribute type of element arbor, money is not one of the allowed values |
3.3.2 | attr08 | Tests the "Fixed Attribute Default" VC by providing the wrong value. | invalid but well-formed
attr08.xml:9:57: warning: The attribute xmlns of element palimpest does not match the declared #FIXED value |
3.3.2 | attr09 | Tests the "Attribute Default Legal" VC by providing an illegal IDREF value. | invalid but well-formed
attr09.xml:-1(end of prolog):-1: warning: The default value for attribute value of element identifier is declared as IDREF but contains a token that does not start with a name character attr09.xml:18:21: warning: Undeclared attribute name for element identifier |
3.3.2 | attr10 | Tests the "Attribute Default Legal" VC by providing an illegal IDREFS value. | invalid but well-formed
attr10.xml:-1(end of prolog):-1: warning: The default value for attribute value of element identifier is declared as IDREFS but contains a token that does not start with a name character attr10.xml:18:21: warning: Undeclared attribute name for element identifier |
3.3.2 | attr11 | Tests the "Attribute Default Legal" VC by providing an illegal ENTITY value. | invalid but well-formed
attr11.xml:-1(end of prolog):-1: warning: In the default value for attribute value of element reference, entity worldbook is not unparsed |
3.3.2 | attr12 | Tests the "Attribute Default Legal" VC by providing an illegal ENTITIES value. | invalid but well-formed
attr12.xml:-1(end of prolog):-1: warning: In the default value for attribute value of element references, entity worldbook is not unparsed |
3.3.2 | attr13 | Tests the "Attribute Default Legal" VC by providing an illegal NMTOKEN value. | invalid but well-formed
attr13.xml:-1(end of prolog):-1: warning: The default value for attribute value of element root is declared as NMTOKEN but contains a character which is not a name character |
3.3.2 | attr14 | Tests the "Attribute Default Legal" VC by providing an illegal NMTOKENS value. | invalid but well-formed
attr14.xml:-1(end of prolog):-1: warning: The default value for attribute value of element root is declared as NMTOKENS but contains a character which is not a name character |
3.3.2 | attr15 | Tests the "Attribute Default Legal" VC by providing an illegal NOTATIONS value. | invalid but well-formed
attr15.xml:-1(end of prolog):-1: warning: In the default value for attribute source of element reference, notation encarta is undefined |
3.3.2 | attr16 | Tests the "Attribute Default Legal" VC by providing an illegal enumeration value. | invalid but well-formed
attr16.xml:-1(end of prolog):-1: warning: In the default value for attribute value of element root, encarta is not one of the allowed values |
4.3.3 2.8 | utf16b | Tests reading an invalid "big endian" UTF-16 document | invalid but well-formed
utf16b.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
4.3.3 2.8 | utf16l | Tests reading an invalid "little endian" UTF-16 document | invalid but well-formed
utf16l.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.1 [1] | o-p01pass1 | no prolog | invalid but well-formed
p01pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.1 [1] | o-p01pass3 | Misc items after the document | invalid but well-formed
p01pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.3 [3] | o-p03pass1 | all valid S characters | invalid but well-formed
p03pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.3 [4] | o-p04pass1 | names with all valid ASCII characters, and one from each other class in NameChar | invalid but well-formed
p04pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.3 [5] | o-p05pass1 | various valid Name constructions | invalid but well-formed
p05pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.3 [6] | o-p06fail1 | Requires at least one name. | invalid but well-formed
p06fail1.xml:12:14: warning: The attribute refs of element refs is declared as IDREFS but is empty |
2.3 [8] | o-p08fail1 | at least one Nmtoken is required. | invalid but well-formed
p08fail1.xml:9:10: warning: The attribute att of element A is declared as NMTOKENS but is empty |
2.3 [8] | o-p08fail2 | an invalid Nmtoken character. | invalid but well-formed
p08fail2.xml:9:19: warning: The attribute att of element A is declared as NMTOKENS but contains a character which is not a name character |
2.3 [10] | o-p10pass1 | valid attribute values | invalid but well-formed
p10pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.4 [14] | o-p14pass1 | valid CharData | invalid but well-formed
p14pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.5 [15] | o-p15pass1 | valid comments | invalid but well-formed
p15pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.6 [16] | o-p16fail3 | S after PITarget is required | invalid but well-formed
p16fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.6 [16] [17] | o-p16pass1 | Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. | invalid but well-formed
p16pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.6 [16] | o-p16pass2 | Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. | invalid but well-formed
p16pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.6 [16] | o-p16pass3 | Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction. | invalid but well-formed
p16pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.7 [18] | o-p18pass1 | valid CDSect's. Note that a CDStart in a CDSect is not recognized as such | invalid but well-formed
p18pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [22] | o-p22pass1 | prolog can be empty | invalid but well-formed
p22pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [22] | o-p22pass2 | XML declaration only | invalid but well-formed
p22pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [22] | o-p22pass3 | XML decl and Misc | invalid but well-formed
p22pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [23] | o-p23pass1 | Test shows a valid XML declaration along with version info. | invalid but well-formed
p23pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [23] | o-p23pass2 | Test shows a valid XML declaration along with encoding declaration. | invalid but well-formed
p23pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [23] | o-p23pass3 | Test shows a valid XML declaration along with Standalone Document Declaration. | invalid but well-formed
p23pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [23] | o-p23pass4 | Test shows a valid XML declaration, encoding declarationand Standalone Document Declaration. | invalid but well-formed
p23pass4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [24] | o-p24pass1 | Test shows a prolog that has the VersionInfo delimited by double quotes. | invalid but well-formed
p24pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [24] | o-p24pass2 | Test shows a prolog that has the VersionInfo delimited by single quotes. | invalid but well-formed
p24pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [24] | o-p24pass3 | Test shows whitespace is allowed in prolog before version info. | invalid but well-formed
p24pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [24] | o-p24pass4 | Test shows whitespace is allowed in prolog on both sides of equal sign. | invalid but well-formed
p24pass4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [25] | o-p25pass1 | Test shows whitespace is NOT necessary before or after equal sign of versioninfo. | invalid but well-formed
p25pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [25] | o-p25pass2 | Test shows whitespace can be used on both sides of equal sign of versioninfo. | invalid but well-formed
p25pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [26] | o-p26pass1 | The valid version number. We cannot test others because a 1.0 processor is allowed to fail them. | invalid but well-formed
p26pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [27] | o-p27pass1 | Comments are valid as the Misc part of the prolog. | invalid but well-formed
p27pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [27] | o-p27pass2 | Processing Instructions are valid as the Misc part of the prolog. | invalid but well-formed
p27pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [27] | o-p27pass3 | Whitespace is valid as the Misc part of the prolog. | invalid but well-formed
p27pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.8 [27] | o-p27pass4 | A combination of comments, whitespaces and processing instructions are valid as the Misc part of the prolog. | invalid but well-formed
p27pass4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.9 [32] | o-p32pass1 | Double quotes can be used as delimeters for the value of a Standalone Document Declaration. | invalid but well-formed
p32pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
2.9 [32] | o-p32pass2 | Single quotes can be used as delimeters for the value of a Standalone Document Declaration. | invalid but well-formed
p32pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3 3.1 [39] [44] | o-p39pass1 | Empty element tag may be used for any element which has no content. | invalid but well-formed
p39pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3 3.1 [39] [43] | o-p39pass2 | Character data is valid element content. | invalid but well-formed
p39pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [40] | o-p40pass1 | Elements content can be empty. | invalid but well-formed
p40pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [40] | o-p40pass2 | Whitespace is valid within a Start-tag. | invalid but well-formed
p40pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [40] [41] | o-p40pass3 | Attributes are valid within a Start-tag. | invalid but well-formed
p40pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [40] | o-p40pass4 | Whitespace and Multiple Attributes are valid within a Start-tag. | invalid but well-formed
p40pass4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [41] | o-p41pass1 | Attributes are valid within a Start-tag. | invalid but well-formed
p41pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [41] | o-p41pass2 | Whitespace is valid within a Start-tags Attribute. | invalid but well-formed
p41pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [42] | o-p42pass1 | Test shows proper syntax for an End-tag. | invalid but well-formed
p42pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [42] | o-p42pass2 | Whitespace is valid after name in End-tag. | invalid but well-formed
p42pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [44] | o-p44pass1 | Valid display of an Empty Element Tag. | invalid but well-formed
p44pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [44] | o-p44pass2 | Empty Element Tags can contain an Attribute. | invalid but well-formed
p44pass2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [44] | o-p44pass3 | Whitespace is valid in an Empty Element Tag following the end of the attribute value. | invalid but well-formed
p44pass3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [44] | o-p44pass4 | Whitespace is valid after the name in an Empty Element Tag. | invalid but well-formed
p44pass4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
3.1 [44] | o-p44pass5 | Whitespace and Multiple Attributes are valid in an Empty Element Tag. | invalid but well-formed
p44pass5.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
4.1 [66] | o-p66pass1 | valid character references | invalid but well-formed
p66pass1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned |
4.2 [74] | o-p74pass1 | PEDef is either an entity value or an external id | invalid but well-formed
p74pass1.xml:-1(end of prolog):-1: warning: Root element name doc not declared p74pass1.xml:6:5: warning: Start tag for undeclared element doc |
4.2.2 [75] | o-p75pass1 | valid external identifiers | invalid but well-formed
p75pass1.xml:-1(end of prolog):-1: warning: Root element name doc not declared p75pass1.xml:10:5: warning: Start tag for undeclared element doc |
Section and [Rules] | Test ID | Description | Diagnostic |
3.1 [41] | not-wf-sa-001 | Attribute values must start with attribute names, not "?". | not-well-formed
001.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 001.xml:3:1: Expected name, but got ? for attribute |
2.3 [4] | not-wf-sa-002 | Names may not start with "."; it's not a Letter. | not-well-formed
002.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 002.xml:2:2: Expected name, but got . after < |
2.6 [16] | not-wf-sa-003 | Processing Instruction target name is required. | not-well-formed
003.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 003.xml:1:8: Expected name, but got <space> after <? |
2.6 [16] | not-wf-sa-004 | SGML-ism: processing instructions end in '?>' not '>'. | not-well-formed
004.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 004.xml:1:32: EOE in PI |
2.6 [16] | not-wf-sa-005 | Processing instructions end in '?>' not '?'. | not-well-formed
005.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 005.xml:1:32: EOE in PI |
2.5 [16] | not-wf-sa-006 | XML comments may not contain "--" | not-well-formed
006.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 006.xml:1:23: -- in comment |
4.1 [68] | not-wf-sa-007 | General entity references have no whitespace after the entity name and before the semicolon. | not-well-formed
007.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 007.xml:1:10: Expected ; after entity name, but got <space> |
2.3 [5] | not-wf-sa-008 | Entity references must include names, which don't begin with '.' (it's not a Letter or other name start character). | not-well-formed
008.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 008.xml:1:7: Expected name, but got . for entity |
4.1 [66] | not-wf-sa-009 | Character references may have only decimal or numeric strings. | not-well-formed
009.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 009.xml:1:8: Illegal character R in base-10 character reference |
4.1 [68] | not-wf-sa-010 | Ampersand may only appear as part of a general entity reference. | not-well-formed
010.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 010.xml:1:9: Expected name, but got <space> for entity |
3.1 [41] | not-wf-sa-011 | SGML-ism: attribute values must be explicitly assigned a value, it can't act as a boolean toggle. | not-well-formed
011.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 011.xml:1:8: Expected = after attribute name, but got > |
2.3 [10] | not-wf-sa-012 | SGML-ism: attribute values must be quoted in all cases. | not-well-formed
012.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 012.xml:1:9: Value of attribute is unquoted |
2.3 [10] | not-wf-sa-013 | The quotes on both ends of an attribute value must match. | not-well-formed
013.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 013.xml:1:15: Illegal character '<' in attribute value |
2.3 [10] | not-wf-sa-014 | Attribute values may not contain literal '<' characters. | not-well-formed
014.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 014.xml:1:11: Illegal character '<' in attribute value |
3.1 [41] | not-wf-sa-015 | Attribute values need a value, not just an equals sign. | not-well-formed
015.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 015.xml:1:9: Value of attribute is unquoted |
3.1 [41] | not-wf-sa-016 | Attribute values need an associated name. | not-well-formed
016.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 016.xml:1:14: Expected name, but got " for attribute |
2.7 [18] | not-wf-sa-017 | CDATA sections need a terminating ']]>'. | not-well-formed
017.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 017.xml:1:22: EOE in CDATA section |
2.7 [19] | not-wf-sa-018 | CDATA sections begin with a literal '<![CDATA[', no space. | not-well-formed
018.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 018.xml:1:8: Syntax error after <! |
3.1 [42] | not-wf-sa-019 | End tags may not be abbreviated as '</>'. | not-well-formed
019.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 019.xml:1:8: Expected name, but got > after </ |
2.3 [10] | not-wf-sa-020 | Attribute values may not contain literal '&' characters except as part of an entity reference. | not-well-formed
020.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 020.xml:1:13: Expected name, but got <space> for entity |
2.3 [10] | not-wf-sa-021 | Attribute values may not contain literal '&' characters except as part of an entity reference. | not-well-formed
021.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 021.xml:1:13: Expected ; after entity name, but got " |
4.1 [66] | not-wf-sa-022 | Character references end with semicolons, always! | not-well-formed
022.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 022.xml:1:15: Illegal character : in base-10 character reference |
2.3 [5] | not-wf-sa-023 | Digits are not valid name start characters. | not-well-formed
023.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 023.xml:1:6: Expected name, but got 1 for attribute |
2.3 [5] | not-wf-sa-024 | Digits are not valid name start characters. | not-well-formed
024.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 024.xml:2:2: Expected name, but got 1 after < |
2.4 [14] | not-wf-sa-025 | Text may not contain a literal ']]>' sequence. | not-well-formed
025.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 025.xml:1:6: Illegal character sequence ']]>' in pcdata |
2.4 [14] | not-wf-sa-026 | Text may not contain a literal ']]>' sequence. | not-well-formed
026.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 026.xml:1:6: Illegal character sequence ']]>' in pcdata |
2.5 [15] | not-wf-sa-027 | Comments must be terminated with "-->". | not-well-formed
027.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 027.xml:3:8: EOE in comment |
2.6 [16] | not-wf-sa-028 | Processing instructions must end with '?>'. | not-well-formed
028.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 028.xml:4:2: EOE in PI |
2.4 [14] | not-wf-sa-029 | Text may not contain a literal ']]>' sequence. | not-well-formed
029.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 029.xml:1:6: Illegal character sequence ']]>' in pcdata |
2.2 [2] | not-wf-sa-030 | A form feed is not a legal XML character. | not-well-formed
Error: illegal character <0xc> immediately before file offset 19 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/030.xml>, ignore further errors 030.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-031 | A form feed is not a legal XML character. | not-well-formed
Error: illegal character <0xc> immediately before file offset 24 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/031.xml>, ignore further errors 031.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-032 | A form feed is not a legal XML character. | not-well-formed
Error: illegal character <0xc> immediately before file offset 24 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/032.xml>, ignore further errors 032.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-033 | An ESC (octal 033) is not a legal XML character. | not-well-formed
Error: illegal character <0x1b> immediately before file offset 9 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/033.xml>, ignore further errors 033.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-034 | A form feed is not a legal XML character. | not-well-formed
Error: illegal character <0xc> immediately before file offset 5 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/034.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 5 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/034.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 5 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/034.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 5 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/034.xml>, ignore further errors 034.xml:1:1: Document ends too soon |
3.1 [43] | not-wf-sa-035 | The '<' character is a markup delimiter and must start an element, CDATA section, PI, or comment. | not-well-formed
035.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 035.xml:1:9: Expected name, but got <space> after < |
2.8 [27] | not-wf-sa-036 | Text may not appear after the root element. | not-well-formed
036.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 036.xml:2:1: Character data not allowed after body |
2.8 [27] | not-wf-sa-037 | Character references may not appear after the root element. | not-well-formed
037.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 037.xml:2:1: Character data not allowed after body |
3.1 | not-wf-sa-038 | Tests the "Unique Att Spec" WF constraint by providing multiple values for an attribute. | not-well-formed
038.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 038.xml:1:23: Repeated attribute x |
3 | not-wf-sa-039 | Tests the Element Type Match WFC - end tag name must match start tag name. | not-well-formed
039.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 039.xml:1:13: Mismatched end tag: expected </a>, got </aa> |
2.8 [27] | not-wf-sa-040 | Provides two document elements. | not-well-formed
040.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 040.xml:2:2: Document contains multiple elements |
2.8 [27] | not-wf-sa-041 | Provides two document elements. | not-well-formed
041.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 041.xml:2:2: Document contains multiple elements |
3.1 [42] | not-wf-sa-042 | Invalid End Tag | not-well-formed
042.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 042.xml:1:12: End tag </doc> outside of any element |
2.8 [27] | not-wf-sa-043 | Provides #PCDATA text after the document element. | not-well-formed
043.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 043.xml:2:1: Character data not allowed after body |
2.8 [27] | not-wf-sa-044 | Provides two document elements. | not-well-formed
044.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 044.xml:1:8: Document contains multiple elements |
3.1 [44] | not-wf-sa-045 | Invalid Empty Element Tag | not-well-formed
045.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 045.xml:2:4: Expected > after / in start tag, but got <0xa> |
3.1 [40] | not-wf-sa-046 | This start (or empty element) tag was not terminated correctly. | not-well-formed
046.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 046.xml:2:4: Expected > after / in start tag, but got < |
3.1 [44] | not-wf-sa-047 | Invalid empty element tag invalid whitespace | not-well-formed
047.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 047.xml:2:5: Expected > after / in start tag, but got <space> |
2.8 [27] | not-wf-sa-048 | Provides a CDATA section after the roor element. | not-well-formed
048.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 048.xml:3:10: CDATA section not allowed after body |
3.1 [40] | not-wf-sa-049 | Missing start tag | not-well-formed
049.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 049.xml:3:16: Mismatched end tag: expected </doc>, got </a> |
2.1 [1] | not-wf-sa-050 | Empty document, with no root element. | not-well-formed
050.xml:1:1: Document ends too soon |
2.7 [18] | not-wf-sa-051 | CDATA is invalid at top level of document. | not-well-formed
051.xml:2:10: CDATA section not allowed in prolog |
4.1 [66] | not-wf-sa-052 | Invalid character reference. | not-well-formed
052.xml:2:2: Entity reference not allowed in prolog |
3.1 [42] | not-wf-sa-053 | End tag does not match start tag. | not-well-formed
053.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 053.xml:1:11: Mismatched end tag: expected </doc>, got </DOC> |
4.2.2 [75] | not-wf-sa-054 | PUBLIC requires two literals. | not-well-formed
054.xml:2:37: Expected whitespace after public id |
2.8 [28] | not-wf-sa-055 | Invalid Document Type Definition format. | not-well-formed
055.xml:2:13: EOE in DTD |
2.8 [28] | not-wf-sa-056 | Invalid Document Type Definition format - misplaced comment. | not-well-formed
056.xml:1:15: Expected > at end of dtd, but got - |
3.2 [45] | not-wf-sa-057 | This isn't SGML; comments can't exist in declarations. | not-well-formed
057.xml:2:23: Expected > at end of entity declaration, but got - |
3.3.1 [54] | not-wf-sa-058 | Invalid character , in ATTLIST enumeration | not-well-formed
058.xml:3:22: Expected ) at end of enumerated value list in attlist declaration, but got , |
3.3.1 [59] | not-wf-sa-059 | String literal must be in quotes. | not-well-formed
059.xml:3:26: Expected quoted string for default value in attlist declaration, but got v |
3.3.1 [56] | not-wf-sa-060 | Invalid type NAME defined in ATTLIST. | not-well-formed
060.xml:3:18: Expected ( or keyword for type in attlist declaration, but got N |
4.2.2 [75] | not-wf-sa-061 | External entity declarations require whitespace between public and system IDs. | not-well-formed
061.xml:2:29: Expected whitespace after public id |
4.2 [71] | not-wf-sa-062 | Entity declarations need space after the entity name. | not-well-formed
062.xml:2:13: Expected whitespace after name in entity declaration |
2.8 [29] | not-wf-sa-063 | Conditional sections may only appear in the external DTD subset. | not-well-formed
063.xml:2:4: Conditional section not allowed in internal subset |
3.3 [53] | not-wf-sa-064 | Space is required between attribute type and default values in <!ATTLIST...> declarations. | not-well-formed
064.xml:3:21: Expected whitespace after attribute type |
3.3 [53] | not-wf-sa-065 | Space is required between attribute name and type in <!ATTLIST...> declarations. | not-well-formed
065.xml:3:17: Expected whitespace after name in attlist declaration |
3.3 [52] | not-wf-sa-066 | Required whitespace is missing. | not-well-formed
066.xml:3:27: Expected whitespace after enumerated value list in attlist declaration |
3.3 [53] | not-wf-sa-067 | Space is required between attribute type and default values in <!ATTLIST...> declarations. | not-well-formed
067.xml:3:23: Expected whitespace after enumerated value list in attlist declaration |
3.3.1 [58] | not-wf-sa-068 | Space is required between NOTATION keyword and list of enumerated choices in <!ATTLIST...> declarations. | not-well-formed
068.xml:3:26: Expected whitespace after attribute type |
4.2.2 [76] | not-wf-sa-069 | Space is required before an NDATA entity annotation. | not-well-formed
069.xml:4:35: Whitespace missing before NDATA |
2.5 [16] | not-wf-sa-070 | XML comments may not contain "--" | not-well-formed
070.xml:1:43: -- in comment |
4.1 [68] | not-wf-sa-071 | ENTITY can't reference itself directly or indirectly. | not-well-formed
071.xml:-1(end of prolog):-1: warning: Root element name doc not declared 071.xml:6:5: warning: Start tag for undeclared element doc 071.xml:6:10: Recursive reference to entity "e1" |
4.1 [68] | not-wf-sa-072 | Undefined ENTITY foo. | not-well-formed
072.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 072.xml:1:11: Undefined entity foo |
4.1 [68] | not-wf-sa-073 | Undefined ENTITY f. | not-well-formed
073.xml:-1(end of prolog):-1: warning: Root element name doc not declared 073.xml:4:5: warning: Start tag for undeclared element doc 073.xml:4:9: Undefined entity f |
4.3.2 | not-wf-sa-074 | Internal general parsed entities are only well formed if they match the "content" production. | not-well-formed
074.xml:-1(end of prolog):-1: warning: Root element name doc not declared 074.xml:4:5: warning: Start tag for undeclared element doc 074.xml:5:5: warning: Start tag for undeclared element foo 074.xml:5:9: Element ends in different entity from that in which it starts |
4.1 [68] | not-wf-sa-075 | ENTITY can't reference itself directly or indirectly. | not-well-formed
075.xml:-1(end of prolog):-1: warning: Root element name doc not declared 075.xml:6:5: warning: Start tag for undeclared element doc 075.xml:6:7: warning: Undeclared attribute a for element doc 075.xml:6:13: Recursive reference to entity "e1" |
4.1 [68] | not-wf-sa-076 | Undefined ENTITY foo. | not-well-formed
076.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 076.xml:1:14: Undefined entity foo |
41. [68] | not-wf-sa-077 | Undefined ENTITY bar. | not-well-formed
077.xml:-1(end of prolog):-1: warning: Root element name doc not declared 077.xml:4:5: warning: Start tag for undeclared element doc 077.xml:4:7: warning: Undeclared attribute a for element doc 077.xml:4:14: Undefined entity bar |
4.1 [68] | not-wf-sa-078 | Undefined ENTITY foo. | not-well-formed
078.xml:3:29: Undefined entity foo |
4.1 [68] | not-wf-sa-079 | ENTITY can't reference itself directly or indirectly. | not-well-formed
079.xml:6:28: Recursive reference to entity "e1" |
4.1 [68] | not-wf-sa-080 | ENTITY can't reference itself directly or indirectly. | not-well-formed
080.xml:6:35: Recursive reference to entity "e1" |
3.1 | not-wf-sa-081 | This tests the No External Entity References WFC, since the entity is referred to within an attribute. | not-well-formed
081.xml:-1(end of prolog):-1: warning: Root element name doc not declared 081.xml:4:5: warning: Start tag for undeclared element doc 081.xml:4:7: warning: Undeclared attribute a for element doc 081.xml:4:12: Illegal reference to external entity "e" |
3.1 | not-wf-sa-082 | This tests the No External Entity References WFC, since the entity is referred to within an attribute. | not-well-formed
082.xml:4:27: Illegal reference to external entity "e" |
4.2.2 [76] | not-wf-sa-083 | Undefined NOTATION n. | not-well-formed
083.xml:-1(end of prolog):-1: warning: Root element name doc not declared 083.xml:-1(end of prolog):-1: warning: In declaration of unparsed entity e, notation n is undefined 083.xml:4:5: warning: Start tag for undeclared element doc 083.xml:4:9: Illegal reference to unparsed entity "e" |
4.1 | not-wf-sa-084 | Tests the Parsed Entity WFC by referring to an unparsed entity. (This precedes the error of not declaring that entity's notation, which may be detected any time before the DTD parsing is completed.) | not-well-formed
084.xml:4:27: Illegal reference to unparsed entity "e" |
2.3 [13] | not-wf-sa-085 | Public IDs may not contain "[". | not-well-formed
085.xml:1:25: Illegal character [ in public id |
2.3 [13] | not-wf-sa-086 | Public IDs may not contain "[". | not-well-formed
086.xml:2:24: Illegal character [ in public id |
2.3 [13] | not-wf-sa-087 | Public IDs may not contain "[". | not-well-formed
087.xml:2:26: Illegal character [ in public id |
2.3 [10] | not-wf-sa-088 | Attribute values are terminated by literal quote characters, and any entity expansion is done afterwards. | not-well-formed
088.xml:6:14: Illegal character '<' in attribute value |
4.2 [74] | not-wf-sa-089 | Parameter entities "are" always parsed; NDATA annotations are not permitted. | not-well-formed
089.xml:2:38: NDATA not allowed for parameter entity |
2.3 [10] | not-wf-sa-090 | Attributes may not contain a literal "<" character; this one has one because of reference expansion. | not-well-formed
090.xml:-1(end of prolog):-1: warning: Root element name doc not declared 090.xml:4:5: warning: Start tag for undeclared element doc 090.xml:4:9: warning: Start tag for undeclared element foo 090.xml:4:9: warning: Undeclared attribute a for element foo 090.xml:4:9: Illegal character '<' in attribute value |
4.2 [74] | not-wf-sa-091 | Parameter entities "are" always parsed; NDATA annotations are not permitted. | not-well-formed
091.xml:3:38: NDATA not allowed for parameter entity |
4.5 | not-wf-sa-092 | The replacement text of this entity has an illegal reference, because the character reference is expanded immediately. | not-well-formed
092.xml:-1(end of prolog):-1: warning: Root element name doc not declared 092.xml:4:5: warning: Start tag for undeclared element doc 092.xml:4:9: warning: Start tag for undeclared element foo 092.xml:4:9: warning: Undeclared attribute a for element foo 092.xml:4:9: Expected name, but got ' for entity |
4.1 [66] | not-wf-sa-093 | Hexadecimal character references may not use the uppercase 'X'. | not-well-formed
093.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 093.xml:1:8: Illegal character X in base-10 character reference |
2.8 [24] | not-wf-sa-094 | Prolog VERSION must be lowercase. | not-well-formed
094.xml:1:7: Expected "version", "encoding" or "standalone" in XML declaration |
2.8 [23] | not-wf-sa-095 | VersionInfo must come before EncodingDecl. | not-well-formed
095.xml:1:31: Repeated or misordered attributes in XML declaration |
2.9 [32] | not-wf-sa-096 | Space is required before the standalone declaration. | not-well-formed
096.xml:1:21: Expected whitespace or "?>" after attribute in XML declaration |
2.8 [24] | not-wf-sa-097 | Both quotes surrounding VersionNum must be the same. | not-well-formed
097.xml:1:31: Illegal character ' in version number |
2.8 [23] | not-wf-sa-098 | Only one "version=..." string may appear in an XML declaration. | not-well-formed
098.xml:1:28: Repeated or misordered attributes in XML declaration |
2.8 [23] | not-wf-sa-099 | Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them. | not-well-formed
099.xml:1:21: Expected "version", "encoding" or "standalone" in XML declaration |
2.9 [32] | not-wf-sa-100 | Only "yes" and "no" are permitted as values of "standalone". | not-well-formed
100.xml:1:37: Expected "yes" or "no" for standalone in XML declaration |
4.3.3 [81] | not-wf-sa-101 | Space is not permitted in an encoding name. | not-well-formed
101.xml:1:38: Encoding name does not begin with letter |
2.8 [26] | not-wf-sa-102 | Provides an illegal XML version number; spaces are illegal. | not-well-formed
102.xml:1:21: Illegal character <space> in version number |
4.3.2 | not-wf-sa-103 | End-tag required for element foo. | not-well-formed
103.xml:-1(end of prolog):-1: warning: Root element name doc not declared 103.xml:4:5: warning: Start tag for undeclared element doc 103.xml:4:9: warning: Start tag for undeclared element foo 103.xml:4:14: Mismatched end tag: expected </foo>, got </doc> |
4.3.2 | not-wf-sa-104 | Internal general parsed entities are only well formed if they match the "content" production. | not-well-formed
104.xml:-1(end of prolog):-1: warning: Root element name doc not declared 104.xml:4:5: warning: Start tag for undeclared element doc 104.xml:4:9: warning: Start tag for undeclared element foo 104.xml:4:14: Element ends in different entity from that in which it starts |
2.7 | not-wf-sa-105 | Invalid placement of CDATA section. | not-well-formed
105.xml:2:10: CDATA section not allowed in prolog |
4.2 | not-wf-sa-106 | Invalid placement of entity declaration. | not-well-formed
106.xml:2:2: Entity reference not allowed in prolog |
2.8 [28] | not-wf-sa-107 | Invalid document type declaration. CDATA alone is invalid. | not-well-formed
107.xml:2:4: Conditional section not allowed in internal subset |
2.7 [19] | not-wf-sa-108 | No space in '<![CDATA['. | not-well-formed
108.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 108.xml:2:3: Syntax error after <! |
4.2 [70] | not-wf-sa-109 | Tags invalid within EntityDecl. | not-well-formed
109.xml:4:2: Entity reference not allowed in prolog |
4.1 [68] | not-wf-sa-110 | Entity reference must be in content of element. | not-well-formed
110.xml:-1(end of prolog):-1: warning: Root element name doc not declared 110.xml:4:5: warning: Start tag for undeclared element doc 110.xml:5:4: Character data not allowed after body |
3.1 [43] | not-wf-sa-111 | Entiry reference must be in content of element not Start-tag. | not-well-formed
111.xml:-1(end of prolog):-1: warning: Root element name doc not declared 111.xml:4:5: warning: Start tag for undeclared element doc 111.xml:4:6: Expected name, but got & for attribute |
2.7 [19] | not-wf-sa-112 | CDATA sections start '<![CDATA[', not '<!cdata['. | not-well-formed
112.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 112.xml:2:3: Syntax error after <! |
2.3 [9] | not-wf-sa-113 | Parameter entity values must use valid reference syntax; this reference is malformed. | not-well-formed
113.xml:2:18: Expected name, but got " for entity |
2.3 [9] | not-wf-sa-114 | General entity values must use valid reference syntax; this reference is malformed. | not-well-formed
114.xml:2:16: Expected name, but got " for entity |
4.5 | not-wf-sa-115 | The replacement text of this entity is an illegal character reference, which must be rejected when it is parsed in the context of an attribute value. | not-well-formed
115.xml:-1(end of prolog):-1: warning: Root element name doc not declared 115.xml:4:5: warning: Start tag for undeclared element doc 115.xml:4:7: warning: Undeclared attribute a for element doc 115.xml:4:12: Expected name, but got <EOE> for entity |
4.3.2 | not-wf-sa-116 | Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. | not-well-formed
116.xml:-1(end of prolog):-1: warning: Root element name doc not declared 116.xml:4:5: warning: Start tag for undeclared element doc 116.xml:4:9: Illegal character <EOE> in base-10 character reference |
4.3.2 | not-wf-sa-117 | Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. | not-well-formed
117.xml:-1(end of prolog):-1: warning: Root element name doc not declared 117.xml:4:5: warning: Start tag for undeclared element doc 117.xml:4:9: Expected name, but got <EOE> for entity |
4.1 [68] | not-wf-sa-118 | Entity reference expansion is not recursive. | not-well-formed
118.xml:-1(end of prolog):-1: warning: Root element name doc not declared 118.xml:4:5: warning: Start tag for undeclared element doc 118.xml:4:7: Expected name, but got & for entity |
4.3.2 | not-wf-sa-119 | Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one. | not-well-formed
119.xml:-1(end of prolog):-1: warning: Root element name doc not declared 119.xml:4:5: warning: Start tag for undeclared element doc 119.xml:5:4: Expected name, but got <EOE> for entity |
4.5 | not-wf-sa-120 | Character references are expanded in the replacement text of an internal entity, which is then parsed as usual. Accordingly, & must be doubly quoted - encoded either as & or as &#38;. | not-well-formed
120.xml:-1(end of prolog):-1: warning: Root element name doc not declared 120.xml:4:5: warning: Start tag for undeclared element doc 120.xml:5:4: Expected name, but got <EOE> for entity |
4.1 [68] | not-wf-sa-121 | A name of an ENTITY was started with an invalid character. | not-well-formed
121.xml:2:10: Expected name, but got # for name in entity declaration |
3.2.1 [47] | not-wf-sa-122 | Invalid syntax mixed connectors are used. | not-well-formed
122.xml:2:24: Content particle contains both | and , |
3.2.1 [48] | not-wf-sa-123 | Invalid syntax mismatched parenthesis. | not-well-formed
123.xml:2:23: Expected > at end of element declaration, but got ) |
3.2.2 [51] | not-wf-sa-124 | Invalid format of Mixed-content declaration. | not-well-formed
124.xml:2:29: Misplaced #PCDATA in content declaration |
3.2.2 [51] | not-wf-sa-125 | Invalid syntax extra set of parenthesis not necessary. | not-well-formed
125.xml:2:26: Misplaced #PCDATA in content declaration |
3.2.2 [51] | not-wf-sa-126 | Invalid syntax Mixed-content must be defined as zero or more. | not-well-formed
126.xml:2:25: Malformed mixed content declaration |
3.2.2 [51] | not-wf-sa-127 | Invalid syntax Mixed-content must be defined as zero or more. | not-well-formed
127.xml:2:25: Malformed mixed content declaration |
2.7 [18] | not-wf-sa-128 | Invalid CDATA syntax. | not-well-formed
128.xml:2:15: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [45] | not-wf-sa-129 | Invalid syntax for Element Type Declaration. | not-well-formed
129.xml:2:15: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [45] | not-wf-sa-130 | Invalid syntax for Element Type Declaration. | not-well-formed
130.xml:2:22: Expected > at end of element declaration, but got + |
3.2 [45] | not-wf-sa-131 | Invalid syntax for Element Type Declaration. | not-well-formed
131.xml:2:22: Expected > at end of element declaration, but got - |
3.2.1 [50] | not-wf-sa-132 | Invalid syntax mixed connectors used. | not-well-formed
132.xml:2:39: Content particle contains both | and , |
3.2.1 | not-wf-sa-133 | Illegal whitespace before optional character causes syntax error. | not-well-formed
133.xml:2:19: Expected | or , or ) in content declaration, got * |
3.2.1 | not-wf-sa-134 | Illegal whitespace before optional character causes syntax error. | not-well-formed
134.xml:2:19: Expected > at end of element declaration, but got * |
3.2.1 [47] | not-wf-sa-135 | Invalid character used as connector. | not-well-formed
135.xml:2:19: Expected | or , or ) in content declaration, got & |
3.2 [45] | not-wf-sa-136 | Tag omission is invalid in XML. | not-well-formed
136.xml:2:15: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [45] | not-wf-sa-137 | Space is required before a content model. | not-well-formed
137.xml:2:14: Expected whitespace after name in element declaration |
3.2.1 [48] | not-wf-sa-138 | Invalid syntax for content particle. | not-well-formed
138.xml:2:21: Expected | or , or ) in content declaration, got ? |
3.2.1 [46] | not-wf-sa-139 | The element-content model should not be empty. | not-well-formed
139.xml:2:16: Expected name, but got ) in content declaration |
2.3 [4] | not-wf-sa-140 | Character '゚' is a CombiningChar, not a Letter, and so may not begin a name. | not-well-formed
140.xml:-1(end of prolog):-1: warning: Root element name doc not declared 140.xml:4:5: warning: Start tag for undeclared element doc 140.xml:4:9: Expected name, but got <0x309a> after < |
2.3 [5] | not-wf-sa-141 | Character #x0E5C is not legal in XML names. | not-well-formed
141.xml:-1(end of prolog):-1: warning: Root element name doc not declared 141.xml:4:5: warning: Start tag for undeclared element doc 141.xml:4:9: warning: Start tag for undeclared element X 141.xml:4:9: Expected whitespace or tag end in start tag |
2.2 [2] | not-wf-sa-142 | Character #x0000 is not legal anywhere in an XML document. | not-well-formed
142.xml:4:10: 0x0 is not a valid UTF-16 XML character |
2.2 [2] | not-wf-sa-143 | Character #x001F is not legal anywhere in an XML document. | not-well-formed
143.xml:4:11: 0x1f is not a valid UTF-16 XML character |
2.2 [2] | not-wf-sa-144 | Character #xFFFF is not legal anywhere in an XML document. | not-well-formed
144.xml:4:14: 0xffff is not a valid UTF-16 XML character |
2.2 [2] | not-wf-sa-145 | Character #xD800 is not legal anywhere in an XML document. (If it appeared in a UTF-16 surrogate pair, it'd represent half of a UCS-4 character and so wouldn't really be in the document.) | not-well-formed
145.xml:4:14: 0xd800 is not a valid UTF-16 XML character |
2.2 [2] | not-wf-sa-146 | Character references must also refer to legal XML characters; #x00110000 is one more than the largest legal character. | not-well-formed
146.xml:4:16: 0x110000 is not a valid UTF-16 XML character |
2.8 [22] | not-wf-sa-147 | XML Declaration may not be preceded by whitespace. | not-well-formed
147.xml:2:6: Misplaced or wrong-case xml declaration |
2.8 [22] | not-wf-sa-148 | XML Declaration may not be preceded by comments or whitespace. | not-well-formed
148.xml:2:6: Misplaced or wrong-case xml declaration |
2.8 [28] | not-wf-sa-149 | XML Declaration may not be within a DTD. | not-well-formed
149.xml:3:6: Misplaced or wrong-case xml declaration |
3.1 [43] | not-wf-sa-150 | XML declarations may not be within element content. | not-well-formed
150.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 150.xml:2:6: Misplaced or wrong-case xml declaration |
2.8 [27] | not-wf-sa-151 | XML declarations may not follow document content. | not-well-formed
151.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 151.xml:3:6: Misplaced or wrong-case xml declaration |
2.8 [22] | not-wf-sa-152 | XML declarations must include the "version=..." string. | not-well-formed
152.xml:1:25: XML declaration in document entity lacked version number |
4.3.2 | not-wf-sa-153 | Text declarations may not begin internal parsed entities; they may only appear at the beginning of external parsed (parameter or general) entities. | not-well-formed
153.xml:5:9: Misplaced or wrong-case xml declaration |
2.8 2.6 [23, 17] | not-wf-sa-154 | '<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name. | not-well-formed
154.xml:1:6: Misplaced or wrong-case xml declaration |
2.8 2.6 [23, 17] | not-wf-sa-155 | '<?xmL ...?>' is neither an XML declaration nor a legal processing instruction target name. | not-well-formed
155.xml:1:6: Misplaced or wrong-case xml declaration |
2.8 2.6 [23, 17] | not-wf-sa-156 | '<?xMl ...?>' is neither an XML declaration nor a legal processing instruction target name. | not-well-formed
156.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 156.xml:2:6: Misplaced or wrong-case xml declaration |
2.6 [17] | not-wf-sa-157 | '<?xmL ...?>' is not a legal processing instruction target name. | not-well-formed
157.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned 157.xml:2:6: Misplaced or wrong-case xml declaration |
3.3 [52] | not-wf-sa-158 | SGML-ism: "#NOTATION gif" can't have attributes. | not-well-formed
158.xml:4:11: Expected name, but got # for name in attlist declaration |
2.3 [9] | not-wf-sa-159 | Uses '&' unquoted in an entity declaration, which is illegal syntax for an entity reference. | not-well-formed
159.xml:3:27: Expected name, but got <space> for entity |
2.8 | not-wf-sa-160 | Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. | not-well-formed
160.xml:4:15: PE ref not allowed here in internal subset |
2.8 | not-wf-sa-161 | Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. | not-well-formed
161.xml:3:16: PE ref not allowed here in internal subset |
2.8 | not-wf-sa-162 | Violates the PEs in Internal Subset WFC by using a PE reference within a declaration. | not-well-formed
162.xml:4:16: PE ref not allowed here in internal subset |
4.1 [69] | not-wf-sa-163 | Invalid placement of Parameter entity reference. | not-well-formed
163.xml:5:1: Character data not allowed in prolog |
4.1 [69] | not-wf-sa-164 | Invalid placement of Parameter entity reference. | not-well-formed
164.xml:4:3: Expected > at end of dtd, but got % |
4.2 [72] | not-wf-sa-165 | Parameter entity declarations must have a space before the '%'. | not-well-formed
165.xml:2:9: Expected whitespace after ENTITY |
2.2 [2] | not-wf-sa-166 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/166.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/166.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/166.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/166.xml>, ignore further errors 166.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-167 | Character FFFE is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xfffe> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/167.xml>, ignore further errors Error: illegal character <0xfffe> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/167.xml>, ignore further errors Error: illegal character <0xfffe> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/167.xml>, ignore further errors Error: illegal character <0xfffe> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/167.xml>, ignore further errors 167.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-168 | An unpaired surrogate (D800) is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xd800> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/168.xml>, ignore further errors Error: illegal character <0xd800> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/168.xml>, ignore further errors Error: illegal character <0xd800> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/168.xml>, ignore further errors Error: illegal character <0xd800> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/168.xml>, ignore further errors 168.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-169 | An unpaired surrogate (DC00) is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xdc00> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/169.xml>, ignore further errors Error: illegal character <0xdc00> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/169.xml>, ignore further errors Error: illegal character <0xdc00> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/169.xml>, ignore further errors Error: illegal character <0xdc00> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/169.xml>, ignore further errors 169.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-170 | Four byte UTF-8 encodings can encode UCS-4 characters which are beyond the range of legal XML characters (and can't be expressed in Unicode surrogate pairs). This document holds such a character. | not-well-formed
Error: illegal character <0x1c0000> immediately before file offset 9 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/170.xml>, ignore further errors 170.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-171 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/171.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/171.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/171.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/171.xml>, ignore further errors 171.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-172 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/172.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/172.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/172.xml>, ignore further errors Error: illegal character <0xffff> immediately before file offset 8 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/172.xml>, ignore further errors 172.xml:1:1: Document ends too soon |
2.2 [2] | not-wf-sa-173 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 11 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/173.xml>, ignore further errors 173.xml:1:2: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-174 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 17 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/174.xml>, ignore further errors 174.xml:1:1: Character data not allowed in prolog |
2.2 [2] | not-wf-sa-175 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 60 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/175.xml>, ignore further errors 175.xml:2:26: EOE in DTD |
3 [39] | not-wf-sa-176 | Start tags must have matching end tags. | not-well-formed
176.xml:4:7: Document ends too soon |
2.2 [2] | not-wf-sa-177 | Character FFFF is not legal anywhere in an XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 56 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/xmltest/not-wf/sa/177.xml>, ignore further errors 177.xml:4:1: Character data not allowed in prolog |
3.1 [41] | not-wf-sa-178 | Invalid syntax matching double quote is missing. | not-well-formed
178.xml:5:16: Illegal character '<' in attribute value |
4.1 [66] | not-wf-sa-179 | Invalid syntax matching double quote is missing. | not-well-formed
179.xml:4:13: EOE in DTD |
4.1 | not-wf-sa-180 | The Entity Declared WFC requires entities to be declared before they are used in an attribute list declaration. | not-well-formed
180.xml:3:27: Undefined entity e |
4.3.2 | not-wf-sa-181 | Internal parsed entities must match the content production to be well formed. | not-well-formed
181.xml:5:9: EOE in CDATA section |
4.3.2 | not-wf-sa-182 | Internal parsed entities must match the content production to be well formed. | not-well-formed
182.xml:5:9: EOE in comment |
3.2.2 [51] | not-wf-sa-183 | Mixed content declarations may not include content particles. | not-well-formed
183.xml:2:32: Malformed mixed content declaration |
3.2.2 [51] | not-wf-sa-184 | In mixed content models, element names must not be parenthesized. | not-well-formed
184.xml:2:33: Malformed mixed content declaration |
4.1 | not-wf-sa-185 | Tests the Entity Declared WFC. Note: a nonvalidating parser is permitted not to report this WFC violation, since it would need to read an external parameter entity to distinguish it from a violation of the Standalone Declaration VC. | not-well-formed
185.xml:3:9: Undefined entity e |
3.1 [44] | not-wf-sa-186 | Whitespace is required between attribute/value pairs. | not-well-formed
186.xml:5:9: Expected whitespace or tag end in start tag |
3.4 [62] | not-wf-not-sa-001 | Conditional sections must be properly terminated ("]>" used instead of "]]>"). | not-well-formed
001.ent:3:2: ]> required after ] in conditional section |
2.6 [17] | not-wf-not-sa-002 | Processing instruction target names may not be "XML" in any combination of cases. | not-well-formed
002.xml:4:4: Misplaced or wrong-case xml declaration |
3.4 [62] | not-wf-not-sa-003 | Conditional sections must be properly terminated ("]]>" omitted). | not-well-formed
003.ent:2:14: EOE in ignored conditional section |
3.4 [62] | not-wf-not-sa-004 | Conditional sections must be properly terminated ("]]>" omitted). | not-well-formed
004.ent:2:15: EOF in conditional section |
3.4 [62] | not-wf-not-sa-006 | Conditional sections need a '[' after the INCLUDE or IGNORE. | not-well-formed
006.ent:2:1: Expected [ at start of conditional section, but got < |
4.3.2 [79] | not-wf-not-sa-007 | A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity. | not-well-formed
007.ent:1:2: Syntax error after < in dtd |
4.1 [69] | not-wf-not-sa-008 | In DTDs, the '%' character must be part of a parameter entity reference. | not-well-formed
008.ent:2:17: Expected name, but got " for parameter entity |
4.1 | not-wf-ext-sa-001 | Tests the No Recursion WFC by having an external general entity be self-recursive. | not-well-formed
001.xml:-1(end of prolog):-1: warning: Root element name doc not declared 001.xml:4:5: warning: Start tag for undeclared element doc 001.xml:4:9: Recursive reference to entity "e" |
4.3.1 4.3.2 [77, 78] | not-wf-ext-sa-002 | External entities have "text declarations", which do not permit the "standalone=..." attribute that's allowed in XML declarations. | not-well-formed
002.xml:5:9: Standalone attribute not allowed except in document entity |
2.6 [17] | not-wf-ext-sa-003 | Only one text declaration is permitted; a second one looks like an illegal processing instruction (target names of "xml" in any case are not allowed). | not-well-formed
003.xml:5:9: Encoding declaration is required in text declaration |
2.8 | valid-sa-094 | This refers to an undefined parameter entity reference within a markup declaration in the internal DTD subset, violating the PEs in Internal Subset WFC. | valid
|
3.3.1 [56] | attlist01 | SGML's NUTOKEN is not allowed. | not-well-formed
attlist01.xml:7:9: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | attlist02 | SGML's NUTOKENS attribute type is not allowed. | not-well-formed
attlist02.xml:7:9: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [59] | attlist03 | Comma doesn't separate enumerations, unlike in SGML. | not-well-formed
attlist03.xml:7:11: Expected ) at end of enumerated value list in attlist declaration, but got , |
3.3.1 [56] | attlist04 | SGML's NUMBER attribute type is not allowed. | not-well-formed
attlist04.xml:7:9: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | attlist05 | SGML's NUMBERS attribute type is not allowed. | not-well-formed
attlist05.xml:7:10: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | attlist06 | SGML's NAME attribute type is not allowed. | not-well-formed
attlist06.xml:7:9: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | attlist07 | SGML's NAMES attribute type is not allowed. | not-well-formed
attlist07.xml:7:9: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | attlist08 | SGML's #CURRENT is not allowed. | not-well-formed
attlist08.xml:7:17: Expected quoted string for default value in attlist declaration, but got # |
3.3.1 [56] | attlist09 | SGML's #CONREF is not allowed. | not-well-formed
attlist09.xml:5:17: Expected quoted string for default value in attlist declaration, but got # |
3.1 [40] | attlist10 | Whitespace required between attributes | not-well-formed
attlist10.xml:6:20: Expected whitespace or tag end in start tag |
3.1 [44] | attlist11 | Whitespace required between attributes | not-well-formed
attlist11.xml:6:20: Expected whitespace or tag end in start tag |
3.4 [61] | cond01 | Only INCLUDE and IGNORE are conditional section keywords | not-well-formed
cond.dtd:3:11: INCLUDE or IGNORE required in conditional section |
3.4 [61] | cond02 | Must have keyword in conditional sections | not-well-formed
cond.dtd:3:11: INCLUDE or IGNORE required in conditional section |
3.2.1 [48] | content01 | No whitespace before "?" in content model | not-well-formed
content01.xml:3:29: Expected | or , or ) in content declaration, got ? |
3.2.1 [48] | content02 | No whitespace before "*" in content model | not-well-formed
content02.xml:3:29: Expected | or , or ) in content declaration, got * |
3.2.1 [48] | content03 | No whitespace before "+" in content model | not-well-formed
content03.xml:3:27: Expected | or , or ) in content declaration, got + |
4.3.1 [77] | decl01 | External entities may not have standalone decls. | not-well-formed
decl01.xml:6:12: Standalone attribute not allowed except in document entity |
3.2.1 [55] | nwf-dtd00 | Comma mandatory in content model | not-well-formed
dtd00.xml:2:32: Expected | or , or ) in content declaration, got f |
3.2.1 [55] | nwf-dtd01 | Can't mix comma and vertical bar in content models | not-well-formed
dtd01.xml:2:32: Content particle contains both | and , |
4.1 [69] | dtd02 | PE name immediately after "%" | not-well-formed
dtd02.xml:5:5: Expected "<" in dtd, but got % |
4.1 [69] | dtd03 | PE name immediately followed by ";" | not-well-formed
dtd03.xml:5:9: Expected ; after entity name, but got <0xa> |
4.2.2 [75] | dtd04 | PUBLIC literal must be quoted | not-well-formed
dtd04.xml:4:25: Expected quoted string for public ID, but got - |
4.2.2 [75] | dtd05 | SYSTEM identifier must be quoted | not-well-formed
dtd05.xml:4:25: Expected quoted string for system ID, but got e |
4.3.1 [77] | dtd07 | Text declarations (which optionally begin any external entity) are required to have "encoding=...". | not-well-formed
dtd07.dtd:1:22: Encoding declaration is required in text declaration |
3.1 [42] | element00 | EOF in middle of incomplete ETAG | not-well-formed
element00.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned element00.xml:3:5: Mismatched end tag: expected </root>, got </ro> |
3.1 [42] | element01 | EOF in middle of incomplete ETAG | not-well-formed
element01.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned element01.xml:3:7: Expected > after name in end tag, but got <EOE> |
3.1 [43] | element02 | Illegal markup (<%@ ... %>) | not-well-formed
element02.xml:3:6: Expected name, but got % after < |
3.1 [43] | element03 | Illegal markup (<% ... %>) | not-well-formed
element03.xml:3:6: Expected name, but got % after < |
3.1 [43] | element04 | Illegal markup (<!ELEMENT ... >) | not-well-formed
element04.xml:3:7: Syntax error after <! |
4.3.3 [81] | encoding01 | Illegal character " " in encoding name | not-well-formed
encoding01.xml:1:38: Encoding name does not begin with letter |
4.3.3 [81] | encoding02 | Illegal character "/" in encoding name | not-well-formed
encoding02.xml:1:35: Illegal character / in encoding name |
4.3.3 [81] | encoding03 | Illegal character reference in encoding name | not-well-formed
encoding03.xml:1:45: Illegal character & in encoding name |
4.3.3 [81] | encoding04 | Illegal character ":" in encoding name | not-well-formed
encoding04.xml:1:37: Illegal character : in encoding name |
4.3.3 [81] | encoding05 | Illegal character "@" in encoding name | not-well-formed
encoding05.xml:1:53: Encoding name does not begin with letter |
4.3.3 [81] | encoding06 | Illegal character "+" in encoding name | not-well-formed
encoding06.xml:1:39: Illegal character + in encoding name |
4.3.1 [77] | encoding07 | Text declarations (which optionally begin any external entity) are required to have "encoding=...". | not-well-formed
encoding07.xml:10:14: Encoding declaration is required in text declaration |
2.6 [16] | pi | No space between PI target name and data | not-well-formed
pi.xml:4:10: Expected whitespace after PI name |
2.3 [12] | pubid01 | Illegal entity ref in public ID | not-well-formed
pubid01.xml:6:48: Illegal character & in public id |
2.3 [12] | pubid02 | Illegal characters in public ID | not-well-formed
pubid02.xml:6:34: Illegal character < in public id |
2.3 [12] | pubid03 | Illegal characters in public ID | not-well-formed
pubid03.xml:6:34: Illegal character [ in public id |
2.3 [12] | pubid04 | Illegal characters in public ID | not-well-formed
pubid04.xml:6:36: Illegal character { in public id |
2.3 [12] | pubid05 | SGML-ism: public ID without system ID | not-well-formed
pubid05.xml:5:44: Expected whitespace after public id |
3 [39] | sgml01 | SGML-ism: omitted end tag for EMPTY content | not-well-formed
sgml01.xml:7:8: warning: PCDATA not allowed here sgml01.xml:7:8: Document ends too soon |
2.8 | sgml02 | XML declaration must be at the very beginning of a document; it"s not a processing instruction | not-well-formed
sgml02.xml:1:7: Misplaced or wrong-case xml declaration |
2.5 [15] | sgml03 | Comments may not contain "--" | not-well-formed
sgml03.xml:3:23: -- in comment |
3.3 [52] | sgml04 | ATTLIST declarations apply to only one element, unlike SGML | not-well-formed
sgml04.xml:7:15: Expected name, but got ( for name in attlist declaration |
3.2 [45] | sgml05 | ELEMENT declarations apply to only one element, unlike SGML | not-well-formed
sgml05.xml:8:15: Expected name, but got ( for name in element declaration |
3.3 [52] | sgml06 | ATTLIST declarations are never global, unlike in SGML | not-well-formed
sgml06.xml:6:15: Expected name, but got # for name in attlist declaration |
3.2 [45] | sgml07 | SGML Tag minimization specifications are not allowed | not-well-formed
sgml07.xml:3:20: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [45] | sgml08 | SGML Tag minimization specifications are not allowed | not-well-formed
sgml08.xml:3:20: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [45] | sgml09 | SGML Content model exception specifications are not allowed | not-well-formed
sgml09.xml:4:32: Expected > at end of element declaration, but got - |
3.2 [45] | sgml10 | SGML Content model exception specifications are not allowed | not-well-formed
sgml10.xml:3:48: Expected > at end of element declaration, but got + |
3.2 [46] | sgml11 | CDATA is not a valid content model spec | not-well-formed
sgml11.xml:3:20: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2 [46] | sgml12 | RCDATA is not a valid content model spec | not-well-formed
sgml12.xml:3:20: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2.1 [47] | sgml13 | SGML Unordered content models not allowed | not-well-formed
sgml13.xml:3:24: Expected | or , or ) in content declaration, got & |
2.1 [1] | o-p01fail1 | S cannot occur before the prolog | not-well-formed
p01fail1.xml:2:6: Misplaced or wrong-case xml declaration |
2.1 [1] | o-p01fail2 | comments cannot occur before the prolog | not-well-formed
p01fail2.xml:1:24: Misplaced or wrong-case xml declaration |
2.1 [1] | o-p01fail3 | only one document element | not-well-formed
p01fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p01fail3.xml:1:8: Document contains multiple elements |
2.1 [1] | o-p01fail4 | document element must be complete. | not-well-formed
p01fail4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p01fail4.xml:1:6: Document ends too soon |
2.2 [2] | o-p02fail1 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x0> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail1.xml>, ignore further errors p02fail1.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail10 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xb> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail10.xml>, ignore further errors p02fail10.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail11 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xc> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail11.xml>, ignore further errors p02fail11.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail12 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xe> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail12.xml>, ignore further errors p02fail12.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail13 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xf> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail13.xml>, ignore further errors p02fail13.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail14 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x10> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail14.xml>, ignore further errors p02fail14.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail15 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x11> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail15.xml>, ignore further errors p02fail15.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail16 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x12> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail16.xml>, ignore further errors p02fail16.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail17 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x13> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail17.xml>, ignore further errors p02fail17.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail18 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x14> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail18.xml>, ignore further errors p02fail18.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail19 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x15> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail19.xml>, ignore further errors p02fail19.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail2 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail2.xml>, ignore further errors p02fail2.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail20 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x16> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail20.xml>, ignore further errors p02fail20.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail21 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x17> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail21.xml>, ignore further errors p02fail21.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail22 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x18> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail22.xml>, ignore further errors p02fail22.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail23 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x19> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail23.xml>, ignore further errors p02fail23.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail24 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1a> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail24.xml>, ignore further errors p02fail24.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail25 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1b> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail25.xml>, ignore further errors p02fail25.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail26 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1c> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail26.xml>, ignore further errors p02fail26.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail27 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1d> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail27.xml>, ignore further errors p02fail27.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail28 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1e> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail28.xml>, ignore further errors p02fail28.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail29 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1f> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail29.xml>, ignore further errors p02fail29.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail3 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x2> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail3.xml>, ignore further errors p02fail3.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail30 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xfffe> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail30.xml>, ignore further errors p02fail30.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail31 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xffff> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail31.xml>, ignore further errors p02fail31.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail4 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x3> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail4.xml>, ignore further errors p02fail4.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail5 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x4> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail5.xml>, ignore further errors p02fail5.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail6 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x5> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail6.xml>, ignore further errors p02fail6.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail7 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x6> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail7.xml>, ignore further errors p02fail7.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail8 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x7> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail8.xml>, ignore further errors p02fail8.xml:1:1: Character data not allowed in prolog |
2.2 [2] | o-p02fail9 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x8> immediately before file offset 12 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p02fail9.xml>, ignore further errors p02fail9.xml:1:1: Character data not allowed in prolog |
2.3 [3] | o-p03fail1 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x0> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail1.xml>, ignore further errors Error: illegal character <0x0> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail1.xml>, ignore further errors Error: illegal character <0x0> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail1.xml>, ignore further errors Error: illegal character <0x0> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail1.xml>, ignore further errors p03fail1.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail10 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xb> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail10.xml>, ignore further errors Error: illegal character <0xb> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail10.xml>, ignore further errors Error: illegal character <0xb> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail10.xml>, ignore further errors Error: illegal character <0xb> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail10.xml>, ignore further errors p03fail10.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail11 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xc> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail11.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail11.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail11.xml>, ignore further errors Error: illegal character <0xc> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail11.xml>, ignore further errors p03fail11.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail12 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xe> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail12.xml>, ignore further errors Error: illegal character <0xe> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail12.xml>, ignore further errors Error: illegal character <0xe> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail12.xml>, ignore further errors Error: illegal character <0xe> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail12.xml>, ignore further errors p03fail12.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail13 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0xf> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail13.xml>, ignore further errors Error: illegal character <0xf> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail13.xml>, ignore further errors Error: illegal character <0xf> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail13.xml>, ignore further errors Error: illegal character <0xf> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail13.xml>, ignore further errors p03fail13.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail14 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x10> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail14.xml>, ignore further errors Error: illegal character <0x10> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail14.xml>, ignore further errors Error: illegal character <0x10> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail14.xml>, ignore further errors Error: illegal character <0x10> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail14.xml>, ignore further errors p03fail14.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail15 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x11> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail15.xml>, ignore further errors Error: illegal character <0x11> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail15.xml>, ignore further errors Error: illegal character <0x11> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail15.xml>, ignore further errors Error: illegal character <0x11> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail15.xml>, ignore further errors p03fail15.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail16 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x12> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail16.xml>, ignore further errors Error: illegal character <0x12> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail16.xml>, ignore further errors Error: illegal character <0x12> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail16.xml>, ignore further errors Error: illegal character <0x12> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail16.xml>, ignore further errors p03fail16.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail17 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x13> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail17.xml>, ignore further errors Error: illegal character <0x13> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail17.xml>, ignore further errors Error: illegal character <0x13> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail17.xml>, ignore further errors Error: illegal character <0x13> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail17.xml>, ignore further errors p03fail17.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail18 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x14> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail18.xml>, ignore further errors Error: illegal character <0x14> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail18.xml>, ignore further errors Error: illegal character <0x14> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail18.xml>, ignore further errors Error: illegal character <0x14> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail18.xml>, ignore further errors p03fail18.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail19 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x15> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail19.xml>, ignore further errors Error: illegal character <0x15> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail19.xml>, ignore further errors Error: illegal character <0x15> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail19.xml>, ignore further errors Error: illegal character <0x15> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail19.xml>, ignore further errors p03fail19.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail2 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail2.xml>, ignore further errors Error: illegal character <0x1> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail2.xml>, ignore further errors Error: illegal character <0x1> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail2.xml>, ignore further errors Error: illegal character <0x1> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail2.xml>, ignore further errors p03fail2.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail20 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x16> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail20.xml>, ignore further errors Error: illegal character <0x16> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail20.xml>, ignore further errors Error: illegal character <0x16> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail20.xml>, ignore further errors Error: illegal character <0x16> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail20.xml>, ignore further errors p03fail20.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail21 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x17> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail21.xml>, ignore further errors Error: illegal character <0x17> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail21.xml>, ignore further errors Error: illegal character <0x17> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail21.xml>, ignore further errors Error: illegal character <0x17> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail21.xml>, ignore further errors p03fail21.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail22 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x18> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail22.xml>, ignore further errors Error: illegal character <0x18> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail22.xml>, ignore further errors Error: illegal character <0x18> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail22.xml>, ignore further errors Error: illegal character <0x18> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail22.xml>, ignore further errors p03fail22.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail23 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x19> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail23.xml>, ignore further errors Error: illegal character <0x19> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail23.xml>, ignore further errors Error: illegal character <0x19> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail23.xml>, ignore further errors Error: illegal character <0x19> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail23.xml>, ignore further errors p03fail23.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail24 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1a> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail24.xml>, ignore further errors Error: illegal character <0x1a> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail24.xml>, ignore further errors Error: illegal character <0x1a> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail24.xml>, ignore further errors Error: illegal character <0x1a> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail24.xml>, ignore further errors p03fail24.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail25 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1b> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail25.xml>, ignore further errors Error: illegal character <0x1b> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail25.xml>, ignore further errors Error: illegal character <0x1b> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail25.xml>, ignore further errors Error: illegal character <0x1b> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail25.xml>, ignore further errors p03fail25.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail26 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1c> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail26.xml>, ignore further errors Error: illegal character <0x1c> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail26.xml>, ignore further errors Error: illegal character <0x1c> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail26.xml>, ignore further errors Error: illegal character <0x1c> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail26.xml>, ignore further errors p03fail26.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail27 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1d> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail27.xml>, ignore further errors Error: illegal character <0x1d> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail27.xml>, ignore further errors Error: illegal character <0x1d> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail27.xml>, ignore further errors Error: illegal character <0x1d> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail27.xml>, ignore further errors p03fail27.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail28 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1e> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail28.xml>, ignore further errors Error: illegal character <0x1e> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail28.xml>, ignore further errors Error: illegal character <0x1e> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail28.xml>, ignore further errors Error: illegal character <0x1e> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail28.xml>, ignore further errors p03fail28.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail29 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x1f> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail29.xml>, ignore further errors Error: illegal character <0x1f> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail29.xml>, ignore further errors Error: illegal character <0x1f> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail29.xml>, ignore further errors Error: illegal character <0x1f> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail29.xml>, ignore further errors p03fail29.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail3 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x2> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail3.xml>, ignore further errors Error: illegal character <0x2> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail3.xml>, ignore further errors Error: illegal character <0x2> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail3.xml>, ignore further errors Error: illegal character <0x2> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail3.xml>, ignore further errors p03fail3.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail4 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x3> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail4.xml>, ignore further errors Error: illegal character <0x3> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail4.xml>, ignore further errors Error: illegal character <0x3> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail4.xml>, ignore further errors Error: illegal character <0x3> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail4.xml>, ignore further errors p03fail4.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail5 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x4> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail5.xml>, ignore further errors Error: illegal character <0x4> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail5.xml>, ignore further errors Error: illegal character <0x4> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail5.xml>, ignore further errors Error: illegal character <0x4> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail5.xml>, ignore further errors p03fail5.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail7 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x6> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail7.xml>, ignore further errors Error: illegal character <0x6> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail7.xml>, ignore further errors Error: illegal character <0x6> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail7.xml>, ignore further errors Error: illegal character <0x6> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail7.xml>, ignore further errors p03fail7.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail8 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x7> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail8.xml>, ignore further errors Error: illegal character <0x7> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail8.xml>, ignore further errors Error: illegal character <0x7> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail8.xml>, ignore further errors Error: illegal character <0x7> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail8.xml>, ignore further errors p03fail8.xml:1:1: Document ends too soon |
2.3 [3] | o-p03fail9 | Use of illegal character within XML document. | not-well-formed
Error: illegal character <0x8> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail9.xml>, ignore further errors Error: illegal character <0x8> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail9.xml>, ignore further errors Error: illegal character <0x8> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail9.xml>, ignore further errors Error: illegal character <0x8> immediately before file offset 1 I/O error on stream <file:/projects/ltg/users/richard/XML2/oasis/conf/oasis/p03fail9.xml>, ignore further errors p03fail9.xml:1:1: Document ends too soon |
2.3 [4] | o-p04fail1 | Name contains invalid character. | not-well-formed
p04fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p04fail1.xml:1:3: Expected whitespace or tag end in start tag |
2.3 [4] | o-p04fail2 | Name contains invalid character. | not-well-formed
p04fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p04fail2.xml:1:3: Expected whitespace or tag end in start tag |
2.3 [4] | o-p04fail3 | Name contains invalid character. | not-well-formed
p04fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p04fail3.xml:1:3: Expected whitespace or tag end in start tag |
2.3 [5] | o-p05fail1 | a Name cannot start with a digit | not-well-formed
p05fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p05fail1.xml:1:2: Expected name, but got 0 after < |
2.3 [5] | o-p05fail2 | a Name cannot start with a '.' | not-well-formed
p05fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p05fail2.xml:1:2: Expected name, but got . after < |
2.3 [5] | o-p05fail3 | a Name cannot start with a "-" | not-well-formed
p05fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p05fail3.xml:1:2: Expected name, but got - after < |
2.3 [5] | o-p05fail4 | a Name cannot start with a CombiningChar | not-well-formed
p05fail4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p05fail4.xml:1:2: Expected name, but got <0x300> after < |
2.3 [5] | o-p05fail5 | a Name cannot start with an Extender | not-well-formed
p05fail5.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p05fail5.xml:1:2: Expected name, but got <0xb7> after < |
2.3 [9] | o-p09fail1 | EntityValue excludes '%' | not-well-formed
p09fail1.dtd:2:23: Expected name, but got " for parameter entity |
2.3 [9] | o-p09fail2 | EntityValue excludes '&' | not-well-formed
p09fail2.dtd:2:23: Expected name, but got " for entity |
2.3 [9] | o-p09fail3 | incomplete character reference | not-well-formed
p09fail3.xml:3:26: Illegal character " in base-10 character reference |
2.3 [9] | o-p09fail4 | quote types must match | not-well-formed
p09fail4.xml:6:7: EOE in DTD |
2.3 [9] | o-p09fail5 | quote types must match | not-well-formed
p09fail5.xml:6:7: EOE in DTD |
2.3 [10] | o-p10fail1 | attribute values exclude '<' | not-well-formed
p10fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p10fail1.xml:1:12: Illegal character '<' in attribute value |
2.3 [10] | o-p10fail2 | attribute values exclude '&' | not-well-formed
p10fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p10fail2.xml:1:12: Expected name, but got " for entity |
2.3 [10] | o-p10fail3 | quote types must match | not-well-formed
p10fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p10fail3.xml:1:16: Quoted string goes past entity end |
2.3 [11] | o-p11fail1 | quote types must match | not-well-formed
p11fail1.xml:7:8: EOE in DTD |
2.3 [11] | o-p11fail2 | cannot contain delimiting quotes | not-well-formed
p11fail2.xml:7:8: EOE in DTD |
2.3 [12] | o-p12fail1 | '"' excluded | not-well-formed
p12fail1.xml:3:27: Illegal character " in public id |
2.3 [12] | o-p12fail2 | '\' excluded | not-well-formed
p12fail2.xml:3:28: Illegal character \ in public id |
2.3 [12] | o-p12fail3 | entity references excluded | not-well-formed
p12fail3.xml:4:29: Illegal character & in public id |
2.3 [12] | o-p12fail4 | '>' excluded | not-well-formed
p12fail4.xml:3:27: Illegal character > in public id |
2.3 [12] | o-p12fail5 | '<' excluded | not-well-formed
p12fail5.xml:3:27: Illegal character < in public id |
2.3 [12] | o-p12fail6 | built-in entity refs excluded | not-well-formed
p12fail6.xml:3:31: Illegal character & in public id |
2.3 [12] | o-p12fail7 | not-well-formed
p12fail7.xml:3:27: Illegal character <0x9> in public id |
|
2.4 [14] | o-p14fail1 | '<' excluded | not-well-formed
p14fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p14fail1.xml:1:7: Expected name, but got <space> after < |
2.4 [14] | o-p14fail2 | '&' excluded | not-well-formed
p14fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p14fail2.xml:1:7: Expected name, but got <space> for entity |
2.4 [14] | o-p14fail3 | "]]>" excluded | not-well-formed
p14fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p14fail3.xml:1:6: Illegal character sequence ']]>' in pcdata |
2.5 [15] | o-p15fail1 | comments can't end in '-' | not-well-formed
p15fail1.xml:1:8: -- in comment |
2.5 [15] | o-p15fail2 | one comment per comment (contrasted with SGML) | not-well-formed
p15fail2.xml:1:8: -- in comment |
2.5 [15] | o-p15fail3 | can't include 2 or more adjacent '-'s | not-well-formed
p15fail3.xml:1:8: -- in comment |
2.6 [16] | o-p16fail1 | "xml" is an invalid PITarget | not-well-formed
p16fail1.xml:2:6: Misplaced or wrong-case xml declaration |
2.6 [16] | o-p16fail2 | a PITarget must be present | not-well-formed
p16fail2.xml:1:3: Expected name, but got ? after <? |
2.7 [18] | o-p18fail1 | no space before "CDATA" | not-well-formed
p18fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p18fail1.xml:1:8: Syntax error after <! |
2.7 [18] | o-p18fail2 | no space after "CDATA" | not-well-formed
p18fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p18fail2.xml:1:8: Syntax error after <! |
2.7 [18] | o-p18fail3 | CDSect's can't nest | not-well-formed
p18fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p18fail3.xml:4:1: Illegal character sequence ']]>' in pcdata |
2.8 [22] | o-p22fail1 | prolog must start with XML decl | not-well-formed
p22fail1.xml:2:6: Misplaced or wrong-case xml declaration |
2.8 [22] | o-p22fail2 | prolog must start with XML decl | not-well-formed
p22fail2.xml:4:6: Misplaced or wrong-case xml declaration |
2.8 [23] | o-p23fail1 | "xml" must be lower-case | not-well-formed
p23fail1.xml:1:6: Misplaced or wrong-case xml declaration |
2.8 [23] | o-p23fail2 | VersionInfo must be supplied | not-well-formed
p23fail2.xml:1:25: XML declaration in document entity lacked version number |
2.8 [23] | o-p23fail3 | VersionInfo must come first | not-well-formed
p23fail3.xml:1:31: Repeated or misordered attributes in XML declaration |
2.8 [23] | o-p23fail4 | SDDecl must come last | not-well-formed
p23fail4.xml:1:46: Repeated or misordered attributes in XML declaration |
2.8 [23] | o-p23fail5 | no SGML-type PIs | not-well-formed
p23fail5.xml:1:21: Expected whitespace or "?>" after attribute in XML declaration |
2.8 [24] | o-p24fail1 | quote types must match | not-well-formed
p24fail1.xml:2:8: Quoted string goes past entity end |
2.8 [24] | o-p24fail2 | quote types must match | not-well-formed
p24fail2.xml:2:8: Quoted string goes past entity end |
2.8 [25] | o-p25fail1 | Comment is illegal in VersionInfo. | not-well-formed
p25fail1.xml:1:15: Expected = after attribute name in XML declaration, but got < |
2.8 [26] | o-p26fail1 | Illegal character in VersionNum. | not-well-formed
p26fail1.xml:1:21: Illegal character ? in version number |
2.8 [26] | o-p26fail2 | Illegal character in VersionNum. | not-well-formed
p26fail2.xml:1:21: Illegal character ^ in version number |
2.8 [27] | o-p27fail1 | References aren't allowed in Misc, even if they would resolve to valid Misc. | not-well-formed
p27fail1.xml:2:2: Entity reference not allowed in prolog |
2.8 [28] | o-p28fail1 | only declarations in DTD. | not-well-formed
p28fail1.xml:3:2: Syntax error after < in dtd |
2.8 [29] | o-p29fail1 | A processor must not pass unknown declaration types. | not-well-formed
p29fail1.xml:3:2: Syntax error after < in dtd |
2.8 [30] | o-p30fail1 | An XML declaration is not the same as a TextDecl | not-well-formed
p30fail1.dtd:1:56: Standalone attribute not allowed except in document entity |
2.8 [31] | o-p31fail1 | external subset excludes doctypedecl | not-well-formed
p31fail1.dtd:1:2: Syntax error after < in dtd |
2.9 [32] | o-p32fail1 | quote types must match | not-well-formed
p32fail1.xml:2:8: Quoted string goes past entity end |
2.9 [32] | o-p32fail2 | quote types must match | not-well-formed
p32fail2.xml:2:8: Quoted string goes past entity end |
2.9 [32] | o-p32fail3 | initial S is required | not-well-formed
p32fail3.xml:1:21: Expected whitespace or "?>" after attribute in XML declaration |
2.9 [32] | o-p32fail4 | quotes are required | not-well-formed
p32fail4.xml:1:32: Expected quoted string for attribute value in XML declaration, but got y |
2.9 [32] | o-p32fail5 | yes or no must be lower case | not-well-formed
p32fail5.xml:1:37: Expected "yes" or "no" for standalone in XML declaration |
3 [39] | o-p39fail1 | start-tag requires end-tag | not-well-formed
p39fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p39fail1.xml:1:13: Document ends too soon |
3 [39] | o-p39fail2 | end-tag requires start-tag | not-well-formed
p39fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p39fail2.xml:1:16: Mismatched end tag: expected </doc>, got </a> |
3 [39] | o-p39fail3 | XML documents contain one or more elements | not-well-formed
p39fail3.xml:1:1: Document ends too soon |
3 [39] | o-p39fail4 | not-well-formed
p39fail4.xml:1:21: Expected whitespace or "?>" after attribute in XML declaration |
|
3 [39] | o-p39fail5 | not-well-formed
p39fail5.xml:1:21: Expected whitespace or "?>" after attribute in XML declaration |
|
3.1 [40] | o-p40fail1 | S is required between attributes | not-well-formed
p40fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p40fail1.xml:1:15: Expected whitespace or tag end in start tag |
3.1 [40] | o-p40fail2 | tags start with names, not nmtokens | not-well-formed
p40fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p40fail2.xml:1:2: Expected name, but got 3 after < |
3.1 [40] | o-p40fail3 | tags start with names, not nmtokens | not-well-formed
p40fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p40fail3.xml:1:2: Expected name, but got 3 after < |
3.1 [40] | o-p40fail4 | no space before name | not-well-formed
p40fail4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p40fail4.xml:1:2: Expected name, but got <space> after < |
3.1 [41] | o-p41fail1 | quotes are required (contrast with SGML) | not-well-formed
p41fail1.xml:2:15: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.1 [41] | o-p41fail2 | attribute name is required (contrast with SGML) | not-well-formed
p41fail2.xml:2:15: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.1 [41] | o-p41fail3 | Eq required | not-well-formed
p41fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p41fail3.xml:1:10: Expected = after attribute name, but got " |
3.1 [42] | o-p42fail1 | no space before name | not-well-formed
p42fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p42fail1.xml:1:8: Expected name, but got <space> after </ |
3.1 [42] | o-p42fail2 | cannot end with "/>" | not-well-formed
p42fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p42fail2.xml:1:11: Expected > after name in end tag, but got / |
3.1 [42] | o-p42fail3 | no NET (contrast with SGML) | not-well-formed
p42fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p42fail3.xml:1:6: Expected > after / in start tag, but got d |
3.1 [43] | o-p43fail1 | no non-comment declarations | not-well-formed
p43fail1.xml:7:3: Syntax error after <! |
3.1 [43] | o-p43fail2 | no conditional sections | not-well-formed
p43fail2.xml:7:3: Syntax error after <! |
3.1 [43] | o-p43fail3 | no conditional sections | not-well-formed
p43fail3.xml:7:3: Syntax error after <! |
3.1 [44] | o-p44fail1 | Illegal space before Empty element tag. | not-well-formed
p44fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p44fail1.xml:1:2: Expected name, but got <space> after < |
3.1 [44] | o-p44fail2 | Illegal space after Empty element tag. | not-well-formed
p44fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p44fail2.xml:1:6: Expected > after / in start tag, but got <space> |
3.1 [44] | o-p44fail3 | Illegal comment in Empty element tag. | not-well-formed
p44fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p44fail3.xml:1:6: Expected name, but got - for attribute |
3.1 [44] | o-p44fail4 | Whitespace required between attributes. | not-well-formed
p44fail4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p44fail4.xml:1:15: Expected whitespace or tag end in start tag |
3.1 [44] | o-p44fail5 | Duplicate attribute name is illegal. | not-well-formed
p44fail5.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p44fail5.xml:1:19: Repeated attribute att |
3.2 [45] | o-p45fail1 | ELEMENT must be upper case. | not-well-formed
p45fail1.xml:2:2: Syntax error after < in dtd |
3.2 [45] | o-p45fail2 | S before contentspec is required. | not-well-formed
p45fail2.xml:2:14: Expected whitespace after name in element declaration |
3.2 [45] | o-p45fail3 | only one content spec | not-well-formed
p45fail3.xml:2:11: Expected name, but got ( for name in element declaration |
3.2 [45] | o-p45fail4 | no comments in declarations (contrast with SGML) | not-well-formed
p45fail4.xml:2:25: Expected > at end of element declaration, but got - |
3.2 [46] | o-p46fail1 | no parens on declared content | not-well-formed
p46fail1.xml:3:14: Expected name, but got # in content declaration |
3.2 [46] | o-p46fail2 | no inclusions (contrast with SGML) | not-well-formed
p46fail2.xml:3:23: Expected > at end of element declaration, but got + |
3.2 [46] | o-p46fail3 | no exclusions (contrast with SGML) | not-well-formed
p46fail3.xml:3:23: Expected > at end of element declaration, but got - |
3.2 [46] | o-p46fail4 | no space before occurrence | not-well-formed
p46fail4.xml:3:19: Expected > at end of element declaration, but got + |
3.2 [46] | o-p46fail5 | single group | not-well-formed
p46fail5.xml:3:22: Expected > at end of element declaration, but got ( |
3.2 [46] | o-p46fail6 | can't be both declared and modeled | not-well-formed
p46fail6.xml:3:19: Expected > at end of element declaration, but got ( |
3.2.1 [47] | o-p47fail1 | Invalid operator '|' must match previous operator ',' | not-well-formed
p47fail1.xml:3:21: Content particle contains both | and , |
3.2.1 [47] | o-p47fail2 | Illegal character '-' in Element-content model | not-well-formed
p47fail2.xml:3:18: Expected > at end of element declaration, but got - |
3.2.1 [47] | o-p47fail3 | Optional character must follow a name or list | not-well-formed
p47fail3.xml:3:13: Expected "EMPTY", "ANY", or "(" after name in element declaration |
3.2.1 [47] | o-p47fail4 | Illegal space before optional character | not-well-formed
p47fail4.xml:3:19: Expected > at end of element declaration, but got ? |
3.2.1 [48] | o-p48fail1 | Illegal space before optional character | not-well-formed
p48fail1.xml:3:19: Expected | or , or ) in content declaration, got * |
3.2.1 [48] | o-p48fail2 | Illegal space before optional character | not-well-formed
p48fail2.xml:3:24: Expected | or , or ) in content declaration, got + |
3.2.1 [49] | o-p49fail1 | connectors must match | not-well-formed
p49fail1.xml:5:7: EOE in DTD |
3.2.1 [50] | o-p50fail1 | connectors must match | not-well-formed
p50fail1.xml:5:7: EOE in DTD |
3.2.2 [51] | o-p51fail1 | occurrence on #PCDATA group must be * | not-well-formed
p51fail1.xml:2:25: Malformed mixed content declaration |
3.2.2 [51] | o-p51fail2 | occurrence on #PCDATA group must be * | not-well-formed
p51fail2.xml:2:25: Malformed mixed content declaration |
3.2.2 [51] | o-p51fail3 | #PCDATA must come first | not-well-formed
p51fail3.xml:3:27: Misplaced #PCDATA in content declaration |
3.2.2 [51] | o-p51fail4 | occurrence on #PCDATA group must be * | not-well-formed
p51fail4.xml:3:27: Malformed mixed content declaration |
3.2.2 [51] | o-p51fail5 | only '|' connectors | not-well-formed
p51fail5.xml:3:26: Content particle contains both | and , |
3.2.2 [51] | o-p51fail6 | Only '|' connectors and occurrence on #PCDATA group must be * | not-well-formed
p51fail6.xml:3:30: Misplaced #PCDATA in content declaration |
3.2.2 [51] | o-p51fail7 | no nested groups | not-well-formed
p51fail7.xml:3:31: Malformed mixed content declaration |
3.3 [52] | o-p52fail1 | A name is required | not-well-formed
p52fail1.xml:3:12: Expected name, but got > for name in attlist declaration |
3.3 [52] | o-p52fail2 | A name is required | not-well-formed
p52fail2.xml:3:10: Expected whitespace after ATTLIST |
3.3 [53] | o-p53fail1 | S is required before default | not-well-formed
p53fail1.xml:3:24: Expected whitespace after attribute type |
3.3 [53] | o-p53fail2 | S is required before type | not-well-formed
p53fail2.xml:3:18: Expected whitespace after name in attlist declaration |
3.3 [53] | o-p53fail3 | type is required | not-well-formed
p53fail3.xml:3:19: Expected ( or keyword for type in attlist declaration, but got # |
3.3 [53] | o-p53fail4 | default is required | not-well-formed
p53fail4.xml:3:24: Expected whitespace after attribute type |
3.3 [53] | o-p53fail5 | name is requried | not-well-formed
p53fail5.xml:3:15: Expected name, but got ( for attribute in attlist declaration |
3.3.1 [54] | o-p54fail1 | don't pass unknown attribute types | not-well-formed
p54fail1.xml:3:19: Expected ( or keyword for type in attlist declaration, but got D |
3.3.1 [55] | o-p55fail1 | must be upper case | not-well-formed
p55fail1.xml:3:19: Expected ( or keyword for type in attlist declaration, but got c |
3.3.1 [56] | o-p56fail1 | no IDS type | not-well-formed
p56fail1.xml:3:21: Expected whitespace after attribute type |
3.3.1 [56] | o-p56fail2 | no NUMBER type | not-well-formed
p56fail2.xml:3:19: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | o-p56fail3 | no NAME type | not-well-formed
p56fail3.xml:3:19: Expected ( or keyword for type in attlist declaration, but got N |
3.3.1 [56] | o-p56fail4 | no ENTITYS type - types must be upper case | not-well-formed
p56fail4.xml:3:25: Expected whitespace after attribute type |
3.3.1 [56] | o-p56fail5 | types must be upper case | not-well-formed
p56fail5.xml:3:19: Expected ( or keyword for type in attlist declaration, but got i |
3.3.1 [57] | o-p57fail1 | no keyword for NMTOKEN enumeration | not-well-formed
p57fail1.xml:3:27: Expected quoted string for default value in attlist declaration, but got ( |
3.3.1 [58] | o-p58fail1 | at least one value required | not-well-formed
p58fail1.xml:5:29: Expected name, but got ) for notation value in attlist declaration |
3.3.1 [58] | o-p58fail2 | separator must be '|' | not-well-formed
p58fail2.xml:5:30: Expected ) at end of enumerated value list in attlist declaration, but got , |
3.3.1 [58] | o-p58fail3 | notations are NAMEs, not NMTOKENs -- note: Leaving the invalid notation undeclared would cause a validating parser to fail without checking the name syntax, so the notation is declared with an invalid name. A parser that reports error positions should report an error at the AttlistDecl on line 6, before reaching the notation declaration. | not-well-formed
p58fail3.xml:5:31: Expected name, but got 0 for notation value in attlist declaration |
3.3.1 [58] | o-p58fail4 | NOTATION must be upper case | not-well-formed
p58fail4.xml:5:19: Expected ( or keyword for type in attlist declaration, but got n |
3.3.1 [58] | o-p58fail5 | S after keyword is required | not-well-formed
p58fail5.xml:5:27: Expected whitespace after attribute type |
3.3.1 [58] | o-p58fail6 | parentheses are require | not-well-formed
p58fail6.xml:4:28: Expected ( or keyword for type in attlist declaration, but got a |
3.3.1 [58] | o-p58fail7 | values are unquoted | not-well-formed
p58fail7.xml:4:28: Expected ( or keyword for type in attlist declaration, but got " |
3.3.1 [58] | o-p58fail8 | values are unquoted | not-well-formed
p58fail8.xml:4:29: Expected name, but got " for notation value in attlist declaration |
3.3.1 [59] | o-p59fail1 | at least one required | not-well-formed
p59fail1.xml:3:20: Expected nmtoken value, but got ) for enumerated value in attlist declaration |
3.3.1 [59] | o-p59fail2 | separator must be "," | not-well-formed
p59fail2.xml:3:21: Expected ) at end of enumerated value list in attlist declaration, but got , |
3.3.1 [59] | o-p59fail3 | values are unquoted | not-well-formed
p59fail3.xml:3:20: Expected nmtoken value, but got " for enumerated value in attlist declaration |
3.3.2 [60] | o-p60fail1 | keywords must be upper case | not-well-formed
p60fail1.xml:3:25: Expected quoted string for default value in attlist declaration, but got # |
3.3.2 [60] | o-p60fail2 | S is required after #FIXED | not-well-formed
p60fail2.xml:3:31: Expected whitespace after #FIXED |
3.3.2 [60] | o-p60fail3 | only #FIXED has both keyword and value | not-well-formed
p60fail3.xml:3:35: Expected name, but got " for attribute in attlist declaration |
3.3.2 [60] | o-p60fail4 | #FIXED required value | not-well-formed
p60fail4.xml:3:31: Expected whitespace after #FIXED |
3.3.2 [60] | o-p60fail5 | only one default type | not-well-formed
p60fail5.xml:3:34: Expected name, but got # for attribute in attlist declaration |
3.4 [61] | o-p61fail1 | no other types, including TEMP, which is valid in SGML | not-well-formed
p61fail1.dtd:2:4: INCLUDE or IGNORE required in conditional section |
3.4 [62] | o-p62fail1 | INCLUDE must be upper case | not-well-formed
p62fail1.dtd:1:4: INCLUDE or IGNORE required in conditional section |
3.4 [62] | o-p62fail2 | no spaces in terminating delimiter | not-well-formed
p62fail2.dtd:3:2: ]> required after ] in conditional section |
3.4 [63] | o-p63fail1 | IGNORE must be upper case | not-well-formed
p63fail1.dtd:2:4: INCLUDE or IGNORE required in conditional section |
3.4 [63] | o-p63fail2 | delimiters must be balanced | not-well-formed
p63fail2.dtd:2:18: EOE in ignored conditional section |
3.4 [64] | o-p64fail1 | section delimiters must balance | not-well-formed
p64fail1.dtd:2:33: Expected "<" in dtd, but got ] |
3.4 [64] | o-p64fail2 | section delimiters must balance | not-well-formed
p64fail2.dtd:2:40: EOE in ignored conditional section |
4.1 [66] | o-p66fail1 | terminating ';' is required | not-well-formed
p66fail1.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail1.xml:1:10: Illegal character < in base-10 character reference |
4.1 [66] | o-p66fail2 | no S after '&#' | not-well-formed
p66fail2.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail2.xml:1:8: Illegal character <space> in base-10 character reference |
4.1 [66] | o-p66fail3 | no hex digits in numeric reference | not-well-formed
p66fail3.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail3.xml:1:8: Illegal character A in base-10 character reference |
4.1 [66] | o-p66fail4 | only hex digits in hex references | not-well-formed
p66fail4.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail4.xml:1:10: Illegal character G in base-16 character reference |
4.1 [66] | o-p66fail5 | no references to non-characters | not-well-formed
p66fail5.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail5.xml:1:10: 0x5 is not a valid UTF-16 XML character |
4.1 [66] | o-p66fail6 | no references to non-characters | not-well-formed
p66fail6.xml:-1(end of prolog):-1: warning: Document has no DTD, validating abandoned p66fail6.xml:1:14: 0xd802 is not a valid UTF-16 XML character |
4.1 [68] | o-p68fail1 | terminating ';' is required | not-well-formed
p68fail1.xml:7:5: Expected ; after entity name, but got <0xa> |
4.1 [68] | o-p68fail2 | no S after '&' | not-well-formed
p68fail2.xml:7:2: Expected name, but got <space> for entity |
4.1 [68] | o-p68fail3 | no S before ';' | not-well-formed
p68fail3.xml:7:5: Expected ; after entity name, but got <space> |
4.1 [69] | o-p69fail1 | terminating ';' is required | not-well-formed
p69fail1.xml:4:4: Expected ; after entity name, but got < |
4.1 [69] | o-p69fail2 | no S after '%' | not-well-formed
p69fail2.xml:4:1: Expected "<" in dtd, but got % |
4.1 [69] | o-p69fail3 | no S before ';' | not-well-formed
p69fail3.xml:4:4: Expected ; after entity name, but got <space> |
4.2 [70] | o-p70fail1 | This is neither | not-well-formed
p70fail1.xml:3:10: Expected name, but got & for name in entity declaration |
4.2 [71] | o-p71fail1 | S is required before EntityDef | not-well-formed
p71fail1.xml:3:12: Expected whitespace after name in entity declaration |
4.2 [71] | o-p71fail2 | Entity name is a Name, not an NMToken | not-well-formed
p71fail2.xml:3:10: Expected name, but got - for name in entity declaration |
4.2 [71] | o-p71fail3 | no S after "<!" | not-well-formed
p71fail3.xml:3:2: Syntax error after < in dtd |
4.2 [71] | o-p71fail4 | S is required after "<!ENTITY" | not-well-formed
p71fail4.xml:3:9: Expected whitespace after ENTITY |
4.2 [72] | o-p72fail1 | S is required after "<!ENTITY" | not-well-formed
p72fail1.xml:3:9: Expected whitespace after ENTITY |
4.2 [72] | o-p72fail2 | S is required after '%' | not-well-formed
p72fail2.xml:3:10: PE ref not allowed here in internal subset |
4.2 [72] | o-p72fail3 | S is required after name | not-well-formed
p72fail3.xml:3:14: Expected whitespace after name in entity declaration |
4.2 [72] | o-p72fail4 | Entity name is a name, not an NMToken | not-well-formed
p72fail4.xml:3:12: Expected name, but got . for name in entity declaration |
4.2 [73] | o-p73fail1 | No typed replacement text | not-well-formed
p73fail1.xml:4:13: Missing or malformed external ID |
4.2 [73] | o-p73fail2 | Only one replacement value | not-well-formed
p73fail2.xml:4:32: Expected > at end of entity declaration, but got " |
4.2 [73] | o-p73fail3 | No NDataDecl on replacement text | not-well-formed
p73fail3.xml:4:32: Expected > at end of entity declaration, but got N |
4.2 [73] | o-p73fail4 | Value is required | not-well-formed
p73fail4.xml:4:13: Missing or malformed external ID |
4.2 [73] | o-p73fail5 | No NDataDecl without value | not-well-formed
p73fail5.xml:4:13: Missing or malformed external ID |
4.2 [74] | o-p74fail1 | no NDataDecls on parameter entities | not-well-formed
p74fail1.xml:3:37: NDATA not allowed for parameter entity |
4.2 [74] | o-p74fail2 | value is required | not-well-formed
p74fail2.xml:3:14: Expected whitespace after name in entity declaration |
4.2 [74] | o-p74fail3 | only one value | not-well-formed
p74fail3.xml:2:30: Expected > at end of entity declaration, but got S |
4.2.2 [75] | o-p75fail1 | S required after "PUBLIC" | not-well-formed
p75fail1.xml:2:20: Expected whitespace after PUBLIC |
4.2.2 [75] | o-p75fail2 | S required after "SYSTEM" | not-well-formed
p75fail2.xml:2:20: Expected whitespace after SYSTEM |
4.2.2 [75] | o-p75fail3 | S required between literals | not-well-formed
p75fail3.xml:2:31: Expected whitespace after public id |
4.2.2 [75] | o-p75fail4 | "SYSTEM" implies only one literal | not-well-formed
p75fail4.xml:2:32: Expected > at end of entity declaration, but got " |
4.2.2 [75] | o-p75fail5 | only one keyword | not-well-formed
p75fail5.xml:2:32: Expected quoted string for system ID, but got S |
4.2.2 [75] | o-p75fail6 | "PUBLIC" requires two literals (contrast with SGML) | not-well-formed
p75fail6.xml:2:31: Expected whitespace after public id |
4.2.2 [76] | o-p76fail1 | S is required before "NDATA" | not-well-formed
p76fail1.xml:4:34: Whitespace missing before NDATA |
4.2.2 [76] | o-p76fail2 | "NDATA" is upper-case | not-well-formed
p76fail2.xml:4:30: Expected > at end of entity declaration, but got n |
4.2.2 [76] | o-p76fail3 | notation name is required | not-well-formed
p76fail3.xml:4:35: Expected whitespace after NDATA |
4.2.2 [76] | o-p76fail4 | notation names are Names | not-well-formed
p76fail4.xml:5:36: Expected name, but got - for notation name in entity declaration |
Section and [Rules] | Test ID | Description | Diagnostic |
4.3.3 [4,84] | pr-xml-euc-jp | Test support for the EUC-JP encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.) | not-well-formed
pr-xml-euc-jp.xml:1:38: Unknown declared encoding euc-jp |
4.3.3 [4,84] | pr-xml-iso-2022-jp | Test support for the ISO-2022-JP encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.) | not-well-formed
pr-xml-iso-2022-jp.xml:1:43: Unknown declared encoding iso-2022-jp |
4.3.3 [4,84] | pr-xml-shift_jis | Test support for the Shift_JIS encoding, and for text which relies on Japanese characters. If a processor does not support this encoding, it must report a fatal error. (Also requires ability to process a moderately complex DTD.) | not-well-formed
pr-xml-shift_jis.xml:1:41: Unknown declared encoding shift_jis |
4.3.3 [4,84] | weekly-euc-jp | Test support for EUC-JP encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error. | not-well-formed
weekly-euc-jp.xml:1:38: Unknown declared encoding euc-jp |
4.3.3 [4,84] | weekly-iso-2022-jp | Test support for ISO-2022-JP encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error. | not-well-formed
weekly-iso-2022-jp.xml:1:43: Unknown declared encoding iso-2022-jp |
4.3.3 [4,84] | weekly-shift_jis | Test support for Shift_JIS encoding, and XML names which contain Japanese characters. If a processor does not support this encoding, it must report a fatal error. | not-well-formed
weekly-shift_jis.xml:1:41: Unknown declared encoding Shift_JIS |
2.8 | pe01 | Parameter entities must consist of a series of complete markup declarations of the types allowed by the nonterminal markupdecl, interespersed with whitespace or PERefs. | valid
|
4.2.2 [75] | uri01 | SYSTEM ids may not have URI fragments | valid
|
2.11 [33] | lang01 | Illegal language identification | invalid but well-formed
lang01.xml:5:21: warning: Illegal xml:lang attribute for element root |
2.11 [33] | lang02 | Illegal language identification | invalid but well-formed
lang02.xml:5:23: warning: Illegal xml:lang attribute for element root |
2.11 [33] | lang03 | Illegal language identification | invalid but well-formed
lang03.xml:5:21: warning: Illegal xml:lang attribute for element root |
2.11 [33] | lang04 | Illegal language identification | invalid but well-formed
lang04.xml:5:24: warning: Illegal xml:lang attribute for element root |
2.11 [33] | lang05 | Illegal language identification | invalid but well-formed
lang05.xml:5:25: warning: Illegal xml:lang attribute for element root |
2.11 [33] | lang06 | Illegal language identification | invalid but well-formed
lang06.xml:5:25: warning: Illegal xml:lang attribute for element root |
2.3, 4.2.2 [11] | o-p11pass1 | system literals may not contain URI fragments | valid
|