The tests described in this document provide an initial set of metrics to determine how well a particular implementation conforms to the following recommendations:
The report properly identifies the tests associated with each recommendati on. All interpretations of these Recommendations are subject to confirmation by the W3C XML Core Working Group .
Conformance tests can be used by developers, content creators, and users alike to increase their level of confidence in product quality. In circumstances where interoperability is necessary, these tests can also be used to determine that differing implementations support the same set of features.
The XML Test Suite was transferred from OASIS to W3C and is being augmented to reflect the current work of the W3C XML Core Working Group, This report prov ides supporting documentation for all the tests included in the test suite. Sour ces from which these tests have been collected include: James Clark XMLTEST cases, 18-Nov-1998; Fuji Xerox Japanese Text Tests; Sun Microsystems XML Tests; OASIS/NIST TESTS, 1-Nov-1998; IBM XML Tests; Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003; Richard Tobin's XML 1.1 test suite 13 Feb 2003; Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003; Richard Tobin's XML N amespaces 1.1 test suite 14 Feb 2003; Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006; Richard Tobin's XML Namespaces 1.0 errata test suite 1 June 2006; University of Edinburgh's XML 1.0 4th edition errata test suite 27 August 2008.
2. Test MatrixTwo basic types of test are presented here. These are respectively Binary Tests and Output Tests .
2.1 Binary TestsBinary conformance tests are documents which are grouped into one of four categories. Given a document in a given category, each kind of XML parser must treat it consistently and either accept it (a positive test) or reject it (a negative test). It is in that sense that the tests are termed "binary". The XML 1.0 (Second Edition) Recommendation talks in terms of two types of XML processor: validating ones, and nonvalidating ones. There are two differences between these types of processors:
There are two types of such entity, parameter entities holding definitions which affect validation and other processing; and general entities which hold marked up text. It will be appreciated that there are then five kinds of XML processor: validating processors, and four kinds of nonvalidating processor based on the combinations of external entity which they include.
Basic XML Parsing Test MatrixAt this time, the XML community primarily uses parsers which are in the rightmost two columns of this table, calling them Well Formed XML Parsers (or "WF Parsers") and Validating XML Parsers. A second test matrix could be defined to address the variations in the types of of XML processor which do not read all external entities. That additional matrix is not provided here at this time.
2.2 Output TestsThe XML 1.0 (Second Edition) Recommendation places a number of requirements on XML processors, to ensure that they report information to applications as needed. Such requirements are testable. Validating processors are required to report slightly more information than nonvalidating ones, so some tests will require separate output files. Some of the information that must be reported will not be reportable without reading all the external entities in a particular test. Many of the tests for valid documents are paired with an output file as the canonical representation of the input file, to ensure that the XML processor provides the correct information.
3. Test Case DescriptionsThis section of this report contains descriptions of test cases, each of which fits into the categories noted above. Each test case includes a document of one of the types in the binary test matrix above (e.g. valid or invalid documents).
In some cases, an output file , as described in Section 2.2, will also be associated with a valid document, which is used for output testing. If such a file exists, it will be noted at the end of the description of the input document.
The description for each test case is presented as a two part table. The right part describes what the test does. This description is intended to have enough detail to evaluate diagnostic messages. The left part includes:
All conforming XML 1.0 Processors are required to accept valid documents, reporting no errors. In this section of this test report are found descriptions of test cases which fit into this category.
Sections [Rules]: 1 Test ID: rmt-ns10-007 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace inequality test: different capitalization
Sections [Rules]: 1 Test ID: rmt-ns10-008 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace inequality test: different escaping
Sections [Rules]: 2 Test ID: rmt-ns10-001 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: a perfectly good http URI
Sections [Rules]: 2 Test ID: rmt-ns10-002 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: a syntactically plausible URI with a fictitious scheme
Sections [Rules]: 2 Test ID: rmt-ns10-003 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: a perfectly good http URI with a fragment
Sections [Rules]: 2.1 Test ID: ibm-valid-P01-ibm01v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 1Tests with a xml document consisting of prolog followed by element then Misc
There is an output test associated with this input file.
Sections [Rules]: 2.1 Test ID: rmt-ns11-001 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003Namespace name test: a perfectly good http IRI that is not a URI
Sections [Rules]: 2.1 Test ID: rmt-ns11-006 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003Test whether non-Latin-1 characters are accepted in IRIs, and whether they are correctly distinguished
Sections [Rules]: 2.10 Test ID: valid-sa-084 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that although whitespace can be used to set apart markup for greater readability it is not necessary.
There is an output test associated with this input file.
Sections [Rules]: 2.10 Test ID: valid-sa-093 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace is not intended for inclusion in the delivered version of the document.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: valid-sa-116 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that a line break within CDATA will be normalized.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: valid-ext-sa-001 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A combination of carriage return line feed in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: valid-ext-sa-002 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A carriage return (also CRLF) in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: valid-ext-sa-004 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A carriage return (also CRLF) in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: valid-ext-sa-009 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A carriage return (also CRLF) in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The two character sequence #x0D #x85 in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x85 in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The two character sequence #x0D #x85 in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x85 in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The two character sequence #x0D #x85 in a document entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x85 in a document entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v07.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x2028 in a document entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v08.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x85 in the XMLDecl must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: ibm-1-1-valid-P03-ibm03v09.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 3The single character sequence #x2028 in the XMLDecl must be normalized to a single newline. (This test is questionable)
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-022 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-023 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-024 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an LSEP character; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-025 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an LSEP character; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-026 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has CR-NEL; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-027 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has CR-NEL; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-028 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has CR-LSEP; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1. Note that CR and LSEP are not combined into a single LF
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-029 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has CR-LSEP; legal in both XML 1.0 and 1.1, but different canonical output because of normalization in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-031 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character in an NMTOKENS attribute; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-033 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an LSEP character in an NMTOKENS attribute; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-047 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character in element content whitespace; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-049 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003has an LSEP character in element content whitespace; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 3.2.1 3.2.2 4.2.2 [48] [51] [75] Test ID: valid-ext-sa-006 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of optional character and content particles within mixed element content. The test also shows the use of an external entity and that a carriage control line feed in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11 4.2.2 [75] Test ID: valid-ext-sa-011 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of a public identifier with and external entity. The test also show that a carriage control line feed combination in an external entity must be normalized to a single newline.
There is an output test associated with this input file.
Sections [Rules]: 2.11, 3.3.3 Test ID: valid-sa-108 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998This tests normalization of end-of-line characters (CRLF) within entities to LF, primarily as an output test.
There is an output test associated with this input file.
Sections [Rules]: 2.11, 4.5 Test ID: valid-sa-068 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests definition of an internal entity holding a carriage return character reference, which must not be normalized before reporting to the application. Line break normalization only occurs when parsing external parsed entities.
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P33-ibm33v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 33Tests LanguageID with Langcode - Subcode
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P34-ibm34v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 34Duplicate Test as ibm33v01.xml
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P35-ibm35v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 35Tests ISO639Code
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P36-ibm36v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 36Tests IanaCode
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P37-ibm37v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 37Tests UserCode
There is an output test associated with this input file.
Sections [Rules]: 2.12 Test ID: ibm-valid-P38-ibm38v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 38Tests SubCode
There is an output test associated with this input file.
Sections [Rules]: 2.12 [35] Test ID: v-lang01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests a lowercase ISO language code.
There is an output test associated with this input file.
Sections [Rules]: 2.12 [35] Test ID: v-lang02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests a ISO language code with a subcode.
There is an output test associated with this input file.
Sections [Rules]: 2.12 [35] Test ID: v-lang05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests an uppercase ISO language code.
There is an output test associated with this input file.
Sections [Rules]: 2.12 [36] Test ID: v-lang03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests a IANA language code with a subcode.
There is an output test associated with this input file.
Sections [Rules]: 2.12 [37] Test ID: v-lang04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests a user language code with a subcode.
There is an output test associated with this input file.
Sections [Rules]: 2.12 [37] Test ID: v-lang06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests a user language code.
There is an output test associated with this input file.
Sections [Rules]: 2.2 Test ID: ibm-valid-P02-ibm02v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2This test case covers legal character ranges plus discrete legal characters for production 02.
Sections [Rules]: 2.2 Test ID: ibm-1-1-valid-P02-ibm02v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case covers legal character ranges plus discrete legal characters for production 02 of the XML1.1 sepcification.
Sections [Rules]: 2.2 Test ID: rmt-010 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C1 control, legal in XML 1.0, illegal in XML 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.2 Test ID: rmt-012 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a DEL, legal in XML 1.0, illegal in XML 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.2 Test ID: rmt-040 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C1 control character (partial line up), legal in XML 1.0 but not 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.2 [1] Test ID: o-p01pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998various Misc items where they can occur
Sections [Rules]: 2.2 [2] Test ID: valid-sa-049 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that characters outside of normal ascii range can be used as element content.
There is an output test associated with this input file.
Sections [Rules]: 2.2 [2] Test ID: valid-sa-050 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that characters outside of normal ascii range can be used as element content.
There is an output test associated with this input file.
Sections [Rules]: 2.2 [2] Test ID: valid-sa-051 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The document is encoded in UTF-16 and uses some name characters well outside of the normal ASCII range.
There is an output test associated with this input file.
Sections [Rules]: 2.2 [2] Test ID: valid-sa-052 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The document is encoded in UTF-8 and the text inside the root element uses two non-ASCII characters, encoded in UTF-8 and each of which expands to a Unicode surrogate pair.
There is an output test associated with this input file.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-valid-P02-ibm02v02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case covers control characters x1 to x1F and x7F to x9F which should only appear as character references.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-valid-P02-ibm02v03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case covers control characters x1 to x1F and x7F to x9F which appear as character references as an entity's replacement text.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-valid-P02-ibm02v04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case contains embeded whitespace characters some form the range 1 - 1F.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-valid-P02-ibm02v05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case contains valid char references that match the char production.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-valid-P02-ibm02v06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test case contains valid char references in the CDATA section, comment and processing instruction of an external entity that match the char production.
Sections [Rules]: 2.3 Test ID: ibm-valid-P03-ibm03v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 3Tests all 4 legal white space characters - #x20 #x9 #xD #xA
Sections [Rules]: 2.3 Test ID: ibm-valid-P09-ibm09v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Empty EntityValue is legal
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P09-ibm09v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests a normal EnitityValue
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P09-ibm09v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests EnitityValue referencing a Parameter Entity
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P09-ibm09v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests EnitityValue referencing a General Entity
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P09-ibm09v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests EnitityValue with combination of GE, PE and text, the GE used is declared in the student.dtd
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests empty AttValue with double quotes as the delimiters
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests empty AttValue with single quotes as the delimiters
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Test AttValue with double quotes as the delimiters and single quote inside
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Test AttValue with single quotes as the delimiters and double quote inside
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Test AttValue with a GE reference and double quotes as the delimiters
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Test AttValue with a GE reference and single quotes as the delimiters
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10testing AttValue with mixed references and text content in double quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P10-ibm10v08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10testing AttValue with mixed references and text content in single quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P11-ibm11v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests empty systemliteral using the double quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P11-ibm11v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests empty systemliteral using the single quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P11-ibm11v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests regular systemliteral using the single quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P11-ibm11v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests regular systemliteral using the double quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P12-ibm12v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests empty systemliteral using the double quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P12-ibm12v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests empty systemliteral using the single quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P12-ibm12v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests regular systemliteral using the double quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P12-ibm12v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests regular systemliteral using the single quotes
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-valid-P13-ibm13v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 13Testing PubidChar with all legal PubidChar in a PubidLiteral
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P04-ibm04v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4This test case covers legal NameStartChars character ranges plus discrete legal characters for production 04.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P04-ibm04av01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aThis test case covers legal NameChars character ranges plus discrete legal characters for production 04a.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P05-ibm05v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5This test case covers legal Element Names as per production 5.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P05-ibm05v02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5This test case covers legal PITarget (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P05-ibm05v03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5This test case covers legal Attribute (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P05-ibm05v04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5This test case covers legal ID/IDREF (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P05-ibm05v05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5This test case covers legal ENTITY (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: ibm-1-1-valid-P047-ibm07v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 7This test case covers legal NMTOKEN Name character ranges plus discrete legal characters for production 7.
Sections [Rules]: 2.3 Test ID: rmt-034 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an NMTOKENS attribute containing a CR character that comes from a character reference in an internal entity. Because CR is in the S production, this is valid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-035 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an NMTOKENS attribute containing a CR character that comes from a character reference in an internal entity. Because CR is in the S production, this is valid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-050 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has element content whitespace containing a CR character that comes from a character reference in an internal entity. Because CR is in the S production, this is valid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-051 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has element content whitespace containing a CR character that comes from a character reference in an internal entity. Because CR is in the S production, this is valid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-ns11-002 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003Namespace inequality test: different escaping of non-ascii letter
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P04-ibm04v01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal NameStartChars character ranges plus discrete legal characters for production 04.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P04-ibm04av01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal NameChars character ranges plus discrete legal characters for production 04a.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P05-ibm05v01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal Element Names as per production 5.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P05-ibm05v02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal PITarget (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P05-ibm05v03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal Attribute (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P05-ibm05v04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal ID/IDREF (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P05-ibm05v05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal ENTITY (Names) as per production 5.
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-valid-P047-ibm07v01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionThis test case covers legal NMTOKEN Name character ranges plus discrete legal characters for production 7.
Sections [Rules]: 2.3 2.10 Test ID: valid-sa-092 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demostrates that extra whitespace is normalized into a single space character.
There is an output test associated with this input file.
Sections [Rules]: 2.3 3.1 [10][40][41] Test ID: valid-sa-109 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an attribute can have a null value.
There is an output test associated with this input file.
Sections [Rules]: 2.3 3.1 [13] [40] Test ID: valid-sa-013 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that the Attribute in a Start-tag can consist of numerals along with special characters.
There is an output test associated with this input file.
Sections [Rules]: 2.3 3.1 [13] [40] Test ID: valid-sa-014 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that all lower case letters are valid for the Attribute in a Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 2.3 3.1 [13] [40] Test ID: valid-sa-015 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that all upper case letters are valid for the Attribute in a Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 2.3 3.1 [43] Test ID: valid-sa-009 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that PubidChar can be used for element content.
There is an output test associated with this input file.
Sections [Rules]: 2.3 4.1 [10] [69] Test ID: valid-not-sa-023 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of a parameter entity reference within an attribute list declaration.
There is an output test associated with this input file.
Sections [Rules]: 2.3 [12] Test ID: valid-sa-100 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Makes sure that PUBLIC identifiers may have some strange characters. NOTE: The XML editors have said that the XML specification errata will specify that parameter entity expansion does not occur in PUBLIC identifiers, so that the '%' character will not flag a malformed parameter entity reference.
There is an output test associated with this input file.
Sections [Rules]: 2.3 [12] Test ID: o-p12pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid public IDs.
Sections [Rules]: 2.3 [4] Test ID: valid-sa-012 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Uses a legal XML 1.0 name consisting of a single colon character (disallowed by the latest XML Namespaces draft).
There is an output test associated with this input file.
Sections [Rules]: 2.3 [5] Test ID: valid-sa-063 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The document is encoded in UTF-8 and the name of the root element type uses non-ASCII characters.
There is an output test associated with this input file.
Sections [Rules]: 2.3 [6] Test ID: o-p06pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998various satisfactions of the Names production in a NAMES attribute
Sections [Rules]: 2.3 [7] Test ID: o-p07pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998various valid Nmtoken 's in an attribute list declaration.
Sections [Rules]: 2.3 [8] Test ID: o-p08pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998various satisfaction of an NMTOKENS attribute value.
Sections [Rules]: 2.3 [9] Test ID: o-p09pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid EntityValue's. Except for entity references, markup is not recognized.
Sections [Rules]: 2.4 Test ID: ibm-valid-P14-ibm14v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Testing CharData with empty string
There is an output test associated with this input file.
Sections [Rules]: 2.4 Test ID: ibm-valid-P14-ibm14v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Testing CharData with white space character
There is an output test associated with this input file.
Sections [Rules]: 2.4 Test ID: ibm-valid-P14-ibm14v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Testing CharData with a general text string
There is an output test associated with this input file.
Sections [Rules]: 2.4 2.5 2.6 2.7 [15] [16] [18] Test ID: o-p43pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of character data, comments, processing instructions and CDATA sections within the start and end tag.
Sections [Rules]: 2.4 3.1 [14] [43] Test ID: valid-sa-048 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that character data is valid element content.
There is an output test associated with this input file.
Sections [Rules]: 2.4 3.1 [43] Test ID: valid-sa-008 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates character references can be used for element content.
There is an output test associated with this input file.
Sections [Rules]: 2.5 Test ID: valid-sa-119 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Comments may contain any legal XML characters; only the string "--" is disallowed.
There is an output test associated with this input file.
Sections [Rules]: 2.5 Test ID: ibm-valid-P15-ibm15v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests empty comment
There is an output test associated with this input file.
Sections [Rules]: 2.5 Test ID: ibm-valid-P15-ibm15v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment with regular text
There is an output test associated with this input file.
Sections [Rules]: 2.5 Test ID: ibm-valid-P15-ibm15v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment with one dash inside
There is an output test associated with this input file.
Sections [Rules]: 2.5 Test ID: ibm-valid-P15-ibm15v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment with more comprehensive content
There is an output test associated with this input file.
Sections [Rules]: 2.5 3.1 [15] [43] Test ID: valid-sa-021 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that comments are valid element content.
There is an output test associated with this input file.
Sections [Rules]: 2.5 3.1 [15] [43] Test ID: valid-sa-022 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that comments are valid element content and that all characters before the double-hypen right angle combination are considered part of thecomment.
There is an output test associated with this input file.
Sections [Rules]: 2.5 [15] Test ID: dtd01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsComments don't get parameter entity expansion
There is an output test associated with this input file.
Sections [Rules]: 2.6 Test ID: ibm-valid-P16-ibm16v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI definition with only PItarget name and nothing else
There is an output test associated with this input file.
Sections [Rules]: 2.6 Test ID: ibm-valid-P16-ibm16v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI definition with only PItarget name and a white space
There is an output test associated with this input file.
Sections [Rules]: 2.6 Test ID: ibm-valid-P16-ibm16v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI definition with PItarget name and text that contains question mark and right angle
There is an output test associated with this input file.
Sections [Rules]: 2.6 Test ID: ibm-valid-P17-ibm17v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 17Tests PITarget name
There is an output test associated with this input file.
Sections [Rules]: 2.6 2.10 [16] Test ID: valid-sa-055 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace within a processing instruction willnormalized into s single space character.
There is an output test associated with this input file.
Sections [Rules]: 2.6 2.10 [16] Test ID: valid-sa-098 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace within a processing instruction is converted into a single space character.
There is an output test associated with this input file.
Sections [Rules]: 2.6 3.1 [16] [43] Test ID: valid-sa-016 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that Processing Instructions are valid element content.
There is an output test associated with this input file.
Sections [Rules]: 2.6 3.1 [16] [43] Test ID: valid-sa-017 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that Processing Instructions are valid element content and there can be more than one.
There is an output test associated with this input file.
Sections [Rules]: 2.6 [15] Test ID: valid-sa-037 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid comment and that it may appear anywhere in the document including at the end.
There is an output test associated with this input file.
Sections [Rules]: 2.6 [15] Test ID: valid-sa-038 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid comment and that it may appear anywhere in the document including the beginning.
There is an output test associated with this input file.
Sections [Rules]: 2.6 [16] Test ID: valid-sa-036 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid processing instruction.
There is an output test associated with this input file.
Sections [Rules]: 2.6 [16] Test ID: valid-sa-039 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid processing instruction and that it may appear at the beginning of the document.
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: valid-not-sa-031 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Expands a general entity which contains a CDATA section with what looks like a markup declaration (but is just text since it's in a CDATA section).
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: ibm-valid-P18-ibm18v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 18Tests CDSect with CDStart CData CDEnd
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: ibm-valid-P19-ibm19v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 19Tests CDStart
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: ibm-valid-P20-ibm20v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 20Tests CDATA with empty string
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: ibm-valid-P20-ibm20v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 20Tests CDATA with regular content
There is an output test associated with this input file.
Sections [Rules]: 2.7 Test ID: ibm-valid-P21-ibm21v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 21Tests CDEnd
There is an output test associated with this input file.
Sections [Rules]: 2.7 3.1 [18] [43] Test ID: valid-sa-018 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that CDATA sections are valid element content.
There is an output test associated with this input file.
Sections [Rules]: 2.7 3.1 [18] [43] Test ID: valid-sa-019 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that CDATA sections are valid element content and that ampersands may occur in their literal form.
There is an output test associated with this input file.
Sections [Rules]: 2.7 3.1 [18] [43] Test ID: valid-sa-020 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstractes that CDATA sections are valid element content and that everyting between the CDStart and CDEnd is recognized as character data not markup.
There is an output test associated with this input file.
Sections [Rules]: 2.7 [20] Test ID: valid-sa-114 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that all text within a valid CDATA section is considered text and not recognized as markup.
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: valid-sa-094 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute defaults with a DTD have special parsing rules, different from other strings. That means that characters found there may look like an undefined parameter entity reference "within a markup declaration", but they aren't ... so they can't be violating the PEs in Internal Subset WFC.
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: pe01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsParameter entities references are NOT RECOGNIZED in default attribute values.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with XMLDecl and doctypedecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with doctypedecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with Misc doctypedecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with doctypedecl Misc
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with XMLDecl Misc doctypedecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with XMLDecl doctypedecl Misc
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P22-ibm22v07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with XMLDecl Misc doctypedecl Misc
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VersionInfo only
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VersionInfo EncodingDecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VersionInfo SDDecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VerstionInfo and a trailing whitespace char
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VersionInfo EncodingDecl SDDecl
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P23-ibm23v06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with VersionInfo EncodingDecl SDDecl and a trailing whitespace
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P24-ibm24v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with single quote
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P24-ibm24v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with double quote
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P25-ibm25v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests EQ with =
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P25-ibm25v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests EQ with = and spaces on both sides
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P25-ibm25v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests EQ with = and space in front of it
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P25-ibm25v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests EQ with = and space after it
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P26-ibm26v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 26Tests VersionNum 1.0
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P27-ibm27v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 27Tests Misc with comment
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P27-ibm27v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 27Tests Misc with PI
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P27-ibm27v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 27Tests Misc with white spaces
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P28-ibm28v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with internal DTD only
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P28-ibm28v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with external subset and combinations of different markup declarations and PEReferences
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P29-ibm29v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests markupdecl with combinations of elementdecl, AttlistDecl,EntityDecl, NotationDecl, PI and comment
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P29-ibm29v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC: PE in internal subset as a positive test
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P30-ibm30v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 30Tests extSubset with extSubsetDecl only in the dtd file
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P30-ibm30v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 30Tests extSubset with TextDecl and extSubsetDecl in the dtd file
There is an output test associated with this input file.
Sections [Rules]: 2.8 Test ID: ibm-valid-P31-ibm31v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 31Tests extSubsetDecl with combinations of markupdecls, conditionalSects, PEReferences and white spaces
There is an output test associated with this input file.
Sections [Rules]: 2.8 3.4 4.2.2 [31] [62] [63] [75] Test ID: o-p31pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with EXternalID as Enternal Entity. The external entity contains a parameter entity reference and condtional sections.
Sections [Rules]: 2.8 4.1 [28] [69] Test ID: o-p28pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with Parameter entity reference. The declaration of a parameter entity must precede any reference to it.
Sections [Rules]: 2.8 4.1 [28] [69] Test ID: o-p28pass5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with ExternalID as an External Entity. A parameter entity reference is also used.
Sections [Rules]: 2.8 4.2.2 4.3.1 [30] [75] [77] Test ID: o-p30pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with ExternalID as an Enternal Entity. The external entity begins with a Text Declaration.
Sections [Rules]: 2.8 4.2.2 [28] [75] Test ID: o-p28pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with ExternalID as an External Entity declaration.
Sections [Rules]: 2.8 4.2.2 [30] [75] Test ID: o-p30pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid doctypedecl with ExternalID as an External Entity. The external entity has an element declaration.
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-006 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Second-level external general entity has later version number than first-level, but not later than document, so not an error.
There is an output test associated with this input file.
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-007 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003A vanilla XML 1.1 document
There is an output test associated with this input file.
Sections [Rules]: 2.8 4.3.4 Test ID: x-rmt-008b RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editiona document with version=1.7, legal in XML 1.0 from 5th edition
Sections [Rules]: 2.8 [22] Test ID: o-p22pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML decl and doctypedecl
Sections [Rules]: 2.8 [22] Test ID: o-p22pass5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998just doctypedecl
Sections [Rules]: 2.8 [22] Test ID: o-p22pass6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S between decls is not required
Sections [Rules]: 2.8 [23] Test ID: valid-sa-033 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that both a EncodingDecl and SDDecl are valid within the prolog.
There is an output test associated with this input file.
Sections [Rules]: 2.8 [24] Test ID: valid-sa-028 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid prolog that uses double quotes as delimeters around the VersionNum.
There is an output test associated with this input file.
Sections [Rules]: 2.8 [24] Test ID: valid-sa-029 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid prolog that uses single quotes as delimters around the VersionNum.
There is an output test associated with this input file.
Sections [Rules]: 2.8 [25] Test ID: valid-sa-030 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid prolog that contains whitespace on both sides of the equal sign in the VersionInfo.
There is an output test associated with this input file.
Sections [Rules]: 2.8 [29] Test ID: o-p29pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid types of markupdecl.
Sections [Rules]: 2.8 [31] Test ID: o-p31pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998external subset can be empty
Sections [Rules]: 2.8, 4.1 [69] Test ID: valid-not-sa-024 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Constructs an <!ATTLIST...> declaration from several PEs.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: not-sa01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA non-standalone document is valid if declared as such.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: not-sa02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA non-standalone document is valid if declared as such.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: not-sa03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA non-standalone document is valid if declared as such.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: not-sa04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA non-standalone document is valid if declared as such.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-valid-P32-ibm32v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests VC: Standalone Document Declaration with absent attribute that has default value and standalone is no
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-valid-P32-ibm32v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests VC: Standalone Document Declaration with external entity reference and standalone is no
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-valid-P32-ibm32v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests VC: Standalone Document Declaration with attribute values that need to be normalized and standalone is no
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-valid-P32-ibm32v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests VC: Standalone Document Declaration with whitespace in mixed content and standalone is no
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: valid-sa-032 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid SDDecl within the prolog.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: sa01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA document may be marked 'standalone' if any optional whitespace is defined within the internal DTD subset.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: sa02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA document may be marked 'standalone' if any attributes that need normalization are defined within the internal DTD subset.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: sa03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsA document may be marked 'standalone' if any the defined entities need expanding are internal, and no attributes need defaulting or normalization. On output, requires notations to be correctly reported.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: sa04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsLike sa03 but relies on attribute defaulting defined in the internal subset. On output, requires notations to be correctly reported.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: sa05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsLike sa01 but this document is standalone since it has no optional whitespace. On output, requires notations to be correctly reported.
There is an output test associated with this input file.
Sections [Rules]: 3 Test ID: element RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests clauses 1, 3, and 4 of the Element Valid validity constraint.
There is an output test associated with this input file.
Sections [Rules]: 3 Test ID: ibm-valid-P39-ibm39v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with EmptyElemTag and STag content Etag, also tests the VC: Element Valid with elements that have children, Mixed and ANY contents
There is an output test associated with this input file.
Sections [Rules]: 3 3.2.1 [47] Test ID: optional RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests declarations of "children" content models, and the validity constraints associated with them.
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-valid-P40-ibm40v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with possible combinations of its fields, also tests WFC: Unique Att Spec.
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-valid-P41-ibm41v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with Name Eq AttValue and VC: Attribute Value Type
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-valid-P42-ibm42v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with possible combinations of its fields
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-valid-P43-ibm43v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 43Tests content with all possible constructs: element, CharData, Reference, CDSect, Comment
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-valid-P44-ibm44v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 44Tests EmptyElemTag with possible combinations of its fields
There is an output test associated with this input file.
Sections [Rules]: 3.1 4.1 [43] [66] Test ID: valid-sa-024 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that Entity References are valid element content and also demonstrates a valid Entity Declaration.
There is an output test associated with this input file.
Sections [Rules]: 3.1 4.1 [43] [68] Test ID: valid-ext-sa-003 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that the content of an element can be empty. In this case the external entity is an empty file.
There is an output test associated with this input file.
Sections [Rules]: 3.1 4.6 [43] Test ID: valid-sa-007 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates numeric character references can be used for element content.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] Test ID: valid-sa-002 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that whitespace is permitted after the tag name in a Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] Test ID: valid-sa-005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid attribute specification within a Start-tag that contains whitespace on both sides of the equal sign.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] Test ID: valid-sa-010 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that whitespace is valid after the Attribute in a Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] Test ID: valid-sa-011 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates mutliple Attibutes within the Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] Test ID: valid-sa-104 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace within an Attribute of a Start-tag is normalized to a single space character.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [40] [42] Test ID: valid-sa-054 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace within Start-tags and End-tags are nomalized into single spaces.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [41] Test ID: valid-sa-004 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid attribute specification within a Start-tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [41] Test ID: valid-sa-006 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that the AttValue within a Start-tag can use a single quote as a delimter.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [42] Test ID: valid-sa-003 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that whitespace is permitted after the tag name in an End-tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [43] Test ID: valid-sa-023 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that Entity References are valid element content.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [43] Test ID: valid-sa-047 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace is normalized into single space character.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [43] [44] Test ID: o-p28pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Empty-element tag must be used for element which are declared EMPTY.
Sections [Rules]: 3.1 [44] Test ID: valid-sa-034 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the correct syntax for an Empty element tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [44] Test ID: valid-sa-035 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that whitespace is permissible after the name in an Empty element tag.
There is an output test associated with this input file.
Sections [Rules]: 3.1 [44] Test ID: valid-sa-044 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that the empty-element tag must be use for an elements that are declared EMPTY.
There is an output test associated with this input file.
Sections [Rules]: 3.2 Test ID: ibm-valid-P45-ibm45v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests both P45 elementDecl and P46 contentspec with possible combinations of their constructs
There is an output test associated with this input file.
Sections [Rules]: 3.2 3.2.1 3.2.2 [45] [46] [47] [51] Test ID: o-p46pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of contentspec, element content models, and mixed content within an element type declaration.
Sections [Rules]: 3.2 3.2.1 [45] [46] [47] Test ID: o-p48pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear.
Sections [Rules]: 3.2 3.2.1 [45] [46] [47] Test ID: o-p49pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of contentspec, element content models, choices, and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between choices.
Sections [Rules]: 3.2 3.2.1 [45] [46] [47] Test ID: o-p50pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of contentspec, element content models, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between sequences.
Sections [Rules]: 3.2 3.2.1 [45] [46] [47] Test ID: o-p47pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear.
Sections [Rules]: 3.2 3.3 [46] [53] Test ID: valid-sa-059 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY. The element cannot have any contents and must always appear as an empty element in the document. The test also shows an Attribute-list declaration with multiple AttDef's.
There is an output test associated with this input file.
Sections [Rules]: 3.2 [45] Test ID: o-p45pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid element declarations
Sections [Rules]: 3.2 [46] Test ID: valid-sa-025 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Element Type Declaration and that the contentspec can be of mixed content.
There is an output test associated with this input file.
Sections [Rules]: 3.2 [46] Test ID: valid-sa-026 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Element Type Declaration and that EMPTY is a valid contentspec.
There is an output test associated with this input file.
Sections [Rules]: 3.2 [46] Test ID: valid-sa-027 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Element Type Declaration and that ANY is a valid contenspec.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 Test ID: ibm-valid-P47-ibm47v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests all possible children,cp,choice,seq patterns in P47,P48,P49,P50
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 Test ID: ibm-valid-P49-ibm49v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests VC:Proper Group/PE Nesting with PEs of choices that are properly nested with parenthesized groups in external subsets
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 Test ID: ibm-valid-P50-ibm50v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests VC:Proper Group/PE Nesting with PEs of seq that are properly nested with parenthesized groups in external subsets
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 4.2.2 [48] [75] Test ID: valid-ext-sa-005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of optional character and content particles within an element content. The test also show the use of external entity.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 [47] Test ID: valid-sa-057 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an element content model whose element can occur zero or more times.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 [48][49] Test ID: valid-sa-112 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates shows the use of content particles within the element content.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 [50] Test ID: valid-sa-081 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the optional character following a name or list to govern the number of times an element or content particles in the list occur.
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 Test ID: ibm-valid-P51-ibm51v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with possible combinations of its fields amd VC: No Duplicate Types
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 Test ID: ibm-valid-P51-ibm51v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests VC:Proper Group/PE Nesting with PEs of Mixed that are properly nested with parenthesized groups in external subsets
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 [51] Test ID: valid-sa-001 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Element Type Declaration with Mixed Content.
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 [51] Test ID: dtd00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests parsing of alternative forms of text-only mixed content declaration.
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 [51] Test ID: o-p51pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid Mixed contentspec's.
Sections [Rules]: 3.3 Test ID: valid-sa-043 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998An element's attributes may be declared before its content model; and attribute values may contain newlines.
There is an output test associated with this input file.
Sections [Rules]: 3.3 Test ID: valid-sa-097 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this tests whether an externally defined attribute declaration (with a default) takes proper precedence over a subsequent internal declaration.
There is an output test associated with this input file.
Sections [Rules]: 3.3 Test ID: ibm-valid-P52-ibm52v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests all AttlistDecl and AttDef Patterns in P52 and P53
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [54] Test ID: valid-sa-040 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Attribute List declaration that uses a StringType as the AttType.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [54] Test ID: valid-sa-077 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use an EnumeratedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [54] Test ID: valid-sa-078 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that REQUIRED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [56] Test ID: valid-sa-071 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use ID as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [56] Test ID: valid-sa-072 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use IDREF as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [56] Test ID: valid-sa-073 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use IDREFS as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [56] Test ID: valid-sa-074 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use ENTITY as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.1 [52] [56] Test ID: valid-sa-075 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use ENTITIES as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.2 [52] [60] Test ID: valid-sa-079 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that a value can be given to the attribute in the Start-tag as well as the AttListDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3 3.3.2 [52] [60] Test ID: valid-sa-080 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that an value can be given to the attribute.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-sa-045 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests whether more than one definition can be provided for the same attribute of a given element type with the first declaration being binding.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-sa-046 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that when more than one AttlistDecl is provided for a given element type, the contents of all those provided are merged.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-not-sa-006 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that when more than one definition is provided for the same attribute of a given element type only the first declaration is binding.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-not-sa-007 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of an Attribute list declaration within an external entity.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-not-sa-010 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: valid-not-sa-026 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [52] Test ID: o-p52pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid AttlistDecls: No AttDef's are required, and the terminating S is optional, multiple ATTLISTS per element are OK, and multiple declarations of the same attribute are OK.
Sections [Rules]: 3.3 [52][53] Test ID: valid-sa-113 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that it is not an error to have attributes declared for an element not itself declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3 [53] Test ID: o-p53pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a valid AttDef
Sections [Rules]: 3.3.1 Test ID: valid-sa-076 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Verifies that an XML parser will parse a NOTATION attribute; the output phase of this test ensures that both notations are reported to the application.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: valid-sa-090 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Verifies that an XML parser will parse a NOTATION attribute; the output phase of this test ensures that the notation is reported to the application.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: valid-sa-091 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Verifies that an XML parser will parse an ENTITY attribute; the output phase of this test ensures that the notation is reported to the application, and for validating parsers it further tests that the entity is so reported.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P54-ibm54v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 54Tests all AttTypes : StringType, TokenizedTypes, EnumeratedTypes in P55,P56,P57,P58,P59. Also tests all DefaultDecls in P60.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P54-ibm54v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 54Tests all AttTypes : StringType, TokenizedType, EnumeratedTypes in P55,P56,P57.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P54-ibm54v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 54Tests AttTypes with StringType in P55.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P55-ibm55v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 55Tests StringType for P55. The "CDATA" occurs in the StringType for the attribute "att" for the element "a".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56. The "ID", "IDREF", "IDREFS", "ENTITY", "ENTITIES", "NMTOKEN", and "NMTOKENS" occur in the TokenizedType for the attribute "attr".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: ID Attribute Default. The value "AC1999" is assigned to the ID attribute "attr" with "#REQUIRED" in the DeaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: ID Attribute Default. The value "AC1999" is assigned to the ID attribute "attr" with "#IMPLIED" in the DeaultDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: ID. The ID attribute "UniqueName" appears only once in the document.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: One ID per element type. The element "a" or "b" has only one ID attribute.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: IDREF. The IDREF value "AC456" matches the value assigned to an ID attribute "UniqueName".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: IDREF. The IDREFS value "AC456 Q123" matches the values assigned to the ID attribute "UniqueName" and "Uname".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: Entity Name. The value "image" of the ENTITY attribute "sun" matches the name of an unparsed entity declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: Name Token. The value of the NMTOKEN attribute "thistoken" matches the Nmtoken production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P56-ibm56v10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType for P56 VC: Name Token. The value of the NMTOKENS attribute "thistoken" matches the Nmtoken production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P57-ibm57v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 57Tests EnumeratedType in the AttType. The attribute "att" has a type (a|b) with the element "a". the
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P58-ibm58v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType for P58. It shows different patterns fro the NOTATION attribute "attr".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P58-ibm58v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType for P58: Notation Attributes. The value "base64" of the NOTATION attribute "attr" matches one of the notation names declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P59-ibm59v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration in the EnumeratedType for P59. It shows different patterns for the Enumeration attribute "attr".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-valid-P59-ibm59v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration for P59 VC: Enumeration. The value "one" of the Enumeration attribute "attr" matches one of the element names declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 4.1 [54] [66] Test ID: valid-sa-041 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 4.1 [54] [66] Test ID: valid-sa-042 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 4.1 [54] [66] Test ID: valid-sa-056 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 [54] Test ID: o-p54pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998the three kinds of attribute types
Sections [Rules]: 3.3.1 [55] Test ID: o-p55pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998StringType = "CDATA"
Sections [Rules]: 3.3.1 [56] Test ID: o-p56pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998the 7 tokenized attribute types
Sections [Rules]: 3.3.1 [57] Test ID: o-p57pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998enumerated types are NMTOKEN or NOTATION lists
Sections [Rules]: 3.3.1 [58] Test ID: o-p58pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998NOTATION enumeration has on or more items
Sections [Rules]: 3.3.1 [59] Test ID: v-sgml01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsXML permits token reuse, while SGML does not.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 [59] Test ID: o-p59pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998NMTOKEN enumerations haveon or more items
Sections [Rules]: 3.3.2 Test ID: ibm-valid-P60-ibm60v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl for P60. It shows different options "#REQUIRED", "#FIXED", "#IMPLIED", and default for the attribute "chapter".
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-valid-P60-ibm60v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl for P60 VC: Required Attribute. In the element "one" and "two" the value of the #REQUIRED attribute "chapter" is given.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-valid-P60-ibm60v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl for P60 VC: Fixed Attribute Default. The value of the #FIXED attribute "chapter" is exactly the same as the default value.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-valid-P60-ibm60v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl for P60 VC: Attribute Default Legal. The default value specified for the attribute "attr" meets the lexical constraints of the declared attribute type.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 [60] Test ID: required00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the #REQUIRED attribute declaration syntax, and the associated validity constraint.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 [60] Test ID: o-p60pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998the four types of default values
Sections [Rules]: 3.3.3 Test ID: valid-sa-058 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace be normalized into a single space character in an attribute of type NMTOKENS.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-095 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this requires extra whitespace to be normalized into a single space character in an attribute of type NMTOKENS.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-096 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that extra whitespace is normalized into a single space character in an attribute of type NMTOKENS.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-102 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that a CDATA attribute can pass a double quote as its value.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-103 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an attribute can pass a less than sign as its value.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-105 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this requires a CDATA attribute with a tab character to be passed through as one space.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-106 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this requires a CDATA attribute with a newline character to be passed through as one space.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-107 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this requires a CDATA attribute with a return character to be passed through as one space.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-110 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Basically an output test, this requires that a CDATA attribute with a CRLF be normalized to one space.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-111 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character references expanding to spaces doesn't affect treatment of attributes.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-sa-115 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an entity reference is processed by recursively processing the replacement text of the entity.
There is an output test associated with this input file.
Sections [Rules]: 3.3.3 Test ID: valid-ext-sa-013 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that whitespace is handled by adding a single whitespace to the normalized value in the attribute list.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P61-ibm61v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 61Tests conditionalSect for P61. It takes the option "invludeSect" in the file ibm61v01.dtd.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P61-ibm61v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 61Tests conditionalSect for P61. It takes the option "ignoreSect" in the file ibm61v02.dtd.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P62-ibm62v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect for P62. The white space is not included before the key word "INCLUDE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P62-ibm62v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect for P62. The white space is not included after the key word "INCLUDE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P62-ibm62v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect for P62. The white space is included after the key word "INCLUDE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P62-ibm62v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect for P62. The white space is included before the key word "INCLUDE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P62-ibm62v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect for P62. The extSubsetDecl is not included.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P63-ibm63v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect for P63. The white space is not included before the key word "IGNORE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P63-ibm63v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect for P63. The white space is not included after the key word "IGNORE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P63-ibm63v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect for P63. The white space is included after the key word "IGNORE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P63-ibm63v04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect for P63. The ignireSectContents is included.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P63-ibm63v05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect for P63. The white space is included before and after the key word "IGNORE" in the beginning sequence.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P64-ibm64v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents for P64. One "ignore" field is included.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P64-ibm64v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents for P64. Two "ignore" and one "ignoreSectContents" fields are included.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P64-ibm64v03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents for P64. Four "ignore" and three "ignoreSectContents" fields are included.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P65-ibm65v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 65Tests Ignore for P65. An empty string occurs in the Ignore filed.
There is an output test associated with this input file.
Sections [Rules]: 3.4 Test ID: ibm-valid-P65-ibm65v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 65Tests Ignore for P65. An string not including the brackets occurs in each of the Ignore filed.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [61] Test ID: o-p61pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid conditional sections are INCLUDE and IGNORE
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-013 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-014 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-016 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-028 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditional section INCLUDE that will include its contents.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-029 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: valid-not-sa-030 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being used.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: o-p62pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid INCLUDE sections -- options S before and after keyword, sections can nest
Sections [Rules]: 3.4 [63] Test ID: valid-not-sa-015 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being part of the DTD. The keyword is a parameter-entity reference.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [63] Test ID: o-p63pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid IGNORE sections
Sections [Rules]: 3.4 [64] Test ID: o-p64pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998IGNOREd sections ignore everything except section delimiters
Sections [Rules]: 4 Test ID: valid-sa-085 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter and General entities use different namespaces, so there can be an entity of each type with a given name.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P66-ibm66v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests all legal CharRef's.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P67-ibm67v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 67Tests Reference could be EntityRef or CharRef.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P68-ibm68v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests P68 VC:Entity Declared with Entities in External Subset , standalone is no
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P68-ibm68v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests P68 VC:Entity Declared with Entities in External Parameter Entities , standalone is no
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P69-ibm69v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests P68 VC:Entity Declared with Parameter Entities in External Subset , standalone is no
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-valid-P69-ibm69v02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests P68 VC:Entity Declared with Parameter Entities in External Parameter Entities, standalone is no
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: rmt-043 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a character reference to a C0 control character (form-feed), legal in XML 1.1 but not 1.0
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: rmt-044 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a character reference to a C1 control character (partial line up), legal in both XML 1.0 and 1.1 (but for different reasons)
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: rmt-045 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a character reference to a C1 control character (partial line up), legal in both XML 1.0 and 1.1 (but for different reasons)
There is an output test associated with this input file.
Sections [Rules]: 4.1 4.4.3 [68] Test ID: valid-ext-sa-014 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates use of characters outside of normal ASCII range.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-060 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of decimal Character References within element content.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-061 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of decimal Character References within element content.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-062 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of hexadecimal Character References within element.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-064 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests in-line handling of two legal character references, which each expand to a Unicode surrogate pair.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-066 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Expands a CDATA attribute with a character reference.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-067 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of decimal character references within element content.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [66] Test ID: valid-sa-089 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests entity expansion of three legal character references, which each expand to a Unicode surrogate pair.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [68] Test ID: o-p68pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid entity references. Also ensures that a charref to '&' isn't interpreted as an entity reference open delimiter
Sections [Rules]: 4.1 [69] Test ID: valid-not-sa-003 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the expansion of an external parameter entity that declares an attribute.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [69] Test ID: valid-not-sa-004 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Expands an external parameter entity in two different ways, with one of them declaring an attribute.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [69] Test ID: valid-not-sa-005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the expansion of an external parameter entity that declares an attribute.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [69] Test ID: valid-not-sa-027 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a parameter entity reference whose value is NULL.
There is an output test associated with this input file.
Sections [Rules]: 4.1 [69] Test ID: o-p69pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid PEReferences.
Sections [Rules]: 4.2 Test ID: valid-sa-086 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests whether entities may be declared more than once, with the first declaration being the binding one.
There is an output test associated with this input file.
Sections [Rules]: 4.2 Test ID: valid-not-sa-025 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that when more that one definition is provided for the same entity only the first declaration is binding.
There is an output test associated with this input file.
Sections [Rules]: 4.2 Test ID: ibm-valid-P70-ibm70v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 70Tests all legal GEDecls and PEDecls constructs derived from P70-76
There is an output test associated with this input file.
Sections [Rules]: 4.2 4.2.1 [72] [75] Test ID: valid-not-sa-011 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a parameter entity declaration whose parameter entity definition is an ExternalID.
There is an output test associated with this input file.
Sections [Rules]: 4.2 [70] Test ID: o-p70pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998An EntityDecl is either a GEDecl or a PEDecl
Sections [Rules]: 4.2 [71] Test ID: o-p71pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid GEDecls
Sections [Rules]: 4.2 [72] Test ID: valid-sa-082 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests that an external PE may be defined (but not referenced).
There is an output test associated with this input file.
Sections [Rules]: 4.2 [72] Test ID: valid-sa-083 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests that an external PE may be defined (but not referenced).
There is an output test associated with this input file.
Sections [Rules]: 4.2 [72] Test ID: valid-not-sa-017 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a parameter entity declaration that contains an attribute list declaration.
There is an output test associated with this input file.
Sections [Rules]: 4.2 [72] Test ID: valid-not-sa-021 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a parameter entity declaration that contains a partial attribute list declaration.
There is an output test associated with this input file.
Sections [Rules]: 4.2 [72] Test ID: o-p72pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid PEDecls
Sections [Rules]: 4.2 [73] Test ID: o-p73pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998EntityDef is either Entity value or an external id, with an optional NDataDecl
Sections [Rules]: 4.2.1 4.2.2 Test ID: valid-ext-sa-012 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates both internal and external entities and that processing of entity references may be required to produce the correct replacement text.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 4.3.3. 4.4.3 [75] [80] Test ID: valid-ext-sa-008 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of external entity and how replacement text is retrieved and processed. Also tests the use of an EncodingDecl of UTF-16.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 4.4.3 [75] Test ID: valid-ext-sa-007 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of external entity and how replacement text is retrieved and processed.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: valid-not-sa-001 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of an ExternalID within a document type definition.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: valid-not-sa-002 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the use of an ExternalID within a document type definition.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: valid-not-sa-008 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an external identifier may include a public identifier.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: valid-not-sa-009 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that an external identifier may include a public identifier.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: valid-not-sa-018 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an EnternalID whose contents contain an parameter entity declaration and a attribute list definition.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [76] Test ID: o-p76pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid NDataDecls
Sections [Rules]: 4.3.1 4.3.2 [77] [78] Test ID: ext01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests use of external parsed entities with and without content.
There is an output test associated with this input file.
Sections [Rules]: 4.3.1 [77] Test ID: valid-not-sa-012 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates an enternal parsed entity that begins with a text declaration.
There is an output test associated with this input file.
Sections [Rules]: 4.3.2 Test ID: ibm-valid-P78-ibm78v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 78Tests ExtParsedEnt, also TextDecl in P77 and EncodingDecl in P80
There is an output test associated with this input file.
Sections [Rules]: 4.3.2 Test ID: ibm-valid-P79-ibm79v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 79Tests extPE
Sections [Rules]: 4.3.2 Test ID: rmt-054 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a character reference to a C0 control character (form-feed) in an entity value. This will be legal (in XML 1.1) when the entity declaration is parsed, but what about when it is used? According to the grammar in the CR spec, it should be illegal (because the replacement text must match "content"), but this is probably not intended. This will be fixed in the PR version.
There is an output test associated with this input file.
Sections [Rules]: 4.3.2 [78] Test ID: ext02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests use of external parsed entities with different encodings than the base document.
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-little RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support for little-endian UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.)
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-utf-16 RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support UTF-16 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.)
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-utf-8 RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support for UTF-8 text which relies on Japanese characters. (Also requires ability to process a moderately complex DTD.)
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-little RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support for little-endian UTF-16 encoding, and XML names which contain Japanese characters.
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-utf-16 RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support for UTF-16 encoding, and XML names which contain Japanese characters.
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-utf-8 RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest support for UTF-8 encoding and XML names which contain Japanese characters.
Sections [Rules]: 4.3.3 [80] Test ID: valid-sa-031 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates a valid EncodingDecl within the prolog.
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 [81] Test ID: valid-sa-099 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates the name of the encoding can be composed of lowercase characters.
There is an output test associated with this input file.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external DTD is 1.0. The character #xC0 which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external DTD is 1.0. The character #x1FFF which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external DTD is 1.0. The character #xF901 which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external entity is 1.0. The character #xD6 which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external entity is 1.0. The character #x1FFF which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 whereas the VersionNum of the external entity is 1.0. The character #xF901 which is a valid XML 1.1 but an invalid XML 1.0 character is present in both documents.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v07.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #xD8.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v08.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #x1FFF.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v09.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #xF901.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v10.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external entity is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #xF6.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v11.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external entity is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #x1FFF.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v12.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external entity is 1.1 and both contain the valid XML1.1 but invalid XML1.0 character #xF901.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v13.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external dtd does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #xF8.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v14.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external dtd does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #x1FFF.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v15.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external dtd does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #xF901.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v16.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external entity does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #x2FF.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v17.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external entity does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #x1FFF.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v18.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 but the external entity does not contain a textDecl and both contain the valid XML1.1 but invalid XML1.0 character #xF901.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v19.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1. The replacement text of an entity declared in the external DTD contains a reference to the character #x7F. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v20.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1. The replacement text of an entity declared in the external DTD contains a reference to the character #x80. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v21.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and external dtd is 1.1. The replacement text of an entity declared in the external DTD contains a reference to the character #x9F. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v22.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and the external entity is 1.1. The entity contains a reference to the character #x7F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v23.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and the external entity is 1.1. The entity contains a reference to the character #x80.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v24.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document and the external entity is 1.1. The entity contains a reference to the character #x9F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v25.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external DTD. The replacement text of an entity declared in the external DTD contains a reference to the character #x7F, #x8F. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v26.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external DTD. The replacement text of an entity declared in the external DTD contains a reference to the character #x80, #x90. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v27.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external DTD. The replacement text of an entity declared in the external DTD contains a reference to the character #x81, #x9F. This entity is not referenced in the document entity.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v28.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external entity. The replacement text of an entity declared in the external DTD contains a reference to the character #x7F, #x80, #x9F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v29.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external entity. The replacement text of an entity declared in the external DTD contains a reference to the character #x85, #x8F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-valid-P77-ibm77v30.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document is 1.1 and the textDecl is missing in the external entity. The replacement text of an entity declared in the external DTD contains a reference to the character #x1, #x7F.
Sections [Rules]: 4.4.2 Test ID: valid-sa-053 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests inclusion of a well-formed internal entity, which holds an element required by the content model.
There is an output test associated with this input file.
Sections [Rules]: 4.4.8 Test ID: valid-sa-070 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Verifies that internal parameter entities are correctly expanded within the internal subset.
There is an output test associated with this input file.
Sections [Rules]: 4.4.8 Test ID: valid-not-sa-019 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that a parameter entity will be expanded with spaces on either side.
There is an output test associated with this input file.
Sections [Rules]: 4.4.8 Test ID: valid-not-sa-020 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter entities expand with spaces on either side.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-065 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests ability to define an internal entity which can't legally be expanded (contains an unquoted <).
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-087 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests whether character references in internal entities are expanded early enough, by relying on correct handling to make the entity be well formed.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-088 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests whether entity references in internal entities are expanded late enough, by relying on correct handling to make the expanded text be valid. (If it's expanded too early, the entity will parse as an element that's not valid in that context.)
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-101 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998This tests whether entity expansion is (incorrectly) done while processing entity declarations; if it is, the entity value literal will terminate prematurely.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-117 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that entity expansion is done while processing entity declarations.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: valid-sa-118 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test demonstrates that entity expansion is done while processing entity declarations.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: v-pe00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests construction of internal entity replacement text, using an example in the XML specification.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: v-pe03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests construction of internal entity replacement text, using an example in the XML specification.
There is an output test associated with this input file.
Sections [Rules]: 4.5 Test ID: v-pe02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests construction of internal entity replacement text, using a complex example in the XML specification.
There is an output test associated with this input file.
Sections [Rules]: 4.7 Test ID: valid-sa-069 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Verifies that an XML parser will parse a NOTATION declaration; the output phase of this test ensures that it's reported to the application.
There is an output test associated with this input file.
Sections [Rules]: 4.7 Test ID: ibm-valid-P82-ibm82v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl in P82 and PublicID in P83
There is an output test associated with this input file.
Sections [Rules]: 4.7 [82] Test ID: notation01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsNOTATION declarations don't need SYSTEM IDs; and externally declared notations may be used to declare unparsed entities in the internal DTD subset. The notation must be reported to the application.
There is an output test associated with this input file.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85This test case covers 149 legal character ranges plus 51 single legal characters for BaseChar in P85 using a PI target Name
Sections [Rules]: B. Test ID: ibm-valid-P86-ibm86v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 86This test case covers 2 legal character ranges plus 1 single legal characters for IdeoGraphic in P86 using a PI target Name
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87This test case covers 65 legal character ranges plus 30 single legal characters for CombiningChar in P87 using a PI target Name
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88This test case covers 15 legal character ranges for Digit in P88 using a PI target Name
Sections [Rules]: B. Test ID: ibm-valid-P89-ibm89v01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89This test case covers 3 legal character ranges plus 8 single legal characters for Extender in P89 using a PI target Name
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0132 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0133 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x013F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0140 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n07.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0149 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x017F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01c4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01CC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n100.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0BB6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n101.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0BBA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n102.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n103.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n104.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n105.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n106.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C5F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n107.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n108.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C8D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n109.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0C91 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01F1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n110.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0CA9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n111.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0CB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n112.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0CBA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n113.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0CDF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n114.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0CE2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n115.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0D0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n116.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0D11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n117.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0D29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n118.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0D3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n119.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0D62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01F3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n120.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E2F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n121.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n122.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n123.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E46 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n124.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E83 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n125.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E85 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n126.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E89 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n127.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E8B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n128.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E8E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n129.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0E98 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n13.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01F6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n130.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EA0 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n131.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EA4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n132.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EA6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n133.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EA8 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n134.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EAC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n135.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EAF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n136.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EB1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n137.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n138.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EBE occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n139.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0EC5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n14.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01F9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n140.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0F48 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n141.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0F6A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n142.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x10C6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n143.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x10F7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n144.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1011 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n145.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1104 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n146.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1108 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n147.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x110A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n148.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x110D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n149.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x113B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n15.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x01F9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n150.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x113F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n151.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1141 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n152.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x114D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n153.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x114f occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n154.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1151 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n155.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1156 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n156.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x115A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n157.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1162 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n158.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1164 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n159.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1166 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n16.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0230 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n160.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x116B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n161.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x116F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n162.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1174 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n163.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x119F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n164.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11AC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n165.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11B6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n166.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11B9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n167.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11BB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n168.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11C3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n169.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11F1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n17.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x02AF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n170.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x11FA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n171.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1E9C occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n172.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1EFA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n173.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F16 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n174.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F1E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n175.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F46 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n176.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F4F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n177.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F58 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n178.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F5A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n179.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F5C occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n18.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x02CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n180.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F5E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n181.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1F7E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n182.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FB5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n183.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FBD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n184.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FBF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n185.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FC5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n186.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FCD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n187.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FD5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n188.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FDC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n189.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FED occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n19.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0387 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n190.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FF5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n191.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x1FFD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n192.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x2127 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n193.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x212F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n194.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x2183 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n195.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x3095 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n196.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x30FB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n197.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x312D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n198.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #xD7A4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n20.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x038B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n21.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03A2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n22.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n23.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03D7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n24.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03DD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n25.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03E1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n26.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x03F4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n27.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x040D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n28.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0450 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n29.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x045D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n30.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0482 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n31.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04C5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n32.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04C6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n33.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04C9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n34.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04EC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n35.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04ED occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n36.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04F6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n37.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x04FA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n38.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0557 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n39.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0558 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n40.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0587 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n41.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x05EB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n42.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x05F3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n43.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0620 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n44.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x063B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n45.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x064B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n46.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06B8 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n47.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06BF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n48.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n49.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06D4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n50.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06D6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n51.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x06E7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n52.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x093A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n53.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x093E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n54.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0962 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n55.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x098D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n56.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0991 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n57.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0992 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n58.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09A9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n59.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09B1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n60.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09B5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n61.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09BA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n62.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09DE occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n63.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09E2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n64.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x09F2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n65.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A0B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n66.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n67.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n68.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n69.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n70.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A37 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n71.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n72.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A5D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n73.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A70 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n74.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A75 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n75.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #xA84 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n76.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0ABC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n77.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0A92 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n78.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0AA9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n79.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0AB1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n80.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0AB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n81.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0ABA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n82.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B04 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n83.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n84.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n85.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n86.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n87.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n88.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n89.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B3E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n90.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B5E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n91.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n92.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B8B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n93.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B91 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n94.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B98 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n95.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B9B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n96.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0B9D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n97.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0BA0 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n98.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0BA7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P85-ibm85n99.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests BaseChar with an only legal per 5th edition character. The character #x0BAB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P86-ibm86n01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Ideographic with an only legal per 5th edition character. The character #x4CFF occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P86-ibm86n02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Ideographic with an only legal per 5th edition character. The character #x9FA6 occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P86-ibm86n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Ideographic with an only legal per 5th edition character. The character #x3008 occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P86-ibm86n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Ideographic with an only legal per 5th edition character. The character #x302A occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x02FF occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0346 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0362 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0487 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x05A2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x05BA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n07.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x05BE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x05C0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x05C3 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0653 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x06B8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x06B9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n13.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x06E9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n14.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x06EE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n15.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0904 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n16.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x093B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n17.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x094E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n18.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0955 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n19.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0964 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n20.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0984 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n21.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x09C5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n22.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x09C9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n23.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x09CE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n24.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x09D8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n25.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x09E4 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n26.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A03 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n27.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A3D occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n28.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A46 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n29.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n30.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n31.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A80 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n32.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0A84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n33.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0ABB occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n34.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0AC6 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n35.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0ACA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n36.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0ACE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n37.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B04 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n38.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n39.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B44 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n40.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B4A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n41.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n42.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B58 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n43.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0B84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n44.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0BC3 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n45.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0BC9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n46.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0BD6 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n47.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C0D occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n48.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C45 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n49.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n50.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C54 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n51.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C81 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n52.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0C84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n53.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0CC5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n54.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0CC9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n55.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0CD4 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n56.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0CD7 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n57.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0D04 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n58.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0D45 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n59.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0D49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n60.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0D4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n61.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0D58 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n62.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0E3F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n63.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0E3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n64.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0E4F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n66.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0EBA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n67.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0EBE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n68.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0ECE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n69.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F1A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n70.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F36 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n71.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F38 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n72.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n73.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F3A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n74.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n75.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F85 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n76.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F8C occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n77.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F96 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n78.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0F98 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n79.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0FB0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n80.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0FB8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n81.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x0FBA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n82.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x20DD occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n83.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x20E2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n84.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x3030 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P87-ibm87n85.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests CombiningChar with an only legal per 5th edition character. The character #x309B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x066A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x06FA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0970 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x09F2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0AF0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0B70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0C65 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0CE5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0CF0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n13.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0D70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n14.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0E5A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n15.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0EDA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P88-ibm88n16.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Digit with an only legal per 5th edition character. The character #x0F2A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P89-ibm89n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x02D2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P89-ibm89n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x03FE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-valid-P89-ibm89n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x065F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: E05 Test ID: rmt-e3e-05a RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006CDATA sections may occur in Mixed content.
Sections [Rules]: E05 Test ID: rmt-e3e-05b RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006CDATA sections, comments and PIs may occur in ANY content.
Sections [Rules]: E06 Test ID: rmt-e3e-06i RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Non-syntactic validity errors in default attributes only happen if the attribute is in fact defaulted.
Sections [Rules]: E15 Test ID: rmt-e2e-15e RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can contain entity reference if replacement text is whitespace
Sections [Rules]: E15 Test ID: rmt-e2e-15f RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can contain entity reference if replacement text is whitespace, even if it came from a character reference in the literal entity value
Sections [Rules]: E15 Test ID: rmt-e2e-15i RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can contain a comment
Sections [Rules]: E15 Test ID: rmt-e2e-15j RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can contain a PI
Sections [Rules]: E15 Test ID: rmt-e2e-15k RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Mixed content can contain a comment
Sections [Rules]: E15 Test ID: rmt-e2e-15l RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Mixed content can contain a PI
Sections [Rules]: E18 Test ID: rmt-e2e-18 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003External entity containing start of entity declaration is base URI for system identifier
There is an output test associated with this input file.
Sections [Rules]: E19 Test ID: rmt-e2e-19 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Parameter entities and character references are included-in-literal, but general entities are bypassed.
There is an output test associated with this input file.
Sections [Rules]: E22 Test ID: rmt-e2e-22 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003UTF-8 entities may start with a BOM
Sections [Rules]: E24 Test ID: rmt-e2e-24 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Either the built-in entity or a character reference can be used to represent greater-than after two close-square-brackets
Sections [Rules]: E29 Test ID: rmt-e2e-29 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Three-letter language codes are allowed
Sections [Rules]: E36 Test ID: rmt-e2e-36 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003An external ATTLIST declaration does not make a document non-standalone if the normalization would have been the same without the declaration
Sections [Rules]: E41 Test ID: rmt-e2e-41 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003An xml:lang attribute may be empty
Sections [Rules]: E48 Test ID: rmt-e2e-48 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003ANY content allows character data
Sections [Rules]: E50 Test ID: rmt-e2e-50 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003All line-ends are normalized, even those not passed to the application. NB this can only be tested effectively in XML 1.1, since CR is in the S production; in 1.1 we can use NEL which isn't.
Sections [Rules]: E60 Test ID: rmt-e2e-60 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Conditional sections are allowed in external parameter entities referred to from the internal subset.
Sections [Rules]: E9 Test ID: rmt-e2e-9a RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003An unused attribute default need only be syntactically correct
3.2 Invalid XML DocumentsAll conforming XML 1.0 Validating Processors are required to report recoverable errors in the case of documents which are Invalid. Such errors are violations of some validity constraint (VC).
If a validating processor does not report an error when given one of these test cases, or if the error reported is a fatal error, it is not conformant. If the error reported does not correspond to the problem listed in this test description, that could also be a conformance problem; it might instead be a faulty diagnostic.
All conforming XML 1.0 Nonvalidating Processors should accept these documents, reporting no errors.
Sections [Rules]: - Test ID: rmt-ns10-017 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: no namespaces
Sections [Rules]: 2 Test ID: rmt-ns10-027 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: using the xml prefix undeclared
Sections [Rules]: 2.1 [1] Test ID: o-p01pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no prolog
Sections [Rules]: 2.1 [1] Test ID: o-p01pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Misc items after the document
Sections [Rules]: 2.11 Test ID: rmt-030 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character in an NMTOKENS attribute; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-032 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an LSEP character in an NMTOKENS attribute; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-046 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a NEL character in element content whitespace; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.11 Test ID: rmt-048 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an LSEP character in element content whitespace; well-formed in both XML 1.0 and 1.1, but valid only in 1.1
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-015 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a "long s" in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-017 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a Byzantine Musical Symbol Kratimata in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-018 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has the last legal namechar in XML 1.1, illegal in XML 1.0 thru 4th edition
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-036 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an NMTOKENS attribute containing a NEL character that comes from a character reference in an internal entity. Because NEL is not in the S production (even though real NELs are converted to LF on input), this is invalid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-037 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has an NMTOKENS attribute containing a NEL character that comes from a character reference in an internal entity. Because NEL is not in the S production (even though real NELs are converted to LF on input), this is invalid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-052 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has element content whitespace containing a NEL character that comes from a character reference in an internal entity. Because NEL is not in the S production (even though real NELs are converted to LF on input), this is invalid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: rmt-053 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has element content whitespace containing a NEL character that comes from a character reference in an internal entity. Because NEL is not in the S production (even though real NELs are converted to LF on input), this is invalid in both XML 1.0 and 1.1.
There is an output test associated with this input file.
Sections [Rules]: 2.3 Test ID: x-rmt5-014 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionHas a "long s" in a name, legal in XML 1.1, legal in XML 1.0 5th edition
Sections [Rules]: 2.3 Test ID: x-rmt5-016 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionHas a Byzantine Musical Symbol Kratimata in a name, legal in XML 1.1, legal in XML 1.0 5th edition
Sections [Rules]: 2.3 Test ID: x-rmt5-019 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionHas the last legal namechar in XML 1.1, legal in XML 1.0 5th edition
Sections [Rules]: 2.3 [10] Test ID: o-p10pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid attribute values
Sections [Rules]: 2.3 [3] Test ID: o-p03pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998all valid S characters
Sections [Rules]: 2.3 [4] Test ID: o-p04pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998names with all valid ASCII characters, and one from each other class in NameChar
Sections [Rules]: 2.3 [4] Test ID: invalid-sa-140 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionCharacter '゚' is a CombiningChar, not a Letter, but as of 5th edition, may begin a name (c.f. xmltest/not-wf/sa/140.xml).
Sections [Rules]: 2.3 [5] Test ID: o-p05pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998various valid Name constructions
Sections [Rules]: 2.3 [5] Test ID: invalid-sa-141 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionAs of 5th edition, character #x0E5C is legal in XML names (c.f. xmltest/not-wf/sa/141.xml).
Sections [Rules]: 2.3 [6] Test ID: o-p06fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Requires at least one name.
Sections [Rules]: 2.3 [8] Test ID: o-p08fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998at least one Nmtoken is required.
Sections [Rules]: 2.3 [8] Test ID: o-p08fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998an invalid Nmtoken character.
Sections [Rules]: 2.4 2.7 [18] 3 Test ID: empty RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsCDATA section containing only white space does not match the nonterminal S, and cannot appear in these positions.
Sections [Rules]: 2.4 [14] Test ID: o-p14pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid CharData
Sections [Rules]: 2.5 [15] Test ID: o-p15pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid comments
Sections [Rules]: 2.6 [16] Test ID: o-p16pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.
Sections [Rules]: 2.6 [16] Test ID: o-p16pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.
Sections [Rules]: 2.6 [16] [17] Test ID: o-p16pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid form of Processing Instruction. Shows that whitespace character data is valid before end of processing instruction.
Sections [Rules]: 2.7 [18] Test ID: o-p18pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid CDSect's. Note that a CDStart in a CDSect is not recognized as such
Sections [Rules]: 2.8 Test ID: invalid--005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities.
Sections [Rules]: 2.8 Test ID: invalid--006 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the "Proper Declaration/PE Nesting" validity constraint by fragmenting an element declaration between two parameter entities.
Sections [Rules]: 2.8 Test ID: root RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Root Element Type VC
Sections [Rules]: 2.8 Test ID: ibm-invalid-P28-ibm28i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28The test violates VC:Root Element Type in P28. The Name in the document type declaration does not match the element type of the root element.
There is an output test associated with this input file.
Sections [Rules]: 2.8 [22] Test ID: o-p22pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998prolog can be empty
Sections [Rules]: 2.8 [22] Test ID: o-p22pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML declaration only
Sections [Rules]: 2.8 [22] Test ID: o-p22pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML decl and Misc
Sections [Rules]: 2.8 [23] Test ID: o-p23pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a valid XML declaration along with version info.
Sections [Rules]: 2.8 [23] Test ID: o-p23pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a valid XML declaration along with encoding declaration.
Sections [Rules]: 2.8 [23] Test ID: o-p23pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a valid XML declaration along with Standalone Document Declaration.
Sections [Rules]: 2.8 [23] Test ID: o-p23pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a valid XML declaration, encoding declarationand Standalone Document Declaration.
Sections [Rules]: 2.8 [24] Test ID: o-p24pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a prolog that has the VersionInfo delimited by double quotes.
Sections [Rules]: 2.8 [24] Test ID: o-p24pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows a prolog that has the VersionInfo delimited by single quotes.
Sections [Rules]: 2.8 [24] Test ID: o-p24pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows whitespace is allowed in prolog before version info.
Sections [Rules]: 2.8 [24] Test ID: o-p24pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows whitespace is allowed in prolog on both sides of equal sign.
Sections [Rules]: 2.8 [25] Test ID: o-p25pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows whitespace is NOT necessary before or after equal sign of versioninfo.
Sections [Rules]: 2.8 [25] Test ID: o-p25pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows whitespace can be used on both sides of equal sign of versioninfo.
Sections [Rules]: 2.8 [26] Test ID: o-p26pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998The valid version number. We cannot test others because a 1.0 processor is allowed to fail them.
Sections [Rules]: 2.8 [27] Test ID: o-p27pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Comments are valid as the Misc part of the prolog.
Sections [Rules]: 2.8 [27] Test ID: o-p27pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Processing Instructions are valid as the Misc part of the prolog.
Sections [Rules]: 2.8 [27] Test ID: o-p27pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid as the Misc part of the prolog.
Sections [Rules]: 2.8 [27] Test ID: o-p27pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998A combination of comments, whitespaces and processing instructions are valid as the Misc part of the prolog.
Sections [Rules]: 2.9 Test ID: inv-not-sa01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that optional whitespace causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that attributes needing normalization cause a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that attributes needing defaulting cause a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that a token attribute that needs normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that a NOTATION attribute that needs normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an NMTOKEN attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an NMTOKENS attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an ID attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa10 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an IDREF attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa11 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an IDREFS attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa12 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an ENTITY attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: inv-not-sa13 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Standalone Document Declaration VC, ensuring that an ENTITIES attribute needing normalization causes a validity error.
Sections [Rules]: 2.9 Test ID: ibm-invalid-P32-ibm32i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32This test violates VC: Standalone Document Declaration in P32. The standalone document declaration has the value yes, BUT there is an external markup declaration of attributes with default values, and the associated element appears in the document with specified values for those attributes.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-invalid-P32-ibm32i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32This test violates VC: Standalone Document Declaration in P32. The standalone document declaration has the value yes, BUT there is an external markup declaration of attributes with values that will change if normalized.
There is an output test associated with this input file.
Sections [Rules]: 2.9 Test ID: ibm-invalid-P32-ibm32i04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32This test violates VC: Standalone Document Declaration in P32. The standalone document declaration has the value yes, BUT there is an external markup declaration of element with element content, and white space occurs directly within the mixed content.
There is an output test associated with this input file.
Sections [Rules]: 2.9 [32] Test ID: o-p32pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Double quotes can be used as delimeters for the value of a Standalone Document Declaration.
Sections [Rules]: 2.9 [32] Test ID: o-p32pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Single quotes can be used as delimeters for the value of a Standalone Document Declaration.
Sections [Rules]: 3 Test ID: inv-dtd03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Element Valid" VC (clause 2) by omitting a required element.
Sections [Rules]: 3 Test ID: el01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 4) by including an undeclared child element.
Sections [Rules]: 3 Test ID: el02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 1) by including elements in an EMPTY content model.
Sections [Rules]: 3 Test ID: el03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 3) by including a child element not permitted by a mixed content model.
Sections [Rules]: 3 Test ID: el06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 1), using one of the predefined internal entities inside an EMPTY content model.
Sections [Rules]: 3 Test ID: inv-not-sa14 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsCDATA sections containing only whitespace do not match the nonterminal S, and cannot appear in these positions.
Sections [Rules]: 3 Test ID: optional01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where one is required.
Sections [Rules]: 3 Test ID: optional02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 2) for one instance of "children" content model, providing two children where one is required.
Sections [Rules]: 3 Test ID: optional03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 2) for one instance of "children" content model, providing no children where two are required.
Sections [Rules]: 3 Test ID: optional04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 2) for one instance of "children" content model, providing three children where two are required.
Sections [Rules]: 3 Test ID: optional05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional10 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional11 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional12 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional13 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional14 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional20 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional21 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional22 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional23 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional24 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests 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).
Sections [Rules]: 3 Test ID: optional25 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Element Valid VC (clause 2) for one instance of "children" content model, providing text content where one or more elements are required.
Sections [Rules]: 3 Test ID: ibm-invalid-P39-ibm39i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39This test violates VC: Element Valid in P39. Element a is declared empty in DTD, but has content in the document.
There is an output test associated with this input file.
Sections [Rules]: 3 Test ID: ibm-invalid-P39-ibm39i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39This test violates VC: Element Valid in P39. root is declared only having element children in DTD, but have text content in the document.
There is an output test associated with this input file.
Sections [Rules]: 3 Test ID: ibm-invalid-P39-ibm39i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39This test violates VC: Element Valid in P39. Illegal elements are inserted in b's content of Mixed type.
There is an output test associated with this input file.
Sections [Rules]: 3 Test ID: ibm-invalid-P39-ibm39i04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39This test violates VC: Element Valid in P39. Element c has undeclared element as its content of ANY type
There is an output test associated with this input file.
Sections [Rules]: 3 3.1 [39] [43] Test ID: o-p39pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Character data is valid element content.
Sections [Rules]: 3 3.1 [39] [44] Test ID: o-p39pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Empty element tag may be used for any element which has no content.
Sections [Rules]: 3.1 Test ID: ibm-invalid-P41-ibm41i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41This test violates VC: Attribute Value Type in P41. attr1 for Element b is not declared.
There is an output test associated with this input file.
Sections [Rules]: 3.1 Test ID: ibm-invalid-P41-ibm41i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41This test violates VC: Attribute Value Type in P41. attr3 for Element b is given a value that does not match the declaration in the DTD.
There is an output test associated with this input file.
Sections [Rules]: 3.1 2.10 Test ID: inv-required01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Attribute Value Type (declared) VC for the xml:space attribute
Sections [Rules]: 3.1 2.12 Test ID: inv-required02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Attribute Value Type (declared) VC for the xml:lang attribute
Sections [Rules]: 3.1 [40] Test ID: o-p40pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Elements content can be empty.
Sections [Rules]: 3.1 [40] Test ID: o-p40pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid within a Start-tag.
Sections [Rules]: 3.1 [40] Test ID: o-p40pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace and Multiple Attributes are valid within a Start-tag.
Sections [Rules]: 3.1 [40] [41] Test ID: o-p40pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Attributes are valid within a Start-tag.
Sections [Rules]: 3.1 [41] Test ID: o-p41pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Attributes are valid within a Start-tag.
Sections [Rules]: 3.1 [41] Test ID: o-p41pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid within a Start-tags Attribute.
Sections [Rules]: 3.1 [42] Test ID: o-p42pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Test shows proper syntax for an End-tag.
Sections [Rules]: 3.1 [42] Test ID: o-p42pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid after name in End-tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Valid display of an Empty Element Tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44pass2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Empty Element Tags can contain an Attribute.
Sections [Rules]: 3.1 [44] Test ID: o-p44pass3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid in an Empty Element Tag following the end of the attribute value.
Sections [Rules]: 3.1 [44] Test ID: o-p44pass4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace is valid after the name in an Empty Element Tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44pass5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace and Multiple Attributes are valid in an Empty Element Tag.
Sections [Rules]: 3.2 Test ID: el04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Unique Element Type Declaration VC.
Sections [Rules]: 3.2 Test ID: ibm-invalid-P45-ibm45i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45This test violates VC: Unique Element Type Declaration. Element not_unique has been declared 3 time in the DTD.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 Test ID: invalid--002 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the "Proper Group/PE Nesting" validity constraint by fragmenting a content model between two parameter entities.
Sections [Rules]: 3.2.1 Test ID: ibm-invalid-P49-ibm49i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Violates VC:Proper Group/PE Nesting in P49. Open and close parenthesis for a choice content model are in different PE replace Texts.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1 Test ID: ibm-invalid-P50-ibm50i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Violates VC:Proper Group/PE Nesting in P50. Open and close parenthesis for a seq content model are in different PE replace Texts.
There is an output test associated with this input file.
Sections [Rules]: 3.2.1, 2.2 Test ID: ibm-1-1-valid-P46-ibm46i01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test SuiteAn element with Element-Only content contains the character #x85 (NEL not a whitespace character as defined by S).
Sections [Rules]: 3.2.1, 2.2 Test ID: ibm-1-1-valid-P46-ibm46i02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test SuiteAn element with Element-Only content contains the character #x2028 (LESP not a whitespace character as defined by S).
Sections [Rules]: 3.2.2 Test ID: inv-dtd01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the No Duplicate Types VC
Sections [Rules]: 3.2.2 Test ID: el05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the No Duplicate Types VC.
Sections [Rules]: 3.2.2 Test ID: ibm-invalid-P51-ibm51i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Violates VC:Proper Group/PE Nesting in P51. Open and close parenthesis for a Mixed content model are in different PE replace Texts.
There is an output test associated with this input file.
Sections [Rules]: 3.2.2 Test ID: ibm-invalid-P51-ibm51i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Violates VC:No Duplicate Types in P51. Element a appears twice in the Mixed content model of Element e.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: id01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the ID (is a Name) VC
Sections [Rules]: 3.3.1 Test ID: id02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the ID (appears once) VC
Sections [Rules]: 3.3.1 Test ID: id03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the One ID per Element Type VC
Sections [Rules]: 3.3.1 Test ID: id04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the ID Attribute Default VC
Sections [Rules]: 3.3.1 Test ID: id05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the ID Attribute Default VC
Sections [Rules]: 3.3.1 Test ID: id06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the IDREF (is a Name) VC
Sections [Rules]: 3.3.1 Test ID: id07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the IDREFS (is a Names) VC
Sections [Rules]: 3.3.1 Test ID: id08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the IDREF (matches an ID) VC
Sections [Rules]: 3.3.1 Test ID: id09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the IDREF (IDREFS matches an ID) VC
Sections [Rules]: 3.3.1 Test ID: attr01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Entity Name" VC for the ENTITY attribute type.
Sections [Rules]: 3.3.1 Test ID: attr02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Entity Name" VC for the ENTITIES attribute type.
Sections [Rules]: 3.3.1 Test ID: attr03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Notation Attributes" VC for the NOTATION attribute type, first clause: value must be one of the ones that's declared.
Sections [Rules]: 3.3.1 Test ID: attr04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Notation Attributes" VC for the NOTATION attribute type, second clause: the names in the declaration must all be declared.
Sections [Rules]: 3.3.1 Test ID: attr05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Name Token" VC for the NMTOKEN attribute type.
Sections [Rules]: 3.3.1 Test ID: attr06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Name Token" VC for the NMTOKENS attribute type.
Sections [Rules]: 3.3.1 Test ID: attr07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Enumeration" VC by providing a value which wasn't one of the choices.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ID. The value of the ID attribute "UniqueName" is "@999" which does not meet the Name production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ID. The two ID attributes "attr" and "UniqueName" have the same value "Ac999" for the element "b" and the element "tokenizer".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The "#FIXED" occurs in the DefaultDecl for the ID attribute "UniqueName".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ID Attribute Default. The constant string "BOGUS" occurs in the DefaultDecl for the ID attribute "UniqueName".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: One ID per Element Type. The element "a" has two ID attributes "first" and "second".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: IDREF. The value of the IDREF attribute "reference" is "@456" which does not meet the Name production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: IDREF. The value of the IDREF attribute "reference" is "BC456" which does not match the value assigned to any ID attributes.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: IDREFS. The value of the IDREFS attribute "reference" is "AC456 #567" which does not meet the Names production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: IDREFS. The value of the IDREFS attribute "reference" is "EF456 DE355" which does not match the values assigned to two ID attributes.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of the ENTITY attribute "sun" is "ima ge" which does not meet the Name production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of the ENTITY attribute "sun" is "notimage" which does not match the name of any unparsed entity declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of the ENTITY attribute "sun" is "parsedentity" which matches the name of a parsed entity instead of an unparsed entity declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Entity Name. The value of the ENTITIES attribute "sun" is "#image1 @image" which does not meet the Names production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ENTITIES. The value of the ENTITIES attribute "sun" is "image3 image4" which does not match the names of two unparsed entities declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: ENTITIES. The value of the ENTITIES attribute "sun" is "parsedentity1 parsedentity2" which matches the names of two parsed entities instead of two unparsed entities declared.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i17.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Name Token. The value of the NMTOKEN attribute "thistoken" is "x : image" which does not meet the Nmtoken production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P56-ibm56i18.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests invalid TokenizedType which is against P56 VC: Name Token. The value of the NMTOKENS attribute "thistoken" is "@lang y: #country" which does not meet the Nmtokens production.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P58-ibm58i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests invalid NotationType which is against P58 VC: Notation Attributes. The attribute "content-encoding" with value "raw" is not a value from the list "(base64|uuencode)".
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P58-ibm58i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests invalid NotationType which is against P58 VC: Notation Attributes. The attribute "content-encoding" with value "raw" is a value from the list "(base64|uuencode|raw|ascii)", but "raw" is not a declared notation.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 Test ID: ibm-invalid-P59-ibm59i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests invalid Enumeration which is against P59 VC: Enumeration. The value of the attribute is "ONE" which matches neither "one" nor "two" as declared in the Enumeration in the AttDef in the AttlistDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3.1 [58] [59] Errata [E2] Test ID: o-e2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Validity Constraint: No duplicate tokens
Sections [Rules]: 3.3.2 Test ID: inv-required00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the Required Attribute VC.
Sections [Rules]: 3.3.2 Test ID: attr08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Fixed Attribute Default" VC by providing the wrong value.
Sections [Rules]: 3.3.2 Test ID: attr09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal IDREF value.
Sections [Rules]: 3.3.2 Test ID: attr10 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal IDREFS value.
Sections [Rules]: 3.3.2 Test ID: attr11 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal ENTITY value.
Sections [Rules]: 3.3.2 Test ID: attr12 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal ENTITIES value.
Sections [Rules]: 3.3.2 Test ID: attr13 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal NMTOKEN value.
Sections [Rules]: 3.3.2 Test ID: attr14 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal NMTOKENS value.
Sections [Rules]: 3.3.2 Test ID: attr15 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal NOTATIONS value.
Sections [Rules]: 3.3.2 Test ID: attr16 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Attribute Default Legal" VC by providing an illegal enumeration value.
Sections [Rules]: 3.3.2 Test ID: ibm-invalid-P60-ibm60i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests invalid DefaultDecl which is against P60 VC: Required Attribute. The attribute "chapter" for the element "two" is declared as #REQUIRED in the DefaultDecl in the AttlistDecl, but the value of this attribute is not given.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-invalid-P60-ibm60i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests invalid DefaultDecl which is against P60 VC: Fixed Attribute Default.. The attribute "chapter" for the element "one" is declared as #FIXED with the given value "Introduction" in the DefaultDecl in the AttlistDecl, but the value of a instance of this attribute is assigned to "JavaBeans".
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-invalid-P60-ibm60i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests invalid DefaultDecl which is against P60 VC: Attribute Default Legal. The declared default value "c" is not legal for the type (a|b) in the AttDef in the AttlistDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.3.2 Test ID: ibm-invalid-P60-ibm60i04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests invalid DefaultDecl which is against P60 VC: Attribute Default Legal. The declared default value "@#$" is not legal for the type NMTOKEN the AttDef in the AttlistDecl.
There is an output test associated with this input file.
Sections [Rules]: 3.4 [62] Test ID: invalid-not-sa-022 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Test the "Proper Conditional Section/ PE Nesting" validity constraint.
There is an output test associated with this input file.
Sections [Rules]: 4 Test ID: rmt-ns10-019 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: prefixed element
Sections [Rules]: 4 Test ID: rmt-ns10-020 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: prefixed attribute
Sections [Rules]: 4.1 [66] Test ID: o-p66pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid character references
Sections [Rules]: 4.2 [74] Test ID: o-p74pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998PEDef is either an entity value or an external id
Sections [Rules]: 4.2.2 Test ID: inv-dtd02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests the "Notation Declared" VC by using an undeclared notation name.
Sections [Rules]: 4.2.2 Test ID: ibm-invalid-P76-ibm76i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests invalid NDataDecl which is against P76 VC: Notation declared. The Name "JPGformat" in the NDataDecl in the EntityDecl for "ge2" does not match the Name of any declared notation.
There is an output test associated with this input file.
Sections [Rules]: 4.2.2 [75] Test ID: o-p75pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998valid external identifiers
Sections [Rules]: 4.3.3 Test ID: invalid-bo-1 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionByte order mark in general entity should go away (big-endian)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 Test ID: invalid-bo-2 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionByte order mark in general entity should go away (little-endian)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 Test ID: invalid-bo-3 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionByte order mark in general entity should go away (utf-8)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 Test ID: invalid-bo-4 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTwo byte order marks in general entity produce only one (big-endian)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 Test ID: invalid-bo-5 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTwo byte order marks in general entity produce only one (little-endian)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 Test ID: invalid-bo-6 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTwo byte order marks in general entity produce only one (utf-8)
There is an output test associated with this input file.
Sections [Rules]: 4.3.3 2.8 Test ID: utf16b RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests reading an invalid "big endian" UTF-16 document
Sections [Rules]: 4.3.3 2.8 Test ID: utf16l RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsTests reading an invalid "little endian" UTF-16 document
Sections [Rules]: 5.1 Test ID: rmt-ns10-024 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: prefix rebinding
Sections [Rules]: 5.2 Test ID: rmt-ns10-018 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: default namespace
Sections [Rules]: 5.2 Test ID: rmt-ns10-021 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: default namespace and unbinding
Sections [Rules]: 5.2 Test ID: rmt-ns10-022 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Simple legal case: default namespace and rebinding
Sections [Rules]: 5.3 Test ID: rmt-ns10-037 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: different attributes with same local name
Sections [Rules]: 5.3 Test ID: rmt-ns10-038 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: prefixed and unprefixed attributes with same local name
Sections [Rules]: 5.3 Test ID: rmt-ns10-039 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: prefixed and unprefixed attributes with same local name, with default namespace
Sections [Rules]: 5.3 Test ID: rmt-ns10-040 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: prefixed and unprefixed attributes with same local name, with default namespace and element in default namespace
Sections [Rules]: 5.3 Test ID: rmt-ns10-041 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: prefixed and unprefixed attributes with same local name, element in same namespace as prefixed attribute
Sections [Rules]: 6.1 Test ID: rmt-ns11-003 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 20031.1 style prefix unbinding
Sections [Rules]: 6.1 Test ID: rmt-ns11-004 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 20031.1 style prefix unbinding and rebinding
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x0EC7 occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n07.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x3006 occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x3030 occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x3036 occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x309C occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x309F occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: B. Test ID: ibm-invalid-P89-ibm89n12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests Extender with an only legal per 5th edition character. The character #x30FF occurs as the second character in the PITarget in the PI in the prolog, and in an element name.
Sections [Rules]: E06 Test ID: rmt-e3e-06a RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for IDREF attributes must match Name.
Sections [Rules]: E06 Test ID: rmt-e3e-06b RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for ENTITY attributes must match Name.
Sections [Rules]: E06 Test ID: rmt-e3e-06c RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for IDREFS attributes must match Names.
Sections [Rules]: E06 Test ID: rmt-e3e-06d RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for ENTITIES attributes must match Names.
Sections [Rules]: E06 Test ID: rmt-e3e-06e RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for NMTOKEN attributes must match Nmtoken.
Sections [Rules]: E06 Test ID: rmt-e3e-06f RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for NMTOKENS attributes must match Nmtokens.
Sections [Rules]: E06 Test ID: rmt-e3e-06g RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for NOTATION attributes must match one of the enumerated values.
Sections [Rules]: E06 Test ID: rmt-e3e-06h RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for enumerated attributes must match one of the enumerated values.
Sections [Rules]: E13 Test ID: rmt-e3e-13 RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Even internal parameter entity references are enough to make undeclared entities into mere validity errors rather than well-formedness errors.
Sections [Rules]: E14 Test ID: rmt-e2e-14 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Declarations mis-nested wrt parameter entities are just validity errors (but note that some parsers treat some such errors as fatal)
Sections [Rules]: E15 Test ID: rmt-e2e-15a RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Empty content can't contain an entity reference
Sections [Rules]: E15 Test ID: rmt-e2e-15b RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Empty content can't contain a comment
Sections [Rules]: E15 Test ID: rmt-e2e-15c RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Empty content can't contain a PI
Sections [Rules]: E15 Test ID: rmt-e2e-15d RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Empty content can't contain whitespace
Sections [Rules]: E15 Test ID: rmt-e2e-15g RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can't contain character reference to whitespace
Sections [Rules]: E15 Test ID: rmt-e2e-15h RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Element content can't contain entity reference if replacement text is character reference to whitespace
Sections [Rules]: E2 Test ID: rmt-e2e-2a RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Duplicate token in enumerated attribute declaration
Sections [Rules]: E2 Test ID: rmt-e2e-2b RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Duplicate token in NOTATION attribute declaration
Sections [Rules]: E20 Test ID: rmt-e2e-20 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Tokens, after normalization, must be separated by space, not other whitespace characters
Sections [Rules]: E9 Test ID: rmt-e2e-9b RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003An attribute default must be syntactically correct even if unused
Sections [Rules]: NE05 Test ID: rmt-ns10-028 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: declaring the xml prefix correctly
Sections [Rules]: NE05 Test ID: rmt-ns10-034 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: binding a reserved prefix
Sections [Rules]: NE08 Test ID: rmt-ns10-045 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Colon in ID attribute name
Sections [Rules]: NE08 Test ID: rmt-ns10-046 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Colon in ID attribute name
3.3 Documents that are Not Well FormedAll conforming XML 1.0 Processors are required to report fatal errors in the case of documents which are not Well Formed. Such errors are basically of two types: (a) the document violates the XML grammar; or else (b) it violates a well formedness constraint (WFC). There is a single exception to that requirement: nonvalidating processors which do not read certain types of external entities are not required to detect (and hence report) these errors.
If a processor does not report a fatal error when given one of these test cases, it is not conformant. If the error reported does not correspond to the problem listed in this test description, that could also be a conformance problem; it might instead be a faulty diagnostic.
Sections [Rules]: 1 Test ID: rmt-ns10-009 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace equality test: plain repetition
Sections [Rules]: 1 Test ID: rmt-ns10-010 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace equality test: use of character reference
Sections [Rules]: 1 Test ID: rmt-ns10-011 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace equality test: use of entity reference
Sections [Rules]: 1 Test ID: rmt-ns10-012 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace inequality test: equal after attribute value normalization
Sections [Rules]: 2 Test ID: rmt-ns10-016 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Bad QName syntax: xmlns:
Sections [Rules]: 2 Test ID: rmt-ns10-023 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Illegal use of 1.1-style prefix unbinding in 1.0 document
Sections [Rules]: 2.1 Test ID: ibm-not-wf-P01-ibm01n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 1Tests a document with no element. A well-formed document should have at lease one elements.
Sections [Rules]: 2.1 Test ID: ibm-not-wf-P01-ibm01n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 1Tests a document with wrong ordering of its prolog and element. The element occurs before the xml declaration and the DTD.
Sections [Rules]: 2.1 Test ID: ibm-not-wf-P01-ibm01n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 1Tests a document with wrong combination of misc and element. One PI occurs between two elements.
Sections [Rules]: 2.1 [1] Test ID: not-wf-sa-050 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Empty document, with no root element.
Sections [Rules]: 2.1 [1] Test ID: o-p01fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S cannot occur before the prolog
Sections [Rules]: 2.1 [1] Test ID: o-p01fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998comments cannot occur before the prolog
Sections [Rules]: 2.1 [1] Test ID: o-p01fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only one document element
Sections [Rules]: 2.1 [1] Test ID: o-p01fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998document element must be complete.
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x00
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x01
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x02
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x03
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x04
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x05
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x06
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x07
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x08
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x0B
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x0C
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x0E
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x0F
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x10
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x11
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x12
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n17.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x13
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n18.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x14
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n19.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x15
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n20.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x16
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n21.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x17
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n22.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x18
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n23.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x19
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n24.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1A
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n25.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1B
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n26.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1C
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n27.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1D
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n28.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1E
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n29.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #x1F
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n30.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #xD800
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n31.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #xDFFF
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n32.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #xFFFE
Sections [Rules]: 2.2 Test ID: ibm-not-wf-P02-ibm02n33.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 2Tests a comment which contains an illegal Char: #xFFFF
Sections [Rules]: 2.2 Test ID: rmt-011 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C1 control, legal in XML 1.0, illegal in XML 1.1
Sections [Rules]: 2.2 Test ID: rmt-013 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a DEL, legal in XML 1.0, illegal in XML 1.1
Sections [Rules]: 2.2 Test ID: rmt-038 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C0 control character (form-feed), illegal in both XML 1.0 and 1.1
Sections [Rules]: 2.2 Test ID: rmt-039 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C0 control character (form-feed), illegal in both XML 1.0 and 1.1
Sections [Rules]: 2.2 Test ID: rmt-041 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a C1 control character (partial line up), legal in XML 1.0 but not 1.1
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-030 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A form feed is not a legal XML character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-031 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A form feed is not a legal XML character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-032 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A form feed is not a legal XML character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-033 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998An ESC (octal 033) is not a legal XML character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-034 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A form feed is not a legal XML character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-142 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character #x0000 is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-143 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character #x001F is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-144 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character #xFFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-145 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character #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.)
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-146 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character references must also refer to legal XML characters; #x00110000 is one more than the largest legal character.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-166 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-167 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFE is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-168 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998An unpaired surrogate (D800) is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-169 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998An unpaired surrogate (DC00) is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-170 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Four 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.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-171 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-172 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-173 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-174 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-175 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: not-wf-sa-177 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character FFFF is not legal anywhere in an XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail10 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail11 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail12 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail13 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail14 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail15 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail16 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail17 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail18 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail19 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail20 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail21 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail22 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail23 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail24 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail25 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail26 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail27 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail28 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail29 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail30 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail31 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail7 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail8 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2 [2] Test ID: o-p02fail9 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x2.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x3.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x4.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x5.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x6.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n07.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x7.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n08.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n09.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x0.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n10.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x100.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n11.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x0B.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n12.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x0C.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n14.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x0E.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n15.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x0F.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n16.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x10.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n17.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x11.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n18.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x12.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n19.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x13.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n20.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x14.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n21.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x15.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n22.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x16.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n23.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x17.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n24.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x18.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n25.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x19.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n26.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1A.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n27.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1B.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n28.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1C.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n29.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1D.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n30.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1E.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n31.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x1F.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n32.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x7F.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n33.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x80.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n34.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x81.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n35.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x82.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n36.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x83.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n37.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x84.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n38.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control characters x82, x83 and x84.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n39.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x86.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n40.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x87.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n41.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x88.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n42.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x89.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n43.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8A.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n44.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8B.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n45.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8C.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n46.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8D.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n47.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8E.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n48.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x8F.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n49.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x90.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n50.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x91.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n51.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x92.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n52.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x93.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n53.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x94.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n54.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x95.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n55.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x96.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n56.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x97.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n57.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x98.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n58.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x99.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n59.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x9A.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n60.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x9B.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n61.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x9C.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n62.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x9D.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n63.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control character 0x9E.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n64.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control characters present in an external entity.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n65.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control characters present in an external entity.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n66.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded control characters present in an external entity.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n67.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded character 0xD800. (Invalid UTF8 sequence)
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n68.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded character 0xFFFE.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n69.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains embeded character 0xFFFF.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n70.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains a reference to character 0xFFFE.
Sections [Rules]: 2.2,4.1 Test ID: ibm-1-1-not-wf-P02-ibm02n71.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 2This test contains a reference to character 0xFFFF.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P03-ibm03n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 3Tests an end tag which contains an illegal space character #x3000 which follows the element name "book".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x21
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x28
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x29
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x2B
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x2C
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x2F
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x3B
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x3C
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x3D
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x3F
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x5B
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x5C
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x5D
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x5E
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x60
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x7B
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n17.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x7C
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P04-ibm04n18.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 4Tests an element name which contains an illegal ASCII NameChar. "IllegalNameChar" is followed by #x7D
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P05-ibm05n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 5Tests an element name which has an illegal first character. An illegal first character "." is followed by "A_name-starts_with.".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P05-ibm05n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 5Tests an element name which has an illegal first character. An illegal first character "-" is followed by "A_name-starts_with-".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P05-ibm05n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 5Tests an element name which has an illegal first character. An illegal first character "5" is followed by "A_name-starts_with_digit".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P09-ibm09n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests an internal general entity with an invalid value. The entity "Fullname" contains "%".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P09-ibm09n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests an internal general entity with an invalid value. The entity "Fullname" contains the ampersand character.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P09-ibm09n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests an internal general entity with an invalid value. The entity "Fullname" contains the double quote character in the middle.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P09-ibm09n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 9Tests an internal general entity with an invalid value. The closing bracket (double quote) is missing with the value of the entity "FullName".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the character "less than".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the character ampersand.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the double quote character in the middle.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The closing bracket (double quote) is missing with The value of the attribute "first".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the character "less than".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the character ampersand.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The value of the attribute "first" contains the double quote character in the middle.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P10-ibm10n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 10Tests an attribute with an invalid value. The closing bracket (single quote) is missing with the value of the attribute "first".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P11-ibm11n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests SystemLiteral. The systemLiteral for the element "student" has a double quote character in the middle.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P11-ibm11n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests SystemLiteral. The systemLiteral for the element "student" has a single quote character in the middle.
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P11-ibm11n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests SystemLiteral. The closing bracket (double quote) is missing with the systemLiteral for the element "student".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P11-ibm11n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 11Tests SystemLiteral. The closing bracket (single quote) is missing with the systemLiteral for the element "student".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P12-ibm12n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests PubidLiteral. The closing bracket (double quote) is missing with the value of the PubidLiteral for the entity "info".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P12-ibm12n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests PubidLiteral. The value of the PubidLiteral for the entity "info" has a single quote character in the middle..
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P12-ibm12n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 12Tests PubidLiteral. The closing bracket (single quote) is missing with the value of the PubidLiteral for the entity "info".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P13-ibm13n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 13Tests PubidChar. The pubidChar of the PubidLiteral for the entity "info" contains the character "{".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P13-ibm13n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 13Tests PubidChar. The pubidChar of the PubidLiteral for the entity "info" contains the character "~".
Sections [Rules]: 2.3 Test ID: ibm-not-wf-P13-ibm13n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 13Tests PubidChar. The pubidChar of the PubidLiteral for the entity "info" contains the character double quote in the middle.
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #x300
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x333
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x369
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x37E
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2000
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2001
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n07.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2002
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n08.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2005
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n09.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x200B
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n10.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x200E
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n11.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x200F
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n12.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2069
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n13.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2190
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n14.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x23FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n15.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x280F
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n16.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2A00
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n17.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2EDC
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n18.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2B00
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n19.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x2BFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n20.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0x3000
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n21.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xD800
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n22.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xD801
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n23.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xDAFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n24.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xDFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n25.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xEFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n26.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xF1FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n27.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xF8FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04-ibm04n28.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4Tests an element with an illegal NameStartChar: #0xFFFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #xB8
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xA1
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xAF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x37E
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2000
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2001
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an07.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2002
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an08.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2005
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an09.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x200B
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an10.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x200E
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an11.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2038
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an12.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2041
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an13.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2190
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an14.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x23FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an15.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x280F
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an16.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2A00
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an17.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xFDD0
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an18.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xFDEF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an19.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x2FFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an20.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0x3000
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an21.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xD800
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an22.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xD801
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an23.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xDAFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an24.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xDFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an25.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xEFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an26.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xF1FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an27.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xF8FF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P04a-ibm04an28.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 4aTests an element with an illegal NameChar: #0xFFFFF
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n01.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #0x0B
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n02.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #0x300
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n03.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #0x36F
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n04.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #0x203F
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n05.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #x2040
Sections [Rules]: 2.3 Test ID: ibm-1-1-not-wf-P05-ibm05n06.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 5Tests an element with an illegal Name containing #0xB7
Sections [Rules]: 2.3 Test ID: rmt-014 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a "long s" in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
Sections [Rules]: 2.3 Test ID: rmt-016 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a Byzantine Musical Symbol Kratimata in a name, legal in XML 1.1, illegal in XML 1.0 thru 4th edition
Sections [Rules]: 2.3 Test ID: rmt-019 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has the last legal namechar in XML 1.1, illegal in XML 1.0 thru 4th edition
Sections [Rules]: 2.3 Test ID: rmt-020 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has the first character after the last legal namechar in XML 1.1, illegal in both XML 1.0 and 1.1
Sections [Rules]: 2.3 Test ID: rmt-021 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has the first character after the last legal namechar in XML 1.1, illegal in both XML 1.0 and 1.1
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x333
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x369
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x37E
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2000
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2001
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n07.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2002
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2005
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x200B
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x200E
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x200F
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2069
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n13.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2190
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n14.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x23FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n15.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x280F
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n16.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2A00
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n17.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2EDC
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n18.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2B00
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n19.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x2BFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n20.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0x3000
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n21.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xD800
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n22.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xD801
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n23.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xDAFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n24.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xDFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n25.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xEFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n26.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xF1FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n27.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xF8FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04-ibm04n28.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameStartChar: #0xFFFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #xB8
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xA1
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xAF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x37E
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2000
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2001
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an07.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2002
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an08.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2005
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an09.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x200B
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an10.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x200E
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an11.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2038
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an12.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2041
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an13.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2190
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an14.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x23FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an15.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x280F
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an16.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2A00
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an17.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xFDD0
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an18.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xFDEF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an19.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x2FFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an20.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0x3000
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an21.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xD800
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an22.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xD801
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an23.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xDAFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an24.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xDFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an25.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xEFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an26.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xF1FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an27.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xF8FF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P04a-ibm04an28.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal NameChar: #0xFFFFF
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n01.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #0x0B
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n02.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #0x300
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n03.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #0x36F
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n04.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #0x203F
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n05.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #x2040
Sections [Rules]: 2.3 Test ID: x-ibm-1-0.5-not-wf-P05-ibm05n06.xml RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionTests an element with an illegal Name containing #0xB7
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-012 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998SGML-ism: attribute values must be quoted in all cases.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-013 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The quotes on both ends of an attribute value must match.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-014 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values may not contain literal '<' characters.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-020 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values may not contain literal '&' characters except as part of an entity reference.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-021 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values may not contain literal '&' characters except as part of an entity reference.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-088 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values are terminated by literal quote characters, and any entity expansion is done afterwards.
Sections [Rules]: 2.3 [10] Test ID: not-wf-sa-090 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attributes may not contain a literal "<" character; this one has one because of reference expansion.
Sections [Rules]: 2.3 [10] Test ID: o-p10fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998attribute values exclude '<'
Sections [Rules]: 2.3 [10] Test ID: o-p10fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998attribute values exclude '&'
Sections [Rules]: 2.3 [10] Test ID: o-p10fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.3 [11] Test ID: o-p11fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.3 [11] Test ID: o-p11fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998cannot contain delimiting quotes
Sections [Rules]: 2.3 [12] Test ID: pubid01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal entity ref in public ID
Sections [Rules]: 2.3 [12] Test ID: pubid02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal characters in public ID
Sections [Rules]: 2.3 [12] Test ID: pubid03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal characters in public ID
Sections [Rules]: 2.3 [12] Test ID: pubid04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal characters in public ID
Sections [Rules]: 2.3 [12] Test ID: pubid05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML-ism: public ID without system ID
Sections [Rules]: 2.3 [12] Test ID: o-p12fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'"' excluded
Sections [Rules]: 2.3 [12] Test ID: o-p12fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'\' excluded
Sections [Rules]: 2.3 [12] Test ID: o-p12fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998entity references excluded
Sections [Rules]: 2.3 [12] Test ID: o-p12fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'>' excluded
Sections [Rules]: 2.3 [12] Test ID: o-p12fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'<' excluded
Sections [Rules]: 2.3 [12] Test ID: o-p12fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998built-in entity refs excluded
Sections [Rules]: 2.3 [13] Test ID: not-wf-sa-085 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Public IDs may not contain "[".
Sections [Rules]: 2.3 [13] Test ID: not-wf-sa-086 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Public IDs may not contain "[".
Sections [Rules]: 2.3 [13] Test ID: not-wf-sa-087 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Public IDs may not contain "[".
Sections [Rules]: 2.3 [13] Test ID: o-p12fail7 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998The public ID has a tab character, which is disallowed
Sections [Rules]: 2.3 [3] Test ID: o-p03fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail10 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail11 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail12 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail13 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail14 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail15 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail16 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail17 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail18 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail19 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail20 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail21 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail22 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail23 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail24 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail25 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail26 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail27 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail28 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail29 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail7 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail8 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [3] Test ID: o-p03fail9 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Use of illegal character within XML document.
Sections [Rules]: 2.3 [4] Test ID: not-wf-sa-002 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Names may not start with "."; it's not a Letter.
Sections [Rules]: 2.3 [4] Test ID: not-wf-sa-140 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character '゚' is a CombiningChar, not a Letter, and so may not begin a name.
Sections [Rules]: 2.3 [4] Test ID: o-p04fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Name contains invalid character.
Sections [Rules]: 2.3 [4] Test ID: o-p04fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Name contains invalid character.
Sections [Rules]: 2.3 [4] Test ID: o-p04fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Name contains invalid character.
Sections [Rules]: 2.3 [5] Test ID: not-wf-sa-008 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Entity references must include names, which don't begin with '.' (it's not a Letter or other name start character).
Sections [Rules]: 2.3 [5] Test ID: not-wf-sa-023 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Digits are not valid name start characters.
Sections [Rules]: 2.3 [5] Test ID: not-wf-sa-024 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Digits are not valid name start characters.
Sections [Rules]: 2.3 [5] Test ID: not-wf-sa-141 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character #x0E5C is not legal in XML names.
Sections [Rules]: 2.3 [5] Test ID: o-p05fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a Name cannot start with a digit
Sections [Rules]: 2.3 [5] Test ID: o-p05fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a Name cannot start with a '.'
Sections [Rules]: 2.3 [5] Test ID: o-p05fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a Name cannot start with a "-"
Sections [Rules]: 2.3 [5] Test ID: o-p05fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a Name cannot start with a CombiningChar
Sections [Rules]: 2.3 [5] Test ID: o-p05fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a Name cannot start with an Extender
Sections [Rules]: 2.3 [9] Test ID: not-wf-sa-113 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter entity values must use valid reference syntax; this reference is malformed.
Sections [Rules]: 2.3 [9] Test ID: not-wf-sa-114 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998General entity values must use valid reference syntax; this reference is malformed.
Sections [Rules]: 2.3 [9] Test ID: not-wf-sa-159 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Uses '&' unquoted in an entity declaration, which is illegal syntax for an entity reference.
Sections [Rules]: 2.3 [9] Test ID: o-p09fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998EntityValue excludes '%'
Sections [Rules]: 2.3 [9] Test ID: o-p09fail2 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998EntityValue excludes '&'
Sections [Rules]: 2.3 [9] Test ID: o-p09fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998incomplete character reference
Sections [Rules]: 2.3 [9] Test ID: o-p09fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.3 [9] Test ID: o-p09fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.4 Test ID: ibm-not-wf-P14-ibm14n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Tests CharData. The content of the element "student" contains the sequence close-bracket close-bracket greater-than.
Sections [Rules]: 2.4 Test ID: ibm-not-wf-P14-ibm14n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Tests CharData. The content of the element "student" contains the character "less than".
Sections [Rules]: 2.4 Test ID: ibm-not-wf-P14-ibm14n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 14Tests CharData. The content of the element "student" contains the character ampersand.
Sections [Rules]: 2.4 [14] Test ID: not-wf-sa-025 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Text may not contain a literal ']]>' sequence.
Sections [Rules]: 2.4 [14] Test ID: not-wf-sa-026 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Text may not contain a literal ']]>' sequence.
Sections [Rules]: 2.4 [14] Test ID: not-wf-sa-029 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Text may not contain a literal ']]>' sequence.
Sections [Rules]: 2.4 [14] Test ID: o-p14fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'<' excluded
Sections [Rules]: 2.4 [14] Test ID: o-p14fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998'&' excluded
Sections [Rules]: 2.4 [14] Test ID: o-p14fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"]]>" excluded
Sections [Rules]: 2.5 Test ID: ibm-not-wf-P15-ibm15n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment. The text of the second comment contains the character "-".
Sections [Rules]: 2.5 Test ID: ibm-not-wf-P15-ibm15n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment. The second comment has a wrong closing sequence "-(greater than)".
Sections [Rules]: 2.5 Test ID: ibm-not-wf-P15-ibm15n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment. The second comment has a wrong beginning sequence "(less than)!-".
Sections [Rules]: 2.5 Test ID: ibm-not-wf-P15-ibm15n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 15Tests comment. The closing sequence is missing with the second comment.
Sections [Rules]: 2.5 [15] Test ID: not-wf-sa-027 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Comments must be terminated with "-->".
Sections [Rules]: 2.5 [15] Test ID: sgml03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsComments may not contain "--"
Sections [Rules]: 2.5 [15] Test ID: o-p15fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998comments can't end in '-'
Sections [Rules]: 2.5 [15] Test ID: o-p15fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998one comment per comment (contrasted with SGML)
Sections [Rules]: 2.5 [15] Test ID: o-p15fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998can't include 2 or more adjacent '-'s
Sections [Rules]: 2.5 [16] Test ID: not-wf-sa-006 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML comments may not contain "--"
Sections [Rules]: 2.5 [16] Test ID: not-wf-sa-070 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML comments may not contain "--"
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P16-ibm16n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI. The content of the PI includes the sequence "?(greater than)?".
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P16-ibm16n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI. The PITarget is missing in the PI.
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P16-ibm16n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI. The PI has a wrong closing sequence ">".
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P16-ibm16n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 16Tests PI. The closing sequence is missing in the PI.
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P17-ibm17n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 17Tests PITarget. The PITarget contains the string "XML".
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P17-ibm17n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 17Tests PITarget. The PITarget contains the string "xML".
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P17-ibm17n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 17Tests PITarget. The PITarget contains the string "xml".
Sections [Rules]: 2.6 Test ID: ibm-not-wf-P17-ibm17n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 17Tests PITarget. The PITarget contains the string "xmL".
Sections [Rules]: 2.6 [16] Test ID: not-wf-sa-003 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Processing Instruction target name is required.
Sections [Rules]: 2.6 [16] Test ID: not-wf-sa-004 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998SGML-ism: processing instructions end in '?>' not '>'.
Sections [Rules]: 2.6 [16] Test ID: not-wf-sa-005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Processing instructions end in '?>' not '?'.
Sections [Rules]: 2.6 [16] Test ID: not-wf-sa-028 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Processing instructions must end with '?>'.
Sections [Rules]: 2.6 [16] Test ID: pi RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsNo space between PI target name and data
Sections [Rules]: 2.6 [16] Test ID: o-p16fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"xml" is an invalid PITarget
Sections [Rules]: 2.6 [16] Test ID: o-p16fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998a PITarget must be present
Sections [Rules]: 2.6 [16] Test ID: o-p16fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S after PITarget is required
Sections [Rules]: 2.6 [17] Test ID: not-wf-sa-157 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998'<?xmL ...?>' is not a legal processing instruction target name.
Sections [Rules]: 2.6 [17] Test ID: not-wf-not-sa-002 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Processing instruction target names may not be "XML" in any combination of cases.
Sections [Rules]: 2.6 [17] Test ID: not-wf-ext-sa-003 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Only one text declaration is permitted; a second one looks like an illegal processing instruction (target names of "xml" in any case are not allowed).
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P18-ibm18n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 18Tests CDSect. The CDStart is missing in the CDSect in the content of element "student".
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P18-ibm18n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 18Tests CDSect. The CDEnd is missing in the CDSect in the content of element "student".
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P19-ibm19n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 19Tests CDStart. The CDStart contains a lower case string "cdata".
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P19-ibm19n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 19Tests CDStart. The CDStart contains an extra character "[".
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P19-ibm19n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 19Tests CDStart. The CDStart contains a wrong character "?".
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P20-ibm20n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 20Tests CDATA with an illegal sequence. The CDATA contains the sequence close-bracket close-bracket greater-than.
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P21-ibm21n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 21Tests CDEnd. One "]" is missing in the CDEnd.
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P21-ibm21n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 21Tests CDEnd. An extra "]" is placed in the CDEnd.
Sections [Rules]: 2.7 Test ID: ibm-not-wf-P21-ibm21n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 21Tests CDEnd. A wrong character ")" is placed in the CDEnd.
Sections [Rules]: 2.7 Test ID: not-wf-sa-105 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid placement of CDATA section.
Sections [Rules]: 2.7 [18] Test ID: not-wf-sa-017 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998CDATA sections need a terminating ']]>'.
Sections [Rules]: 2.7 [18] Test ID: not-wf-sa-051 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998CDATA is invalid at top level of document.
Sections [Rules]: 2.7 [18] Test ID: not-wf-sa-128 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid CDATA syntax.
Sections [Rules]: 2.7 [18] Test ID: o-p18fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no space before "CDATA"
Sections [Rules]: 2.7 [18] Test ID: o-p18fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no space after "CDATA"
Sections [Rules]: 2.7 [18] Test ID: o-p18fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998CDSect's can't nest
Sections [Rules]: 2.7 [19] Test ID: not-wf-sa-018 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998CDATA sections begin with a literal '<![CDATA[', no space.
Sections [Rules]: 2.7 [19] Test ID: not-wf-sa-108 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998No space in '<![CDATA['.
Sections [Rules]: 2.7 [19] Test ID: not-wf-sa-112 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998CDATA sections start '<![CDATA[', not '<!cdata['.
Sections [Rules]: 2.8 Test ID: not-wf-sa-160 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.
Sections [Rules]: 2.8 Test ID: not-wf-sa-161 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.
Sections [Rules]: 2.8 Test ID: not-wf-sa-162 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Violates the PEs in Internal Subset WFC by using a PE reference within a declaration.
Sections [Rules]: 2.8 Test ID: not-wf-not-sa-009 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998This test violates WFC:PE Between Declarations in Production 28a. The last character of a markup declaration is not contained in the same parameter-entity text replacement.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P22-ibm22n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with wrong field ordering. The XMLDecl occurs after the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P22-ibm22n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with wrong field ordering. The Misc (comment) occurs before the XMLDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P22-ibm22n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 22Tests prolog with wrong field ordering. The XMLDecl occurs after the DTD and a comment. The other comment occurs before the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with a required field missing. The Versioninfo is missing in the XMLDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with wrong field ordering. The VersionInfo occurs after the EncodingDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with wrong field ordering. The VersionInfo occurs after the SDDecl and the SDDecl occurs after the VersionInfo.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with wrong key word. An upper case string "XML" is used as the key word in the XMLDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with a wrong closing sequence ">".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P23-ibm23n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 23Tests XMLDecl with a wrong opening sequence "(less than)!".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with a required field missing. The VersionNum is missing in the VersionInfo in the XMLDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with a required field missing. The white space is missing between the key word "xml" and the VersionInfo in the XMLDecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with a required field missing. The "=" (equal sign) is missing between the key word "version" and the VersionNum.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with wrong field ordering. The VersionNum occurs before "=" and "version".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with wrong field ordering. The "=" occurs after "version" and the VersionNum.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with the wrong key word "Version".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with the wrong key word "versioN".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with mismatched quotes around the VersionNum. version = '1.0" is used as the VersionInfo.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P24-ibm24n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 24Tests VersionInfo with mismatched quotes around the VersionNum. The closing bracket for the VersionNum is missing.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P25-ibm25n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests eq with a wrong key word "==".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P25-ibm25n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 25Tests eq with a wrong key word "eq".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P26-ibm26n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 26Tests VersionNum with an illegal character "#".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P27-ibm27n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 27Tests type of Misc. An element declaration is used as a type of Misc After the element "animal".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with a required field missing. The Name "animal" is missing in the doctypedecl.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with wrong field ordering. The Name "animal" occurs after the markup declarations inside the "[]".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with wrong field ordering. The Name "animal" occurs after the markup declarations inside the "[]".
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with general entity reference.The "(ampersand)generalE" occurs in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with wrong key word. A wrong key word "DOCtYPE" occurs on line 2.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with mismatched brackets. The closing bracket "]" of the DTD is missing.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with wrong bracket. The opening bracket "{" occurs in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P28-ibm28n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 28Tests doctypedecl with wrong opening sequence. The opening sequence "(less than)?DOCTYPE" occurs in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-p28a-ibm28an01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 28aThis test violates WFC:PE Between Declarations in Production 28a. The last character of a markup declaration is not contained in the same parameter-entity text replacement.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests markupdecl with an illegal markup declaration. A XMLDecl occurs inside the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside an elementdecl in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside an ATTlistDecl in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside an EntityDecl in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside a PI in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside a comment in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P29-ibm29n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 29Tests WFC "PEs in Internal Subset". A PE reference occurs inside a NotationDecl in the DTD.
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P30-ibm30n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 30Tests extSubset with wrong field ordering. In the file "ibm30n01.dtd", the TextDecl occurs after the extSubsetDecl (the element declaration).
Sections [Rules]: 2.8 Test ID: ibm-not-wf-P31-ibm31n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 31Tests extSubsetDecl with an illegal field. A general entity reference occurs in file "ibm31n01.dtd".
Sections [Rules]: 2.8 Test ID: sgml02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsXML declaration must be at the very beginning of a document; it"s not a processing instruction
Sections [Rules]: 2.8 2.6 [23, 17] Test ID: not-wf-sa-154 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998'<?XML ...?>' is neither an XML declaration nor a legal processing instruction target name.
Sections [Rules]: 2.8 2.6 [23, 17] Test ID: not-wf-sa-155 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998'<?xmL ...?>' is neither an XML declaration nor a legal processing instruction target name.
Sections [Rules]: 2.8 2.6 [23, 17] Test ID: not-wf-sa-156 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998'<?xMl ...?>' is neither an XML declaration nor a legal processing instruction target name.
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-001 RECOMMENDATION: XML1.1 Entities: parameter Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003External subset has later version number
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-002 RECOMMENDATION: XML1.1 Entities: parameter Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003External PE has later version number
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-003 RECOMMENDATION: XML1.1 Entities: general Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003External general entity has later version number
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-004 RECOMMENDATION: XML1.1 Entities: general Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003External general entity has later version number (no decl means 1.0)
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-005 RECOMMENDATION: XML1.1 Entities: general Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Indirect external general entity has later version number
Sections [Rules]: 2.8 [22] Test ID: not-wf-sa-147 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML Declaration may not be preceded by whitespace.
Sections [Rules]: 2.8 [22] Test ID: not-wf-sa-148 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML Declaration may not be preceded by comments or whitespace.
Sections [Rules]: 2.8 [22] Test ID: not-wf-sa-152 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML declarations must include the "version=..." string.
Sections [Rules]: 2.8 [22] Test ID: o-p22fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998prolog must start with XML decl
Sections [Rules]: 2.8 [22] Test ID: o-p22fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998prolog must start with XML decl
Sections [Rules]: 2.8 [23] Test ID: not-wf-sa-095 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998VersionInfo must come before EncodingDecl.
Sections [Rules]: 2.8 [23] Test ID: not-wf-sa-098 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Only one "version=..." string may appear in an XML declaration.
Sections [Rules]: 2.8 [23] Test ID: not-wf-sa-099 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Only three pseudo-attributes are in the XML declaration, and "valid=..." is not one of them.
Sections [Rules]: 2.8 [23] Test ID: o-p23fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"xml" must be lower-case
Sections [Rules]: 2.8 [23] Test ID: o-p23fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998VersionInfo must be supplied
Sections [Rules]: 2.8 [23] Test ID: o-p23fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998VersionInfo must come first
Sections [Rules]: 2.8 [23] Test ID: o-p23fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998SDDecl must come last
Sections [Rules]: 2.8 [23] Test ID: o-p23fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no SGML-type PIs
Sections [Rules]: 2.8 [23] Test ID: o-p39fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML declarations must be correctly terminated
Sections [Rules]: 2.8 [23] Test ID: o-p39fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML declarations must be correctly terminated
Sections [Rules]: 2.8 [24] Test ID: not-wf-sa-094 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Prolog VERSION must be lowercase.
Sections [Rules]: 2.8 [24] Test ID: not-wf-sa-097 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Both quotes surrounding VersionNum must be the same.
Sections [Rules]: 2.8 [24] Test ID: o-p24fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.8 [24] Test ID: o-p24fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.8 [25] Test ID: o-p25fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Comment is illegal in VersionInfo.
Sections [Rules]: 2.8 [26] Test ID: not-wf-sa-102 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides an illegal XML version number; spaces are illegal.
Sections [Rules]: 2.8 [26] Test ID: o-p26fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal character in VersionNum.
Sections [Rules]: 2.8 [26] Test ID: o-p26fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal character in VersionNum.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-036 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Text may not appear after the root element.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-037 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character references may not appear after the root element.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-040 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides two document elements.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-041 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides two document elements.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-043 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides #PCDATA text after the document element.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-044 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides two document elements.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-048 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Provides a CDATA section after the root element.
Sections [Rules]: 2.8 [27] Test ID: not-wf-sa-151 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML declarations may not follow document content.
Sections [Rules]: 2.8 [27] Test ID: o-p27fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998References aren't allowed in Misc, even if they would resolve to valid Misc.
Sections [Rules]: 2.8 [28] Test ID: not-wf-sa-055 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid Document Type Definition format.
Sections [Rules]: 2.8 [28] Test ID: not-wf-sa-056 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid Document Type Definition format - misplaced comment.
Sections [Rules]: 2.8 [28] Test ID: not-wf-sa-107 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid document type declaration. CDATA alone is invalid.
Sections [Rules]: 2.8 [28] Test ID: not-wf-sa-149 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML Declaration may not be within a DTD.
Sections [Rules]: 2.8 [28] Test ID: o-p28fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only declarations in DTD.
Sections [Rules]: 2.8 [29] Test ID: not-wf-sa-063 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Conditional sections may only appear in the external DTD subset.
Sections [Rules]: 2.8 [29] Test ID: o-p29fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998A processor must not pass unknown declaration types.
Sections [Rules]: 2.8 [30] Test ID: o-p30fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998An XML declaration is not the same as a TextDecl
Sections [Rules]: 2.8 [31] Test ID: o-p31fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998external subset excludes doctypedecl
Sections [Rules]: 2.9 Test ID: not-wf-sa03 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsTests the Entity Declared WFC, ensuring that a reference to externally defined entity causes a well-formedness error.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with a required field missing. The leading white space is missing with the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with a required field missing. The "=" sign is missing in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong key word. The word "Standalone" occurs in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong key word. The word "Yes" occurs in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong key word. The word "YES" occurs in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong key word. The word "No" occurs in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong key word. The word "NO" occurs in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 32Tests SDDecl with wrong field ordering. The "=" sign occurs after the key word "yes" in the SDDecl in the XMLDecl.
Sections [Rules]: 2.9 Test ID: ibm-not-wf-P32-ibm32n09.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 32This is test violates WFC: Entity Declared in P68. The standalone document declaration has the value yes, BUT there is an external markup declaration of an entity (other than amp, lt, gt, apos, quot), and references to this entity appear in the document.
Sections [Rules]: 2.9 [32] Test ID: not-wf-sa-096 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required before the standalone declaration.
Sections [Rules]: 2.9 [32] Test ID: not-wf-sa-100 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Only "yes" and "no" are permitted as values of "standalone".
Sections [Rules]: 2.9 [32] Test ID: o-p32fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.9 [32] Test ID: o-p32fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quote types must match
Sections [Rules]: 2.9 [32] Test ID: o-p32fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998initial S is required
Sections [Rules]: 2.9 [32] Test ID: o-p32fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quotes are required
Sections [Rules]: 2.9 [32] Test ID: o-p32fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998yes or no must be lower case
Sections [Rules]: 3 Test ID: not-wf-sa-039 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the Element Type Match WFC - end tag name must match start tag name.
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with a required field missing. The ETag is missing for the element "root".
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with a required field missing. The STag is missing for the element "root".
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with required fields missing. Both the content and the ETag are missing in the element "root".
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with required fields missing. Both the content and the STag are missing in the element "root".
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with wrong field ordering. The STag and the ETag are swapped in the element "root".
Sections [Rules]: 3 Test ID: ibm-not-wf-P39-ibm39n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 39Tests element with wrong field ordering. The content occurs after the ETag of the element "root".
Sections [Rules]: 3 Test ID: rmt-ns10-013 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Bad QName syntax: multiple colons
Sections [Rules]: 3 Test ID: rmt-ns10-014 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Bad QName syntax: colon at end
Sections [Rules]: 3 Test ID: rmt-ns10-015 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Bad QName syntax: colon at start
Sections [Rules]: 3 [39] Test ID: not-wf-sa-176 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Start tags must have matching end tags.
Sections [Rules]: 3 [39] Test ID: sgml01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML-ism: omitted end tag for EMPTY content
Sections [Rules]: 3 [39] Test ID: o-p39fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998start-tag requires end-tag
Sections [Rules]: 3 [39] Test ID: o-p39fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998end-tag requires start-tag
Sections [Rules]: 3 [39] Test ID: o-p39fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998XML documents contain one or more elements
Sections [Rules]: 3.1 Test ID: not-wf-sa-038 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the "Unique Att Spec" WF constraint by providing multiple values for an attribute.
Sections [Rules]: 3.1 Test ID: not-wf-sa-081 RECOMMENDATION: XML1.0 Entities: general Collection: James Clark XMLTEST cases, 18-Nov-1998This tests the No External Entity References WFC, since the entity is referred to within an attribute.
Sections [Rules]: 3.1 Test ID: not-wf-sa-082 RECOMMENDATION: XML1.0 Entities: general Collection: James Clark XMLTEST cases, 18-Nov-1998This tests the No External Entity References WFC, since the entity is referred to within an attribute.
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P40-ibm40n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with a required field missing. The Name "root" is in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P40-ibm40n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with a required field missing. The white space between the Name "root" and the attribute "attr1" is missing in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P40-ibm40n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with wrong field ordering. The Name "root" occurs after the attribute "attr1" in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P40-ibm40n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with a wrong opening sequence. The string "(less than)!" is used as the opening sequence for the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P40-ibm40n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 40Tests STag with duplicate attribute names. The attribute name "attr1" occurs twice in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The attribute name is missing in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The "=" is missing between the attribute name and the attribute value in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The AttValue is missing in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The Name and the "=" are missing in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The "=" and the AttValue are missing in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with a required field missing. The Name and the AttValue are missing in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with wrong field ordering. The "=" occurs after the Name and the AttValue in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with wrong field ordering. The Name and the AttValue are swapped in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute with wrong field ordering. The "=" occurs before the Name and the AttValue in the Attribute in the STag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute against WFC "no external entity references". A direct reference to the external entity "aExternal" is contained in the value of the attribute "attr1".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute against WFC "no external entity references". A indirect reference to the external entity "aExternal" is contained in the value of the attribute "attr1".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute against WFC "no external entity references". A direct reference to the external unparsed entity "aImage" is contained in the value of the attribute "attr1".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute against WFC "No (less than) character in Attribute Values". The character "less than" is contained in the value of the attribute "attr1".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P41-ibm41n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 41Tests Attribute against WFC "No (less than) in Attribute Values". The character "less than" is contained in the value of the attribute "attr1" through indirect internal entity reference.
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P42-ibm42n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with a required field missing. The Name is missing in the ETag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P42-ibm42n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with a wrong beginning sequence. The string "(less than)\" is used as a beginning sequence of the ETag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P42-ibm42n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with a wrong beginning sequence. The string "less than" is used as a beginning sequence of the ETag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P42-ibm42n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with a wrong structure. An white space occurs between The beginning sequence and the Name of the ETag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P42-ibm42n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 42Tests ETag with a wrong structure. The ETag of the element "root" contains an Attribute (attr1="any").
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P43-ibm43n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 43Tests element content with a wrong option. A NotationDecl is used as the content of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P43-ibm43n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 43Tests element content with a wrong option. An elementdecl is used as the content of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P43-ibm43n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 43Tests element content with a wrong option. An entitydecl is used as the content of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P43-ibm43n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 43Tests element content with a wrong option. An AttlistDecl is used as the content of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P44-ibm44n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 44Tests EmptyElemTag with a required field missing. The Name "root" is missing in the EmptyElemTag.
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P44-ibm44n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 44Tests EmptyElemTag with wrong field ordering. The Attribute (attri1 = "any") occurs before the name of the element "root" in the EmptyElemTag.
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P44-ibm44n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 44Tests EmptyElemTag with wrong closing sequence. The string "\>" is used as the closing sequence in the EmptyElemtag of the element "root".
Sections [Rules]: 3.1 Test ID: ibm-not-wf-P44-ibm44n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 44Tests EmptyElemTag which against the WFC "Unique Att Spec". The attribute name "attr1" occurs twice in the EmptyElemTag of the element "root".
Sections [Rules]: 3.1 [40] Test ID: not-wf-sa-046 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998This start (or empty element) tag was not terminated correctly.
Sections [Rules]: 3.1 [40] Test ID: not-wf-sa-049 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Missing start tag
Sections [Rules]: 3.1 [40] Test ID: attlist10 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsWhitespace required between attributes
Sections [Rules]: 3.1 [40] Test ID: o-p40fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required between attributes
Sections [Rules]: 3.1 [40] Test ID: o-p40fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998tags start with names, not nmtokens
Sections [Rules]: 3.1 [40] Test ID: o-p40fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998tags start with names, not nmtokens
Sections [Rules]: 3.1 [40] Test ID: o-p40fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no space before name
Sections [Rules]: 3.1 [41] Test ID: not-wf-sa-001 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values must start with attribute names, not "?".
Sections [Rules]: 3.1 [41] Test ID: not-wf-sa-011 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998SGML-ism: attribute values must be explicitly assigned a value, it can't act as a boolean toggle.
Sections [Rules]: 3.1 [41] Test ID: not-wf-sa-015 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values need a value, not just an equals sign.
Sections [Rules]: 3.1 [41] Test ID: not-wf-sa-016 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Attribute values need an associated name.
Sections [Rules]: 3.1 [41] Test ID: not-wf-sa-178 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax matching double quote is missing.
Sections [Rules]: 3.1 [41] Test ID: o-p41fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998quotes are required (contrast with SGML)
Sections [Rules]: 3.1 [41] Test ID: o-p41fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998attribute name is required (contrast with SGML)
Sections [Rules]: 3.1 [41] Test ID: o-p41fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Eq required
Sections [Rules]: 3.1 [42] Test ID: not-wf-sa-019 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998End tags may not be abbreviated as '</>'.
Sections [Rules]: 3.1 [42] Test ID: not-wf-sa-042 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid End Tag
Sections [Rules]: 3.1 [42] Test ID: not-wf-sa-053 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998End tag does not match start tag.
Sections [Rules]: 3.1 [42] Test ID: element00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsEOF in middle of incomplete ETAG
Sections [Rules]: 3.1 [42] Test ID: element01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsEOF in middle of incomplete ETAG
Sections [Rules]: 3.1 [42] Test ID: o-p42fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no space before name
Sections [Rules]: 3.1 [42] Test ID: o-p42fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998cannot end with "/>"
Sections [Rules]: 3.1 [42] Test ID: o-p42fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no NET (contrast with SGML)
Sections [Rules]: 3.1 [43] Test ID: not-wf-sa-035 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The '<' character is a markup delimiter and must start an element, CDATA section, PI, or comment.
Sections [Rules]: 3.1 [43] Test ID: not-wf-sa-111 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Entiry reference must be in content of element not Start-tag.
Sections [Rules]: 3.1 [43] Test ID: not-wf-sa-150 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998XML declarations may not be within element content.
Sections [Rules]: 3.1 [43] Test ID: element02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal markup (<%@ ... %>)
Sections [Rules]: 3.1 [43] Test ID: element03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal markup (<% ... %>)
Sections [Rules]: 3.1 [43] Test ID: element04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal markup (<!ELEMENT ... >)
Sections [Rules]: 3.1 [43] Test ID: o-p43fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no non-comment declarations
Sections [Rules]: 3.1 [43] Test ID: o-p43fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no conditional sections
Sections [Rules]: 3.1 [43] Test ID: o-p43fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no conditional sections
Sections [Rules]: 3.1 [44] Test ID: not-wf-sa-045 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid Empty Element Tag
Sections [Rules]: 3.1 [44] Test ID: not-wf-sa-047 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid empty element tag invalid whitespace
Sections [Rules]: 3.1 [44] Test ID: not-wf-sa-186 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Whitespace is required between attribute/value pairs.
Sections [Rules]: 3.1 [44] Test ID: attlist11 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsWhitespace required between attributes
Sections [Rules]: 3.1 [44] Test ID: o-p44fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal space before Empty element tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal space after Empty element tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal comment in Empty element tag.
Sections [Rules]: 3.1 [44] Test ID: o-p44fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Whitespace required between attributes.
Sections [Rules]: 3.1 [44] Test ID: o-p44fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Duplicate attribute name is illegal.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with a required field missing. The Name is missing in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with a required field missing. The white space is missing between "aEle" and "(#PCDATA)" in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with a required field missing. The contentspec is missing in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with a required field missing. The contentspec and the white space is missing in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with a required field missing. The Name, the white space, and the contentspec are missing in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with wrong field ordering. The Name occurs after the contentspec in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with wrong beginning sequence. The string "(less than)ELEMENT" is used as the beginning sequence in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with wrong key word. The string "Element" is used as the key word in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P45-ibm45n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 45Tests elementdecl with wrong key word. The string "element" is used as the key word in the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P46-ibm46n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 46Tests contentspec with wrong key word. the string "empty" is used as the key word in the contentspec of the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P46-ibm46n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 46Tests contentspec with wrong key word. the string "Empty" is used as the key word in the contentspec of the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P46-ibm46n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 46Tests contentspec with wrong key word. the string "Any" is used as the key word in the contentspec of the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P46-ibm46n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 46Tests contentspec with wrong key word. the string "any" is used as the key word in the contentspec of the second elementdecl in the DTD.
Sections [Rules]: 3.2 Test ID: ibm-not-wf-P46-ibm46n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 46Tests contentspec with a wrong option. The string "#CDATA" is used as the contentspec in the second elementdecl in the DTD.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-057 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998This isn't SGML; comments can't exist in declarations.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-129 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax for Element Type Declaration.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-130 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax for Element Type Declaration.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-131 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax for Element Type Declaration.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-136 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tag omission is invalid in XML.
Sections [Rules]: 3.2 [45] Test ID: not-wf-sa-137 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required before a content model.
Sections [Rules]: 3.2 [45] Test ID: sgml05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsELEMENT declarations apply to only one element, unlike SGML
Sections [Rules]: 3.2 [45] Test ID: sgml07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML Tag minimization specifications are not allowed
Sections [Rules]: 3.2 [45] Test ID: sgml08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML Tag minimization specifications are not allowed
Sections [Rules]: 3.2 [45] Test ID: sgml09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML Content model exception specifications are not allowed
Sections [Rules]: 3.2 [45] Test ID: sgml10 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML Content model exception specifications are not allowed
Sections [Rules]: 3.2 [45] Test ID: o-p45fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998ELEMENT must be upper case.
Sections [Rules]: 3.2 [45] Test ID: o-p45fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S before contentspec is required.
Sections [Rules]: 3.2 [45] Test ID: o-p45fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only one content spec
Sections [Rules]: 3.2 [45] Test ID: o-p45fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no comments in declarations (contrast with SGML)
Sections [Rules]: 3.2 [46] Test ID: sgml11 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsCDATA is not a valid content model spec
Sections [Rules]: 3.2 [46] Test ID: sgml12 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsRCDATA is not a valid content model spec
Sections [Rules]: 3.2 [46] Test ID: o-p46fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no parens on declared content
Sections [Rules]: 3.2 [46] Test ID: o-p46fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no inclusions (contrast with SGML)
Sections [Rules]: 3.2 [46] Test ID: o-p46fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no exclusions (contrast with SGML)
Sections [Rules]: 3.2 [46] Test ID: o-p46fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no space before occurrence
Sections [Rules]: 3.2 [46] Test ID: o-p46fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998single group
Sections [Rules]: 3.2 [46] Test ID: o-p46fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998can't be both declared and modeled
Sections [Rules]: 3.2.1 Test ID: not-wf-sa-133 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Illegal whitespace before optional character causes syntax error.
Sections [Rules]: 3.2.1 Test ID: not-wf-sa-134 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Illegal whitespace before optional character causes syntax error.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with a required field missing. The "+" is used as the choice or seq field in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with a required field missing. The "*" is used as the choice or seq field in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with a required field missing. The "?" is used as the choice or seq field in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with wrong field ordering. The "*" occurs before the seq field (a,a) in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with wrong field ordering. The "+" occurs before the choice field (a|a) in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P47-ibm47n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 47Tests children with wrong key word. The "^" occurs after the seq field in the second elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with a required fields missing. The field Name|choice|seq is missing in the second cp in the choice field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with a required fields missing. The field Name|choice|seq is missing in the cp in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with a required fields missing. The field Name|choice|seq is missing in the first cp in the choice field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with wrong field ordering. The "+" occurs before the seq (a,a) in the first cp in the choice field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with wrong field ordering. The "*" occurs before the choice (a|b) in the first cp in the seq field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with wrong field ordering. The "?" occurs before the Name "a" in the second cp in the seq field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P48-ibm48n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 48Tests cp with wrong key word. The "^" occurs after the Name "a" in the first cp in the choice field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with a required field missing. The two cps are missing in the choice field in the third elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with a required field missing. The third cp is missing in the choice field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with a wrong separator. The "!" is used as the separator in the choice field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with a required field missing. The separator "|" is missing in the choice field (a b)+ in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with an extra separator. An extra "|" occurs between a and b in the choice field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P49-ibm49n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 49Tests choice with a required field missing. The closing bracket ")" is missing in the choice field (a |b * in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with a required field missing. The two cps are missing in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with a required field missing. The third cp is missing in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with a wrong separator. The "|" is used as the separator between a and b in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with a wrong separator. The "." is used as the separator between a and b in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with an extra separator. An extra "," occurs between (a|b) and a in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with a required field missing. The separator between (a|b) and (b|a) is missing in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 Test ID: ibm-not-wf-P50-ibm50n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 50Tests seq with wrong closing bracket. The "]" is used as the closing bracket in the seq field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.1 [46] Test ID: not-wf-sa-139 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The element-content model should not be empty.
Sections [Rules]: 3.2.1 [47] Test ID: not-wf-sa-122 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax mixed connectors are used.
Sections [Rules]: 3.2.1 [47] Test ID: not-wf-sa-135 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid character used as connector.
Sections [Rules]: 3.2.1 [47] Test ID: sgml13 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML Unordered content models not allowed
Sections [Rules]: 3.2.1 [47] Test ID: o-p47fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Invalid operator '|' must match previous operator ','
Sections [Rules]: 3.2.1 [47] Test ID: o-p47fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal character '-' in Element-content model
Sections [Rules]: 3.2.1 [47] Test ID: o-p47fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Optional character must follow a name or list
Sections [Rules]: 3.2.1 [47] Test ID: o-p47fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal space before optional character
Sections [Rules]: 3.2.1 [48] Test ID: not-wf-sa-123 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax mismatched parenthesis.
Sections [Rules]: 3.2.1 [48] Test ID: not-wf-sa-138 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax for content particle.
Sections [Rules]: 3.2.1 [48] Test ID: content01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsNo whitespace before "?" in content model
Sections [Rules]: 3.2.1 [48] Test ID: content02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsNo whitespace before "*" in content model
Sections [Rules]: 3.2.1 [48] Test ID: content03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsNo whitespace before "+" in content model
Sections [Rules]: 3.2.1 [48] Test ID: o-p48fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal space before optional character
Sections [Rules]: 3.2.1 [48] Test ID: o-p48fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Illegal space before optional character
Sections [Rules]: 3.2.1 [49] Test ID: o-p49fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998connectors must match
Sections [Rules]: 3.2.1 [50] Test ID: not-wf-sa-132 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax mixed connectors used.
Sections [Rules]: 3.2.1 [50] Test ID: o-p50fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998connectors must match
Sections [Rules]: 3.2.1 [55] Test ID: nwf-dtd00 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsComma mandatory in content model
Sections [Rules]: 3.2.1 [55] Test ID: nwf-dtd01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsCan't mix comma and vertical bar in content models
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with a wrong key word. The string "#pcdata" is used as the key word in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with wrong field ordering. The field #PCDATA does not occur as the first component in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with a separator missing. The separator "|" is missing in between #PCDATA and a in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with a wrong key word. The string "#CDATA" is used as the key word in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with a required field missing. The "*" is missing after the ")" in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with wrong closing bracket. The "]" is used as the closing bracket in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 Test ID: ibm-not-wf-P51-ibm51n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 51Tests Mixed with a required field missing. The closing bracket ")" is missing after (#PCDATA in the Mixed field in the fourth elementdecl in the DTD.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-124 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid format of Mixed-content declaration.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-125 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax extra set of parenthesis not necessary.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-126 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax Mixed-content must be defined as zero or more.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-127 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax Mixed-content must be defined as zero or more.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-183 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Mixed content declarations may not include content particles.
Sections [Rules]: 3.2.2 [51] Test ID: not-wf-sa-184 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998In mixed content models, element names must not be parenthesized.
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998occurrence on #PCDATA group must be *
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998occurrence on #PCDATA group must be *
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998#PCDATA must come first
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998occurrence on #PCDATA group must be *
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only '|' connectors
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Only '|' connectors and occurrence on #PCDATA group must be *
Sections [Rules]: 3.2.2 [51] Test ID: o-p51fail7 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no nested groups
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with a required field missing. The Name is missing in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with a required field missing. The white space is missing between the beginning sequence and the name in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with wrong field ordering. The Name "a" occurs after the first AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with wrong key word. The string "Attlist" is used as the key word in the beginning sequence in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with a required field missing. The closing bracket "greater than" is missing in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P52-ibm52n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 52Tests AttlistDecl with wrong beginning sequence. The string "(less than)ATTLIST" is used as the beginning sequence in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The DefaultDecl is missing in the AttDef for the name "attr1" in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The white space is missing between (abc|def) and "def" in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The AttType is missing for "attr1" in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The white space is missing between "attr1" and (abc|def) in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The Name is missing in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with a required field missing. The white space before the name "attr2" is missing in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with wrong field ordering. The Name "attr1" occurs after the AttType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 Test ID: ibm-not-wf-P53-ibm53n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 53Tests AttDef with wrong field ordering. The Name "attr1" occurs after the AttType and "default" occurs before the AttType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3 [52] Test ID: not-wf-sa-066 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Required whitespace is missing.
Sections [Rules]: 3.3 [52] Test ID: not-wf-sa-158 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998SGML-ism: "#NOTATION gif" can't have attributes.
Sections [Rules]: 3.3 [52] Test ID: sgml04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsATTLIST declarations apply to only one element, unlike SGML
Sections [Rules]: 3.3 [52] Test ID: sgml06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsATTLIST declarations are never global, unlike in SGML
Sections [Rules]: 3.3 [52] Test ID: o-p52fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998A name is required
Sections [Rules]: 3.3 [52] Test ID: o-p52fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998A name is required
Sections [Rules]: 3.3 [53] Test ID: not-wf-sa-064 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required between attribute type and default values in <!ATTLIST...> declarations.
Sections [Rules]: 3.3 [53] Test ID: not-wf-sa-065 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required between attribute name and type in <!ATTLIST...> declarations.
Sections [Rules]: 3.3 [53] Test ID: not-wf-sa-067 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required between attribute type and default values in <!ATTLIST...> declarations.
Sections [Rules]: 3.3 [53] Test ID: o-p53fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required before default
Sections [Rules]: 3.3 [53] Test ID: o-p53fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required before type
Sections [Rules]: 3.3 [53] Test ID: o-p53fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998type is required
Sections [Rules]: 3.3 [53] Test ID: o-p53fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998default is required
Sections [Rules]: 3.3 [53] Test ID: o-p53fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998name is requried
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P54-ibm54n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 54Tests AttType with a wrong option. The string "BOGUSATTR" is used as the AttType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P54-ibm54n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 54Tests AttType with a wrong option. The string "PCDATA" is used as the AttType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P55-ibm55n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 55Tests StringType with a wrong key word. The lower case string "cdata" is used as the StringType in the AttType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P55-ibm55n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 55Tests StringType with a wrong key word. The string "#CDATA" is used as the StringType in the AttType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P55-ibm55n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 55Tests StringType with a wrong key word. The string "CData" is used as the StringType in the AttType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "id" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "Idref" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type"Idrefs" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "EntitY" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "nmTOKEN" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "NMtokens" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P56-ibm56n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 56Tests TokenizedType with wrong key word. The type "#ID" is used in the TokenizedType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P57-ibm57n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 57Tests EnumeratedType with an illegal option. The string "NMTOKEN (a|b)" is used in the EnumeratedType in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with wrong key word. The lower case "notation" is used as the key word in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with a required field missing. The beginning bracket "(" is missing in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with a required field missing. The Name is missing in the "()" in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with a required field missing. The closing bracket is missing in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with wrong field ordering. The key word "NOTATION" occurs after "(this)" in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with wrong separator. The "," is used as a separator between "this" and "that" in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with a required field missing. The white space is missing between "NOTATION" and "(this)" in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P58-ibm58n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 58Tests NotationType with extra wrong characters. The double quote character occurs after "(" and before ")" in the NotationType in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with required fields missing. The Nmtokens and "|"s are missing in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with a required field missing. The closing bracket ")" is missing in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with wrong separator. The "," is used as the separator in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with illegal presence. The double quotes occur around the Enumeration value in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with a required field missing. The white space is missing between in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 Test ID: ibm-not-wf-P59-ibm59n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 59Tests Enumeration with a required field missing. The beginning bracket "(" is missing in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.1 [54] Test ID: not-wf-sa-058 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid character , in ATTLIST enumeration
Sections [Rules]: 3.3.1 [54] Test ID: o-p54fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998don't pass unknown attribute types
Sections [Rules]: 3.3.1 [55] Test ID: o-p55fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998must be upper case
Sections [Rules]: 3.3.1 [56] Test ID: not-wf-sa-060 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid type NAME defined in ATTLIST.
Sections [Rules]: 3.3.1 [56] Test ID: attlist01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NUTOKEN is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NUTOKENS attribute type is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NUMBER attribute type is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NUMBERS attribute type is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NAME attribute type is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist07 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's NAMES attribute type is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist08 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's #CURRENT is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: attlist09 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSGML's #CONREF is not allowed.
Sections [Rules]: 3.3.1 [56] Test ID: o-p56fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no IDS type
Sections [Rules]: 3.3.1 [56] Test ID: o-p56fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no NUMBER type
Sections [Rules]: 3.3.1 [56] Test ID: o-p56fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no NAME type
Sections [Rules]: 3.3.1 [56] Test ID: o-p56fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no ENTITYS type - types must be upper case
Sections [Rules]: 3.3.1 [56] Test ID: o-p56fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998types must be upper case
Sections [Rules]: 3.3.1 [57] Test ID: o-p57fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no keyword for NMTOKEN enumeration
Sections [Rules]: 3.3.1 [58] Test ID: not-wf-sa-068 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required between NOTATION keyword and list of enumerated choices in <!ATTLIST...> declarations.
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998at least one value required
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998separator must be '|'
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998notations 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.
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998NOTATION must be upper case
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S after keyword is required
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998parentheses are require
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail7 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998values are unquoted
Sections [Rules]: 3.3.1 [58] Test ID: o-p58fail8 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998values are unquoted
Sections [Rules]: 3.3.1 [59] Test ID: not-wf-sa-059 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998String literal must be in quotes.
Sections [Rules]: 3.3.1 [59] Test ID: attlist03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsComma doesn't separate enumerations, unlike in SGML.
Sections [Rules]: 3.3.1 [59] Test ID: o-p59fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998at least one required
Sections [Rules]: 3.3.1 [59] Test ID: o-p59fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998separator must be ","
Sections [Rules]: 3.3.1 [59] Test ID: o-p59fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998values are unquoted
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with wrong key word. The string "#required" is used as the key word in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with wrong key word. The string "Implied" is used as the key word in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with wrong key word. The string "!IMPLIED" is used as the key word in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with a required field missing. There is no attribute value specified after the key word "#FIXED" in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with a required field missing. The white space is missing between the key word "#FIXED" and the attribute value in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with wrong field ordering. The key word "#FIXED" occurs after the attribute value "introduction" in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl against WFC of P60. The text replacement of the entity "avalue" contains the "less than" character in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 Test ID: ibm-not-wf-P60-ibm60n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 60Tests DefaultDecl with more than one key word. The "#REQUIRED" and the "#IMPLIED" are used as the key words in the DefaultDecl in the AttDef in the AttlistDecl in the DTD.
Sections [Rules]: 3.3.2 [60] Test ID: o-p60fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998keywords must be upper case
Sections [Rules]: 3.3.2 [60] Test ID: o-p60fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required after #FIXED
Sections [Rules]: 3.3.2 [60] Test ID: o-p60fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only #FIXED has both keyword and value
Sections [Rules]: 3.3.2 [60] Test ID: o-p60fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998#FIXED required value
Sections [Rules]: 3.3.2 [60] Test ID: o-p60fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only one default type
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P61-ibm61n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 61Tests conditionalSect with a wrong option. The word "NOTINCLUDE" is used as part of an option which is wrong in the coditionalSect.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with wrong key word. The string "include" is used as a key word in the beginning sequence in the includeSect in the file ibm62n01.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n02.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with wrong beginning sequence. An extra "[" occurs in the beginning sequence in the includeSect in the file ibm62n02.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n03.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with wrong beginning sequence. A wrong character "?" occurs in the beginning sequence in the includeSect in the file ibm62n03.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n04.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with a required field missing. The key word "INCLUDE" is missing in the includeSect in the file ibm62n04.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n05.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with a required field missing. The "[" is missing after the key word "INCLUDE" in the includeSect in the file ibm62n05.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n06.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with wrong field ordering. The two external subset declarations occur before the key word "INCLUDE" in the includeSect in the file ibm62n06.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n07.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with a required field missing. The closing sequence "]](greater than)" is missing in the includeSect in the file ibm62n07.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P62-ibm62n08.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 62Tests includeSect with a required field missing. One "]" is missing in the closing sequence in the includeSect in the file ibm62n08.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with wrong key word. The string "ignore" is used as a key word in the beginning sequence in the ignoreSect in the file ibm63n01.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n02.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with wrong beginning sequence. An extra "[" occurs in the beginning sequence in the ignoreSect in the file ibm63n02.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n03.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with wrong beginning sequence. A wrong character "?" occurs in the beginning sequence in the ignoreSect in the file ibm63n03.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n04.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with a required field missing. The key word "IGNORE" is missing in the ignoreSect in the file ibm63n04.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n05.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with a required field missing. The "[" is missing after the key word "IGNORE" in the ignoreSect in the file ibm63n05.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n06.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests includeSect with wrong field ordering. The two external subset declarations occur before the key word "IGNORE" in the ignoreSect in the file ibm63n06.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P63-ibm63n07.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 63Tests ignoreSect with a required field missing. The closing sequence "]](greater than)" is missing in the ignoreSect in the file ibm63n07.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P64-ibm64n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents with wrong beginning sequence. The "?" occurs in beginning sequence the ignoreSectContents in the file ibm64n01.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P64-ibm64n02.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents with a required field missing.The closing sequence is missing in the ignoreSectContents in the file ibm64n02.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P64-ibm64n03.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 64Tests ignoreSectContents with a required field missing.The beginning sequence is missing in the ignoreSectContents in the file ibm64n03.dtd.
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P65-ibm65n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 65Tests Ignore with illegal string included. The string "]](greater than)" is contained before "this" in the Ignore in the ignoreSectContents in the file ibm65n01.dtd
Sections [Rules]: 3.4 Test ID: ibm-not-wf-P65-ibm65n02.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 65Tests Ignore with illegal string included. The string "(less than)![" is contained before "this" in the Ignore in the ignoreSectContents in the file ibm65n02.dtd
Sections [Rules]: 3.4 [61] Test ID: cond01 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsOnly INCLUDE and IGNORE are conditional section keywords
Sections [Rules]: 3.4 [61] Test ID: cond02 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsMust have keyword in conditional sections
Sections [Rules]: 3.4 [61] Test ID: o-p61fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998no other types, including TEMP, which is valid in SGML
Sections [Rules]: 3.4 [62] Test ID: not-wf-not-sa-001 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Conditional sections must be properly terminated ("]>" used instead of "]]>").
Sections [Rules]: 3.4 [62] Test ID: not-wf-not-sa-003 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Conditional sections must be properly terminated ("]]>" omitted).
Sections [Rules]: 3.4 [62] Test ID: not-wf-not-sa-004 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Conditional sections must be properly terminated ("]]>" omitted).
Sections [Rules]: 3.4 [62] Test ID: not-wf-not-sa-006 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Conditional sections need a '[' after the INCLUDE or IGNORE.
Sections [Rules]: 3.4 [62] Test ID: o-p62fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998INCLUDE must be upper case
Sections [Rules]: 3.4 [62] Test ID: o-p62fail2 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998no spaces in terminating delimiter
Sections [Rules]: 3.4 [63] Test ID: o-p63fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998IGNORE must be upper case
Sections [Rules]: 3.4 [63] Test ID: o-p63fail2 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998delimiters must be balanced
Sections [Rules]: 3.4 [64] Test ID: o-p64fail1 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998section delimiters must balance
Sections [Rules]: 3.4 [64] Test ID: o-p64fail2 RECOMMENDATION: XML1.0 Entities: parameter Collection: OASIS/NIST TESTS, 1-Nov-1998section delimiters must balance
Sections [Rules]: 4 Test ID: rmt-ns10-025 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Unbound element prefix
Sections [Rules]: 4 Test ID: rmt-ns10-026 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Unbound attribute prefix
Sections [Rules]: 4.1 Test ID: not-wf-sa-084 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests 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.)
Sections [Rules]: 4.1 Test ID: not-wf-sa-180 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The Entity Declared WFC requires entities to be declared before they are used in an attribute list declaration.
Sections [Rules]: 4.1 Test ID: not-wf-sa-185 RECOMMENDATION: XML1.0 Entities: parameter Collection: James Clark XMLTEST cases, 18-Nov-1998Tests 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.
Sections [Rules]: 4.1 Test ID: not-wf-ext-sa-001 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the No Recursion WFC by having an external general entity be self-recursive.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#002f" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with the semicolon character missing. The semicolon character is missing at the end of the CharRef in the attribute value in the STag of element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "49" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#5~0" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#x002g" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#x006G" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#0=2f" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#56.0" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#x00/2f" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#51)" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#00 2f" is used as the referred character in the CharRef in the EntityDecl in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#x0000" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#x001f" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#xfffe" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P66-ibm66n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 66Tests CharRef with an illegal character referred to. The "#xffff" is used as the referred character in the attribute value in the EmptyElemTag of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef with a required field missing. The Name is missing in the EntityRef in the content of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef with a required field missing. The semicolon is missing in the EntityRef in the attribute value in the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef with an extra white space. A white space occurs after the ampersand in the EntityRef in the content of the element "root".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: Entity Declared. The name "aAa" in the EntityRef in the AttValue in the STage of the element "root" does not match the Name of any declared entity in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: Entity Declared. The entity with the name "aaa" in the EntityRef in the AttValue in the STag of the element "root" is not declared.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n06.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: Entity Declared. The entity with the name "aaa" in the EntityRef in the AttValue in the STag of the element "root" is externally declared, but standalone is "yes".
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: Entity Declared. The entity with the name "aaa" in the EntityRef in the AttValue in the STag of the element "root" is referred before declared.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: Parsed Entity. The EntityRef in the AttValue in the STag of the element "root" contains the name "aImage" of an unparsed entity.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: No Recursion. The recursive entity reference occurs with the entity declarations for "aaa" and "bbb" in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P68-ibm68n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests EntityRef which is against P68 WFC: No Recursion. The indirect recursive entity reference occurs with the entity declarations for "aaa", "bbb", "ccc", "ddd", and "eee" in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference with a required field missing. The Name "paaa" is missing in the PEReference in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference with a required field missing. The semicolon is missing in the PEReference "%paaa" in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference with an extra white space. There is an extra white space occurs before ";" in the PEReference in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference with an extra white space. There is an extra white space occurs after "%" in the PEReference in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference which is against P69 WFC: No Recursion. The recursive PE reference occurs with the entity declarations for "paaa" and "bbb" in the DTD.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests PEReference which is against P69 WFC: No Recursion. The indirect recursive PE reference occurs with the entity declarations for "paaa", "bbb", "ccc", "ddd", and "eee" in the DTD.
Sections [Rules]: 4.1 Test ID: rmt-042 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Contains a character reference to a C0 control character (form-feed), legal in XML 1.1 but not 1.0
Sections [Rules]: 4.1 [66] Test ID: not-wf-sa-009 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character references may have only decimal or numeric strings.
Sections [Rules]: 4.1 [66] Test ID: not-wf-sa-022 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character references end with semicolons, always!
Sections [Rules]: 4.1 [66] Test ID: not-wf-sa-052 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid character reference.
Sections [Rules]: 4.1 [66] Test ID: not-wf-sa-093 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Hexadecimal character references may not use the uppercase 'X'.
Sections [Rules]: 4.1 [66] Test ID: not-wf-sa-179 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid syntax matching double quote is missing.
Sections [Rules]: 4.1 [66] Test ID: o-p66fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998terminating ';' is required
Sections [Rules]: 4.1 [66] Test ID: o-p66fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S after '&#'
Sections [Rules]: 4.1 [66] Test ID: o-p66fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no hex digits in numeric reference
Sections [Rules]: 4.1 [66] Test ID: o-p66fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only hex digits in hex references
Sections [Rules]: 4.1 [66] Test ID: o-p66fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no references to non-characters
Sections [Rules]: 4.1 [66] Test ID: o-p66fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no references to non-characters
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-007 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998General entity references have no whitespace after the entity name and before the semicolon.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-010 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Ampersand may only appear as part of a general entity reference.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-071 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998ENTITY can't reference itself directly or indirectly.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-072 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined ENTITY foo.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-073 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined ENTITY f.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-075 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998ENTITY can't reference itself directly or indirectly.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-076 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined ENTITY foo.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-078 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined ENTITY foo.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-079 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998ENTITY can't reference itself directly or indirectly.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-080 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998ENTITY can't reference itself directly or indirectly.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-110 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Entity reference must be in content of element.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-118 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Entity reference expansion is not recursive.
Sections [Rules]: 4.1 [68] Test ID: not-wf-sa-121 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998A name of an ENTITY was started with an invalid character.
Sections [Rules]: 4.1 [68] Test ID: o-p68fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998terminating ';' is required
Sections [Rules]: 4.1 [68] Test ID: o-p68fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S after '&'
Sections [Rules]: 4.1 [68] Test ID: o-p68fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S before ';'
Sections [Rules]: 4.1 [69] Test ID: not-wf-sa-163 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid placement of Parameter entity reference.
Sections [Rules]: 4.1 [69] Test ID: not-wf-sa-164 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid placement of Parameter entity reference.
Sections [Rules]: 4.1 [69] Test ID: not-wf-not-sa-008 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998In DTDs, the '%' character must be part of a parameter entity reference.
Sections [Rules]: 4.1 [69] Test ID: dtd02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsPE name immediately after "%"
Sections [Rules]: 4.1 [69] Test ID: dtd03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsPE name immediately followed by ";"
Sections [Rules]: 4.1 [69] Test ID: o-p69fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998terminating ';' is required
Sections [Rules]: 4.1 [69] Test ID: o-p69fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S after '%'
Sections [Rules]: 4.1 [69] Test ID: o-p69fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S before ';'
Sections [Rules]: 4.2 Test ID: not-wf-sa-106 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Invalid placement of entity declaration.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm70n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The white space is missing between the beginning sequence and the Name "aaa" in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The white space is missing between the Name "aaa" and the EntityDef "aString" in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The EntityDef is missing in the EntityDecl with the Name "aaa" in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The Name is missing in the EntityDecl with the EntityDef "aString" in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with wrong ordering. The Name "aaa" occurs after the EntityDef in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with wrong key word. The string "entity" is used as the key word in the beginning sequence in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The closing bracket (greater than) is missing in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P71-ibm71n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 71Tests EntityDecl with a required field missing. The exclamation mark is missing in the beginning sequence in the EntityDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with a required field missing. The white space is missing between the beginning sequence and the "%" in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with a required field missing. The Name is missing in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with a required field missing. The white space is missing between the Name and the PEDef in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with a required field missing. The PEDef is missing after the Name "paaa" in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with wrong field ordering. The Name "paaa" occurs after the PEDef in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with wrong field ordering. The "%" and the Name "paaa" occurs after the PEDef in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with wrong key word. The string "entity" is used as the key word in the beginning sequence in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with a required field missing. The closing bracket (greater than) is missing in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P72-ibm72n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 72Tests PEdecl with wrong closing sequence. The string "!(greater than)" is used as the closing sequence in the PEDecl in the DTD.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P73-ibm73n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 73Tests EntityDef with wrong field ordering. The NDataDecl "NDATA JPGformat" occurs before the ExternalID in the EntityDef in the EntityDecl.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P73-ibm73n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 73Tests EntityDef with a required field missing. The ExternalID is missing before the NDataDecl in the EntityDef in the EntityDecl.
Sections [Rules]: 4.2 Test ID: ibm-not-wf-P74-ibm74n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 74Tests PEDef with extra fields. The NDataDecl occurs after the ExternalID in the PEDef in the PEDecl in the DTD.
Sections [Rules]: 4.2 [70] Test ID: not-wf-sa-109 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tags invalid within EntityDecl.
Sections [Rules]: 4.2 [70] Test ID: o-p70fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998This is neither
Sections [Rules]: 4.2 [71] Test ID: not-wf-sa-062 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Entity declarations need space after the entity name.
Sections [Rules]: 4.2 [71] Test ID: o-p71fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required before EntityDef
Sections [Rules]: 4.2 [71] Test ID: o-p71fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Entity name is a Name, not an NMToken
Sections [Rules]: 4.2 [71] Test ID: o-p71fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no S after "<!"
Sections [Rules]: 4.2 [71] Test ID: o-p71fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required after "<!ENTITY"
Sections [Rules]: 4.2 [72] Test ID: not-wf-sa-165 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter entity declarations must have a space before the '%'.
Sections [Rules]: 4.2 [72] Test ID: o-p72fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required after "<!ENTITY"
Sections [Rules]: 4.2 [72] Test ID: o-p72fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required after '%'
Sections [Rules]: 4.2 [72] Test ID: o-p72fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required after name
Sections [Rules]: 4.2 [72] Test ID: o-p72fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Entity name is a name, not an NMToken
Sections [Rules]: 4.2 [73] Test ID: o-p73fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998No typed replacement text
Sections [Rules]: 4.2 [73] Test ID: o-p73fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Only one replacement value
Sections [Rules]: 4.2 [73] Test ID: o-p73fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998No NDataDecl on replacement text
Sections [Rules]: 4.2 [73] Test ID: o-p73fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998Value is required
Sections [Rules]: 4.2 [73] Test ID: o-p73fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998No NDataDecl without value
Sections [Rules]: 4.2 [74] Test ID: not-wf-sa-089 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter entities "are" always parsed; NDATA annotations are not permitted.
Sections [Rules]: 4.2 [74] Test ID: not-wf-sa-091 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Parameter entities "are" always parsed; NDATA annotations are not permitted.
Sections [Rules]: 4.2 [74] Test ID: o-p74fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998no NDataDecls on parameter entities
Sections [Rules]: 4.2 [74] Test ID: o-p74fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998value is required
Sections [Rules]: 4.2 [74] Test ID: o-p74fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only one value
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with wrong key word. The string "system" is used as the key word in the ExternalID in the EntityDef in the EntityDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with wrong key word. The string "public" is used as the key word in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with wrong key word. The string "Public" is used as the key word in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with wrong field ordering. The key word "PUBLIC" occurs after the PublicLiteral and the SystemLiteral in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The white space between "SYSTEM" and the Systemliteral is missing in the ExternalID in the EntityDef in the EntityDecl in the DTD.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The Systemliteral is missing after "SYSTEM" in the ExternalID in the EntityDef in the EntityDecl in the DTD.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The white space between the PublicLiteral and the Systemliteral is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The key word "PUBLIC" is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The white space between "PUBLIC" and the PublicLiteral is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The PublicLiteral is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The PublicLiteral is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with a required field missing. The SystemLiteral is missing in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P75-ibm75n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 75Tests ExternalID with wrong field ordering. The key word "PUBLIC" occurs after the PublicLiteral in the ExternalID in the doctypedecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with wrong key word. The string "ndata" is used as the key word in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with wrong key word. The string "NData" is used as the key word in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with a required field missing. The leading white space is missing in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with a required field missing. The key word "NDATA" is missing in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with a required field missing. The Name after the key word "NDATA" is missing in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with a required field missing. The white space between "NDATA" and the Name is missing in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 Test ID: ibm-not-wf-P76-ibm76n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 76Tests NDataDecl with wrong field ordering. The key word "NDATA" occurs after the Name in the NDataDecl in the EntityDef in the GEDecl.
Sections [Rules]: 4.2.2 [75] Test ID: not-wf-sa-054 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998PUBLIC requires two literals.
Sections [Rules]: 4.2.2 [75] Test ID: not-wf-sa-061 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998External entity declarations require whitespace between public and system IDs.
Sections [Rules]: 4.2.2 [75] Test ID: dtd04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsPUBLIC literal must be quoted
Sections [Rules]: 4.2.2 [75] Test ID: dtd05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSYSTEM identifier must be quoted
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S required after "PUBLIC"
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S required after "SYSTEM"
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S required between literals
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"SYSTEM" implies only one literal
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail5 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998only one keyword
Sections [Rules]: 4.2.2 [75] Test ID: o-p75fail6 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"PUBLIC" requires two literals (contrast with SGML)
Sections [Rules]: 4.2.2 [76] Test ID: not-wf-sa-069 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is required before an NDATA entity annotation.
Sections [Rules]: 4.2.2 [76] Test ID: not-wf-sa-083 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined NOTATION n.
Sections [Rules]: 4.2.2 [76] Test ID: o-p76fail1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998S is required before "NDATA"
Sections [Rules]: 4.2.2 [76] Test ID: o-p76fail2 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998"NDATA" is upper-case
Sections [Rules]: 4.2.2 [76] Test ID: o-p76fail3 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998notation name is required
Sections [Rules]: 4.2.2 [76] Test ID: o-p76fail4 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998notation names are Names
Sections [Rules]: 4.3.1 Test ID: ibm-not-wf-P77-ibm77n01.xml RECOMMENDATION: XML1.0 Entities: general Collection: IBM XML Conformance Test Suite - Production 77Tests TextDecl with wrong field ordering. The VersionInfo occurs after the EncodingDecl in the TextDecl in the file "ibm77n01.ent".
Sections [Rules]: 4.3.1 Test ID: ibm-not-wf-P77-ibm77n02.xml RECOMMENDATION: XML1.0 Entities: general Collection: IBM XML Conformance Test Suite - Production 77Tests TextDecl with wrong key word. The string "XML" is used in the beginning sequence in the TextDecl in the file "ibm77n02.ent".
Sections [Rules]: 4.3.1 Test ID: ibm-not-wf-P77-ibm77n03.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 77Tests TextDecl with wrong closing sequence. The character "greater than" is used as the closing sequence in the TextDecl in the file "ibm77n03.ent".
Sections [Rules]: 4.3.1 Test ID: ibm-not-wf-P77-ibm77n04.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 77Tests TextDecl with a required field missing. The closing sequence is missing in the TextDecl in the file "ibm77n04.ent".
Sections [Rules]: 4.3.1 4.3.2 [77, 78] Test ID: not-wf-ext-sa-002 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998External entities have "text declarations", which do not permit the "standalone=..." attribute that's allowed in XML declarations.
Sections [Rules]: 4.3.1 [77] Test ID: decl01 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsExternal entities may not have standalone decls.
Sections [Rules]: 4.3.1 [77] Test ID: dtd07 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsText declarations (which optionally begin any external entity) are required to have "encoding=...".
Sections [Rules]: 4.3.1 [77] Test ID: encoding07 RECOMMENDATION: XML1.0 Entities: parameter Collection: Sun Microsystems XML TestsText declarations (which optionally begin any external entity) are required to have "encoding=...".
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-074 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal general parsed entities are only well formed if they match the "content" production.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-103 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998End-tag required for element foo.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-104 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal general parsed entities are only well formed if they match the "content" production.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-116 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-117 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-119 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal general parsed entities are only well formed if they match the "content" production. This is a partial character reference, not a full one.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-153 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Text declarations may not begin internal parsed entities; they may only appear at the beginning of external parsed (parameter or general) entities.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-181 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal parsed entities must match the content production to be well formed.
Sections [Rules]: 4.3.2 Test ID: not-wf-sa-182 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Internal parsed entities must match the content production to be well formed.
Sections [Rules]: 4.3.2 Test ID: ibm-not-wf-P78-ibm78n01.xml RECOMMENDATION: XML1.0 Entities: general Collection: IBM XML Conformance Test Suite - Production 78Tests extParsedEnt with wrong field ordering. The TextDecl occurs after the content in the file ibm78n01.ent.
Sections [Rules]: 4.3.2 Test ID: ibm-not-wf-P78-ibm78n02.xml RECOMMENDATION: XML1.0 Entities: general Collection: IBM XML Conformance Test Suite - Production 78Tests extParsedEnt with extra field. A blank line occurs before the TextDecl in the file ibm78n02.ent.
Sections [Rules]: 4.3.2 Test ID: ibm-not-wf-P79-ibm79n01.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 79Tests extPE with wrong field ordering. The TextDecl occurs after the extSubsetDecl (the white space and the comment) in the file ibm79n01.ent.
Sections [Rules]: 4.3.2 Test ID: ibm-not-wf-P79-ibm79n02.xml RECOMMENDATION: XML1.0 Entities: parameter Collection: IBM XML Conformance Test Suite - Production 79Tests extPE with extra field. A blank line occurs before the TextDecl in the file ibm78n02.ent.
Sections [Rules]: 4.3.2 [79] Test ID: not-wf-not-sa-007 RECOMMENDATION: XML1.0 Entities: both Collection: James Clark XMLTEST cases, 18-Nov-1998A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with a required field missing. The leading white space is missing in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with a required field missing. The "=" sign is missing in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with a required field missing. The double quoted EncName are missing in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with wrong field ordering. The string "encoding=" occurs after the double quoted EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with wrong field ordering. The "encoding" occurs after the double quoted EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P80-ibm80n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 80Tests EncodingDecl with wrong key word. The string "Encoding" is used as the key word in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "_" is used as the first character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "-" is used as the first character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "." is used as the first character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with illegal characters. The "8-" is used as the initial characters in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "~" is used as one character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "#" is used as one character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The ":" is used as one character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The "/" is used as one character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 Test ID: ibm-not-wf-P81-ibm81n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 81Tests EncName with an illegal character. The ";" is used as one character in the EncName in the EncodingDecl in the XMLDecl.
Sections [Rules]: 4.3.3 [81] Test ID: not-wf-sa-101 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Space is not permitted in an encoding name.
Sections [Rules]: 4.3.3 [81] Test ID: encoding01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character " " in encoding name
Sections [Rules]: 4.3.3 [81] Test ID: encoding02 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character "/" in encoding name
Sections [Rules]: 4.3.3 [81] Test ID: encoding03 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character reference in encoding name
Sections [Rules]: 4.3.3 [81] Test ID: encoding04 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character ":" in encoding name
Sections [Rules]: 4.3.3 [81] Test ID: encoding05 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character "@" in encoding name
Sections [Rules]: 4.3.3 [81] Test ID: encoding06 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsIllegal character "+" in encoding name
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n01.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. The external dtd contains the invalid XML1.1 but valid XML 1.0 character #x7F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n02.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. The external dtd contains a comment with the invalid XML1.1 but valid XML 1.0 character #x80.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n03.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external dtd 1.0. The external dtd contains a PI with the invalid XML1.1 but valid XML 1.0 character #x9F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n04.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external entity 1.0. The external entity the contains invalid XML1.1 but valid XML 1.0 character #x89.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n05.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external entity 1.0. The external entity contains the invalid XML1.1 but valid XML 1.0 character #x94.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n06.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and that of the external entity 1.0. The external entity contains the invalid XML1.1 but valid XML 1.0 character #x9F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n07.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a textDecl. The external entity contains the invalid XML1.1 but valid XML 1.0 character #x7F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n08.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a VersionNum in the textDecl. The external entity contains the invalid XML1.1 but valid XML 1.0 character #x9B.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n09.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a textDecl. The external entity contains the invalid XML1.1 but valid XML 1.0 character #x8D.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n10.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a VersionNum in the textDecl. The external entity contains the invalid XML 1.1 but valid XML 1.0 character #x84.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n11.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a textDecl. The external entity contains the invalid XML 1.1 but valid XML 1.0 character #x88.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n12.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the document entity is 1.1 and the external dtd does not contain a textDecl. The external entity contains the invalid XML 1.1 but valid XML 1.0 character #x8E.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n13.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.0 and that of the external dtd is 1.0. The external dtd contains an external entity whose VersionNum is 1.1.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n14.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.1 and that of the external dtd is 1.0. The external dtd contains an element declaration with an invalid XML 1.1 and 1.0 name.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n15.xml RECOMMENDATION: XML1.1 Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.1 and testDecl of the external dtd is absent. The external dtd contains an external entity whose VersionNum is 1.1 containing a valid XML1.0 but an invalid XML 1.1 character #x7F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n16.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.0 and VersioNum of the external entity is absent. The replacement text of the entity contains an element followed by the valid XML 1.1 of line character NEL #x85 in its empty elem tag.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n17.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is absent and that of the external entity is 1.0. The textDecl in the external entity contains an invalid XML1.0 but valid XML 1.1 enf of line character NEL #x85.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n18.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is absent and that of the external entity is 1.0. The textDecl in the external entity contains an invalid XML1.0 but valid XML 1.1 of line character Unicode line separator #x2028.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n19.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.1 and that of the external dtd is absent. The external dtd contains an external entity whose VersionNum is absent and it contains a valid XML 1.0 but an invalid XML 1.1 character #x94.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n20.xml RECOMMENDATION: XML1.1 Entities: general Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.1 and that of the external dtd is 1.1. The external dtd contains an external entity whose VersionNum is absent and it contains a valid XML 1.0 but an invalid XML 1.1 character #x8F.
Sections [Rules]: 4.3.4 Test ID: ibm-1-1-not-wf-P77-ibm77n21.xml RECOMMENDATION: XML1.1 Entities: both Collection: IBM XML Conformance Test Suite - Production 77The VersionNum of the primary document entity is 1.1 and the texlDecl of the external dtd is absent. The external dtd contains a reference to an external parameter entity whose VersionNum is absent from the textDecl and it contains an invalid XML 1.1 character #x8F.
Sections [Rules]: 4.5 Test ID: not-wf-sa-092 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The replacement text of this entity has an illegal reference, because the character reference is expanded immediately.
Sections [Rules]: 4.5 Test ID: not-wf-sa-115 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998The 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.
Sections [Rules]: 4.5 Test ID: not-wf-sa-120 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Character 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;.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with a required field missing. The white space after the beginning sequence of the NotationDecl is missing in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with a required field missing. The Name in the NotationDecl is missing in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with a required field missing. The externalID or the PublicID is missing in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with wrong field ordering. The Name occurs after the "SYSTEM" and the externalID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with wrong key word. The string "notation" is used as a key word in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with a required field missing. The closing bracket (the greater than character) is missing in the NotationDecl.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with wrong beginning sequence. The "!" is missing in the beginning sequence in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P82-ibm82n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 82Tests NotationDecl with wrong closing sequence. The extra "!" occurs in the closing sequence in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with wrong key word. The string "public" is used as the key word in the PublicID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with wrong key word. The string "Public" is used as the key word in the PublicID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with a required field missing. The key word "PUBLIC" is missing in the PublicID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with a required field missing. The white space between the "PUBLIC" and the PubidLiteral is missing in the PublicID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with a required field missing. The PubidLiteral is missing in the PublicID in the NotationDecl in the DTD.
Sections [Rules]: 4.7 Test ID: ibm-not-wf-P83-ibm83n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 83Tests PublicID with wrong field ordering. The key word "PUBLIC" occurs after the PubidLiteral in the PublicID in the NotationDecl.
Sections [Rules]: 41. [68] Test ID: not-wf-sa-077 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Undefined ENTITY bar.
Sections [Rules]: 5 Test ID: rmt-ns11-005 RECOMMENDATION: NS1.1 Collection: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003Illegal use of prefix that has been unbound
Sections [Rules]: 5.3 Test ID: rmt-ns10-035 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: repeated identical attribute
Sections [Rules]: 5.3 Test ID: rmt-ns10-036 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Attribute uniqueness: repeated attribute with different prefixes
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x00D7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x00F7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0132 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0133 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x013F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0140 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0149 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x017F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01c4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01CC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n100.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0BB6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n101.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0BBA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n102.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n103.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n104.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n105.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n106.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C5F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n107.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n108.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C8D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n109.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0C91 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01F1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n110.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0CA9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n111.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0CB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n112.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0CBA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n113.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0CDF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n114.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0CE2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n115.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0D0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n116.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0D11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n117.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0D29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n118.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0D3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n119.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0D62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01F3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n120.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E2F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n121.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n122.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n123.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E46 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n124.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E83 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n125.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E85 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n126.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E89 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n127.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E8B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n128.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E8E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n129.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0E98 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01F6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n130.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EA0 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n131.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EA4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n132.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EA6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n133.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EA8 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n134.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EAC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n135.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EAF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n136.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EB1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n137.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n138.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EBE occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n139.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0EC5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01F9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n140.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0F48 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n141.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0F6A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n142.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x10C6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n143.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x10F7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n144.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1011 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n145.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1104 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n146.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1108 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n147.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x110A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n148.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x110D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n149.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x113B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x01F9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n150.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x113F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n151.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1141 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n152.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x114D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n153.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x114f occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n154.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1151 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n155.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1156 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n156.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x115A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n157.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1162 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n158.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1164 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n159.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1166 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0230 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n160.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x116B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n161.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x116F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n162.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1174 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n163.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x119F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n164.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11AC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n165.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11B6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n166.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11B9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n167.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11BB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n168.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11C3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n169.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11F1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n17.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x02AF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n170.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x11FA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n171.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1E9C occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n172.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1EFA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n173.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F16 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n174.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F1E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n175.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F46 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n176.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F4F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n177.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F58 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n178.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F5A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n179.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F5C occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n18.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x02CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n180.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F5E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n181.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1F7E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n182.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FB5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n183.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FBD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n184.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FBF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n185.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FC5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n186.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FCD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n187.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FD5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n188.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FDC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n189.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FED occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n19.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0387 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n190.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FF5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n191.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x1FFD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n192.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x2127 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n193.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x212F occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n194.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x2183 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n195.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x3095 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n196.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x30FB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n197.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x312D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n198.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #xD7A4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n20.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x038B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n21.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03A2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n22.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n23.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03D7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n24.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03DD occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n25.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03E1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n26.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x03F4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n27.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x040D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n28.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0450 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n29.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x045D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n30.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0482 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n31.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04C5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n32.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04C6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n33.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04C9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n34.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04EC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n35.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04ED occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n36.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04F6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n37.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x04FA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n38.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0557 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n39.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0558 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n40.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0587 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n41.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x05EB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n42.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x05F3 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n43.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0620 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n44.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x063B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n45.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x064B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n46.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06B8 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n47.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06BF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n48.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06CF occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n49.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06D4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n50.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06D6 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n51.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x06E7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n52.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x093A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n53.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x093E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n54.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0962 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n55.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x098D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n56.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0991 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n57.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0992 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n58.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09A9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n59.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09B1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n60.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09B5 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n61.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09BA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n62.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09DE occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n63.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09E2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n64.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x09F2 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n65.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A0B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n66.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n67.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n68.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n69.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n70.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A37 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n71.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n72.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A5D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n73.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A70 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n74.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A75 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n75.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #xA84 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n76.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0ABC occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n77.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0A92 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n78.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0AA9 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n79.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0AB1 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n80.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0AB4 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n81.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0ABA occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n82.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B04 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n83.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B0D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n84.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B11 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n85.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B29 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n86.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B31 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n87.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B34 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n88.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B3A occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n89.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B3E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n90.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B5E occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n91.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B62 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n92.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B8B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n93.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B91 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n94.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B98 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n95.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B9B occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n96.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0B9D occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n97.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0BA0 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n98.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0BA7 occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P85-ibm85n99.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 85Tests BaseChar with an illegal character. The character #x0BAB occurs as the first character of the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P86-ibm86n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 86Tests Ideographic with an illegal character. The character #x4CFF occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P86-ibm86n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 86Tests Ideographic with an illegal character. The character #x9FA6 occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P86-ibm86n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 86Tests Ideographic with an illegal character. The character #x3008 occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P86-ibm86n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 86Tests Ideographic with an illegal character. The character #x302A occurs as the first character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x02FF occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0346 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0362 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0487 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x05A2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x05BA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x05BE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x05C0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x05C3 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0653 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x06B8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x06B9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x06E9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x06EE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0904 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x093B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n17.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x094E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n18.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0955 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n19.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0964 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n20.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0984 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n21.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x09C5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n22.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x09C9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n23.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x09CE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n24.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x09D8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n25.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x09E4 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n26.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A03 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n27.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A3D occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n28.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A46 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n29.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n30.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n31.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A80 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n32.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0A84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n33.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0ABB occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n34.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0AC6 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n35.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0ACA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n36.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0ACE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n37.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B04 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n38.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n39.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B44 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n40.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B4A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n41.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n42.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B58 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n43.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0B84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n44.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0BC3 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n45.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0BC9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n46.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0BD6 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n47.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C0D occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n48.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C45 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n49.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n50.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C54 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n51.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C81 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n52.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0C84 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n53.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0CC5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n54.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0CC9 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n55.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0CD4 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n56.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0CD7 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n57.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0D04 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n58.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0D45 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n59.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0D49 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n60.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0D4E occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n61.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0D58 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n62.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0E3F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n63.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0E3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n64.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0E4F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n66.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0EBA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n67.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0EBE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n68.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0ECE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n69.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F1A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n70.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F36 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n71.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F38 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n72.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F3B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n73.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F3A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n74.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n75.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F85 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n76.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F8C occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n77.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F96 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n78.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0F98 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n79.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0FB0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n80.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0FB8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n81.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x0FBA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n82.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x20DD occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n83.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x20E2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n84.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x3030 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P87-ibm87n85.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 87Tests CombiningChar with an illegal character. The character #x309B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0029 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x003B occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x066A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x06FA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0970 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x09F2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0AF0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0B70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0C65 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0CE5 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0CF0 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n13.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0D70 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n14.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0E5A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n15.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0EDA occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P88-ibm88n16.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 88Tests Digit with an illegal character. The character #x0F2A occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x00B6 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x00B8 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x02D2 occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x03FE occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x065F occurs as the second character in the PITarget in the PI in the DTD.
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n06.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x0EC7 occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n07.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x3006 occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n08.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x3030 occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n09.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x3036 occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n10.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x309C occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n11.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x309F occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: B. Test ID: ibm-not-wf-P89-ibm89n12.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 89Tests Extender with an illegal character. The character #x30FF occurs as the second character in the PITarget in the PI in the DTD. [Also contains two top-level elements -- one should be removed]
Sections [Rules]: E12 Test ID: rmt-e3e-12 RECOMMENDATION: XML1.0-errata3e Collection: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006Default values for attributes may not contain references to external entities.
Sections [Rules]: E27 Test ID: rmt-e2e-27 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003Contains an irregular UTF-8 sequence (i.e. a surrogate pair)
Sections [Rules]: E38 Test ID: rmt-e2e-38 RECOMMENDATION: XML1.0-errata2e Entities: general Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003XML 1.0 document refers to 1.1 entity
Sections [Rules]: E61 Test ID: rmt-e2e-61 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003(From John Cowan) An encoding declaration in ASCII specifying an encoding that is not compatible with ASCII (so the document is not in its declared encoding). It should generate a fatal error.
Sections [Rules]: NE05 Test ID: rmt-ns10-029 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: declaring the xml prefix incorrectly
Sections [Rules]: NE05 Test ID: rmt-ns10-030 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: binding another prefix to the xml namespace
Sections [Rules]: NE05 Test ID: rmt-ns10-031 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: declaring the xmlns prefix with its correct URI (illegal)
Sections [Rules]: NE05 Test ID: rmt-ns10-032 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: declaring the xmlns prefix with an incorrect URI
Sections [Rules]: NE05 Test ID: rmt-ns10-033 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Reserved prefixes and namespaces: binding another prefix to the xmlns namespace
Sections [Rules]: NE08 Test ID: rmt-ns10-042 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Colon in PI name
Sections [Rules]: NE08 Test ID: rmt-ns10-043 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Colon in entity name
Sections [Rules]: NE08 Test ID: rmt-ns10-044 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Colon in entity name
Sections [Rules]: NE13 Test ID: rmt-ns-e1.0-13a RECOMMENDATION: NS1.0-errata1e Collection: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006The xml namespace must not be declared as the default namespace.
Sections [Rules]: NE13 Test ID: rmt-ns-e1.0-13b RECOMMENDATION: NS1.0-errata1e Collection: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006The xmlns namespace must not be declared as the default namespace.
Sections [Rules]: NE13 Test ID: rmt-ns-e1.0-13c RECOMMENDATION: NS1.0-errata1e Collection: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006Elements must not have the prefix xmlns.
3.4 XML Documents with Optional ErrorsConforming XML 1.0 Processors are permitted to ignore certain errors, or to report them at user option. In this section of this test report are found descriptions of test cases which fit into this category.
Processor behavior on such test cases does not affect conformance to the XML 1.0 (Second Edition) Recommendation, except as noted.
Sections [Rules]: 2 Test ID: rmt-ns10-004 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: a relative URI (deprecated)
Sections [Rules]: 2 Test ID: rmt-ns10-005 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: a same-document relative URI (deprecated)
Sections [Rules]: 2 Test ID: rmt-ns10-006 RECOMMENDATION: NS1.0 Collection: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003Namespace name test: an http IRI that is not a URI
Sections [Rules]: 2.11 Test ID: rmt-055 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a Latin-1 NEL in the XML declaration (to be made an error in PR)
Sections [Rules]: 2.11 Test ID: rmt-056 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a UTF-8 NEL in the XML declaration (to be made an error in PR)
Sections [Rules]: 2.11 Test ID: rmt-057 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003Has a UTF-8 LSEP in the XML declaration (to be made an error in PR)
Sections [Rules]: 2.3, 4.2.2 [11] Test ID: o-p11pass1 RECOMMENDATION: XML1.0 Collection: OASIS/NIST TESTS, 1-Nov-1998system literals may not contain URI fragments
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-008 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003an implausibly-versioned document
Sections [Rules]: 2.8 4.3.4 Test ID: rmt-009 RECOMMENDATION: XML1.1 Collection: Richard Tobin's XML 1.1 test suite 13 Feb 2003External general entity has implausible version number
Sections [Rules]: 2.8 4.3.4 Test ID: x-rmt-008 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editiona document with version=1.7, illegal in XML 1.0 through 4th edition
Sections [Rules]: 4.1 Test ID: not-wf-not-sa-005 RECOMMENDATION: XML1.0 Collection: James Clark XMLTEST cases, 18-Nov-1998Tests the Entity Declared VC by referring to an undefined parameter entity within an external entity.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P68-ibm68i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with the name "ge2" is referred in the file ibm68i01.dtd", but not declared.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P68-ibm68i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with the name "ge1" is referred before declared in the file ibm68i01.dtd".
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P68-ibm68i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with the name "ge2" is referred in the file ibm68i03.ent", but not declared.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P68-ibm68i04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 68Tests invalid EntityRef which is against P68 VC: Entity Declared. The GE with the name "ge1" is referred before declared in the file ibm68i04.ent".
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P69-ibm69i01.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests invalid PEReference which is against P69 VC: Entity Declared. The Name "pe2" in the PEReference in the file ibm69i01.dtd does not match the Name of any declared PE.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P69-ibm69i02.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with the name "pe1" is referred before declared in the file ibm69i02.dtd
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P69-ibm69i03.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests invalid PEReference which is against P69 VC: Entity Declared. The Name "pe3" in the PEReference in the file ibm69i03.ent does not match the Name of any declared PE.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-invalid-P69-ibm69i04.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Tests invalid PEReference which is against P69 VC: Entity Declared. The PE with the name "pe2" is referred before declared in the file ibm69i04.ent.
There is an output test associated with this input file.
Sections [Rules]: 4.1 Test ID: ibm-not-wf-P69-ibm69n05.xml RECOMMENDATION: XML1.0 Collection: IBM XML Conformance Test Suite - Production 69Based on E29 substantial source: minutes XML-Syntax 1999-02-24 E38 in XML 1.0 Errata, this WFC does not apply to P69, but the VC Entity declared still apply. Tests PEReference which is against P69 WFC: Entity Declared. The PE with the name "paaa" is referred before declared in the DTD.
Sections [Rules]: 4.2.2 [75] Test ID: uri01 RECOMMENDATION: XML1.0 Collection: Sun Microsystems XML TestsSYSTEM ids may not have URI fragments
Sections [Rules]: 4.3.3 Test ID: invalid-bo-7 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionA byte order mark and a backwards one in general entity cause an illegal char. error (big-endian)
Sections [Rules]: 4.3.3 Test ID: invalid-bo-8 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionA byte order mark and a backwards one in general entity cause an illegal char. error (little-endian)
Sections [Rules]: 4.3.3 Test ID: invalid-bo-9 RECOMMENDATION: XML1.0-errata4e Collection: University of Edinburgh tests for XML 1.0 5th editionA byte order mark and a backwards one in general entity cause an illegal char. error (utf-8)
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-euc-jp RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.)
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-iso-2022-jp RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.)
Sections [Rules]: 4.3.3 [4,84] Test ID: pr-xml-shift_jis RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.)
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-euc-jp RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-iso-2022-jp RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.
Sections [Rules]: 4.3.3 [4,84] Test ID: weekly-shift_jis RECOMMENDATION: XML1.0 Collection: Fuji Xerox Japanese Text TestsTest 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.
Sections [Rules]: E34 Test ID: rmt-e2e-34 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003A non-deterministic content model is an error even if the element type is not used.
Sections [Rules]: E55 Test ID: rmt-e2e-55 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003A reference to an unparsed entity in an entity value is an error rather than forbidden (unless the entity is referenced, of course)
Sections [Rules]: E57 Test ID: rmt-e2e-57 RECOMMENDATION: XML1.0-errata2e Collection: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003A value other than preserve or default for xml:space is an error
4. Contributors (Non-normative)A team of volunteer members have participated in the development of this work. Contributions have come from:
End
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4