XML
XML W3C Conformance Test Suite
27 August 2008
-
This version:
-
-
Current Version:
-
-
Previous Versions:
-
-
Test Archive:
-
-
W3C XML Core Working Group:
-
-
Comments:
-
Table of Contents
-
Introduction
-
Test Matrix
-
Binary Tests
-
Output Tests
-
Test Case Descriptions
-
Valid Documents
-
Invalid Documents
-
Not-WF Documents
-
Optional Errors
-
Contributors
1. Introduction
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 Matrix
Two basic types of test are presented here. These are
respectively
Binary Tests
and
Output Tests
.
2.1 Binary Tests
Binary 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:
- Validating processors check special productions that
nonvalidating parsers don't, called validity
constraints. (Both must check a basic set of productions,
requiring XML documents to be well formed.)
- Nonvalidating processors are permitted to not
include external entities, such as files with
text. Accordingly, they may not report errors which
would have been detected had those entities been read.
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 Matrix
Test Document Type v. Parser Type
| |
Nonvalidating |
Validating |
External Entities Ignored (3 cases) |
External Entities Read |
| Valid Documents |
accept
|
accept
|
accept
|
| Invalid Documents |
accept
|
accept
|
reject |
| Non-WF Documents |
reject |
reject |
reject |
WF Errors tied
to External Entity |
accept
(varies) |
reject |
reject |
Documents with Optional Errors |
(not specified) |
(not specified) |
(not specified) |
At 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 Tests
The 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 Descriptions
This 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:
- An entry describing the Sections and/or Rules
from the
XML 1.0 (Second Edition) Recommendation which this case excercises.
- The unique Test ID within a given Collection
for this test.
- The Collection from which this test originated.
Given the Test ID and the Collection, each
test can be uniquely identified.
- Some tests may have a field identifying the kinds of
external Entities a nonvalidating processor must
include (parameter, general, or both) to be able to
detect any errors in that test case.
3.1 Valid XML Documents
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 2003 |
|
Namespace 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 2003 |
|
Namespace 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 2003 |
|
Namespace 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 2003 |
|
Namespace 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 2003 |
|
Namespace 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 1 |
|
Tests 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 2003 |
|
Namespace 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 2003 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
A 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-1998 |
|
A 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-1998 |
|
A 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-1998 |
|
A 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 3 |
|
The 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
has 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-1998 |
|
Test demonstrates the use of optional character and content particles within mixed element content. The test also shows the use of an external entity and that a carriage control line feed in an external entity must be normalized to a single newline.
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-1998 |
|
Test demonstrates the use of a public identifier with and external entity.
The test also show that a carriage control line feed combination in an external
entity must be normalized to a single newline.
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-1998 |
|
This 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-1998 |
|
Tests 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 33 |
|
Tests 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 34 |
|
Duplicate 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 35 |
|
Tests 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 36 |
|
Tests 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 37 |
|
Tests 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 38 |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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 2 |
|
This 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 2 |
|
This 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 2003 |
|
Contains 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 2003 |
|
Contains 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 2003 |
|
Contains 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-1998 |
|
various 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
The 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-1998 |
|
The document is encoded in UTF-8 and the text inside the
root element uses two non-ASCII characters, encoded in UTF-8
and each of which expands to a Unicode surrogate pair.
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 2 |
|
This 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 2 |
|
This 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 2 |
|
This 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 2 |
|
This 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 2 |
|
This 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 3 |
|
Tests 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 9 |
|
Empty 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 9 |
|
Tests 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 9 |
|
Tests 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 9 |
|
Tests 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 9 |
|
Tests 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 10 |
|
Tests 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 10 |
|
Tests 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 10 |
|
Test 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 10 |
|
Test 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 10 |
|
Test 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 10 |
|
Test 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 10 |
|
testing 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 10 |
|
testing 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 11 |
|
Tests 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 11 |
|
Tests 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 11 |
|
Tests 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 11 |
|
Tests 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 12 |
|
Tests 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 12 |
|
Tests 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 12 |
|
Tests 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 12 |
|
Tests 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 13 |
|
Testing 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 4 |
|
This 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 4a |
|
This 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 5 |
|
This 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 5 |
|
This 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 5 |
|
This 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 5 |
|
This 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 5 |
|
This 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 7 |
|
This 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Has 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 2003 |
|
Namespace 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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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 edition |
|
This
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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Makes sure that PUBLIC identifiers may have some strange
characters. NOTE: The XML editors have said that the XML
specification errata will specify that parameter entity expansion
does not occur in PUBLIC identifiers, so that the '%' character
will not flag a malformed parameter entity reference.
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-1998 |
|
valid public IDs.
|
|
Sections [Rules]:
|
2.3 [4] |
|
Test ID:
|
valid-sa-012 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Uses 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-1998 |
|
The 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-1998 |
|
various 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-1998 |
|
various 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-1998 |
|
various satisfaction of an NMTOKENS attribute value.
|
|
Sections [Rules]:
|
2.3 [9] |
|
Test ID:
|
o-p09pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
valid 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 14 |
|
Testing 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 14 |
|
Testing 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 14 |
|
Testing 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-1998 |
|
Valid 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Comments 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 15 |
|
Tests 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 15 |
|
Tests 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 15 |
|
Tests 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 15 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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 Tests |
|
Comments 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 16 |
|
Tests 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 16 |
|
Tests 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 16 |
|
Tests 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 17 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Expands a general entity which contains a CDATA section with
what looks like a markup declaration (but is just text since
it's in a CDATA section).
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 18 |
|
Tests 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 19 |
|
Tests 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 20 |
|
Tests 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 20 |
|
Tests 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 21 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Attribute 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 Tests |
|
Parameter 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 22 |
|
Tests 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 22 |
|
Tests 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 22 |
|
Tests 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 22 |
|
Tests 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 22 |
|
Tests 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 22 |
|
Tests 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 22 |
|
Tests 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 23 |
|
Tests 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 23 |
|
Tests 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 23 |
|
Tests 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 23 |
|
Tests 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 23 |
|
Tests 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 23 |
|
Tests 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 24 |
|
Tests 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 24 |
|
Tests 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 25 |
|
Tests 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 25 |
|
Tests 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 25 |
|
Tests 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 25 |
|
Tests 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 26 |
|
Tests 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 27 |
|
Tests 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 27 |
|
Tests 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 27 |
|
Tests 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 28 |
|
Tests 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 28 |
|
Tests 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 29 |
|
Tests 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 29 |
|
Tests 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 30 |
|
Tests 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 30 |
|
Tests 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 31 |
|
Tests 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-1998 |
|
Valid 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-1998 |
|
Valid 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-1998 |
|
Valid 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-1998 |
|
Valid 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-1998 |
|
Valid 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-1998 |
|
Valid 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 2003 |
|
Second-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 2003 |
|
A 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 edition |
|
a 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-1998 |
|
XML decl and doctypedecl
|
|
Sections [Rules]:
|
2.8 [22] |
|
Test ID:
|
o-p22pass5 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
just doctypedecl
|
|
Sections [Rules]:
|
2.8 [22] |
|
Test ID:
|
o-p22pass6 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
S 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Valid types of markupdecl.
|
|
Sections [Rules]:
|
2.8 [31] |
|
Test ID:
|
o-p31pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
external 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-1998 |
|
Constructs 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 Tests |
|
A 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 Tests |
|
A 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 Tests |
|
A 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 Tests |
|
A 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 32 |
|
Tests 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 32 |
|
Tests 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 32 |
|
Tests 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 32 |
|
Tests 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-1998 |
|
Test 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 Tests |
|
A 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 Tests |
|
A 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 Tests |
|
A document may be marked 'standalone' if any
the defined entities need expanding are internal,
and no attributes need defaulting or normalization.
On output, requires notations to be correctly reported.
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 Tests |
|
Like 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 Tests |
|
Like 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 Tests |
|
Tests 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 39 |
|
Tests 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 Tests |
|
Tests 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 40 |
|
Tests 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 41 |
|
Tests 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 42 |
|
Tests 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 43 |
|
Tests 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 44 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Empty-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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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 45 |
|
Tests 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-1998 |
|
Valid 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-1998 |
|
Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear.
|
|
Sections [Rules]:
|
3.2 3.2.1 [45] [46] [47] |
|
Test ID:
|
o-p49pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
Valid use of contentspec, element content models, choices, and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between choices.
|
|
Sections [Rules]:
|
3.2 3.2.1 [45] [46] [47] |
|
Test ID:
|
o-p50pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
Valid use of contentspec, element content models, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear. Whitespace is also valid between sequences.
|
|
Sections [Rules]:
|
3.2 3.2.1 [45] [46] [47] |
|
Test ID:
|
o-p47pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
Valid use of contentspec, element content models, choices, sequences and content particles within an element type declaration. The optional character following a name or list governs the number of times the element or content particle may appear.
|
|
Sections [Rules]:
|
3.2 3.3 [46] [53] |
|
Test ID:
|
valid-sa-059 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY. The element cannot have any contents and must always appear as an empty element in the document. The test also shows an Attribute-list declaration with multiple AttDef's.
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-1998 |
|
valid element declarations
|
|
Sections [Rules]:
|
3.2 [46] |
|
Test ID:
|
valid-sa-025 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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 47 |
|
Tests 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 49 |
|
Tests 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 50 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test demonstrates the use of the optional character following a name or list to govern the number of times an element or content particles in the list occur.
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 51 |
|
Tests 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 51 |
|
Tests 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-1998 |
|
Test 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 Tests |
|
Tests 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-1998 |
|
valid Mixed contentspec's.
|
|
Sections [Rules]:
|
3.3 |
|
Test ID:
|
valid-sa-043 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
An 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-1998 |
|
Basically 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 52 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that REQUIRED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use ID as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use IDREF as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use IDREFS as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use ENTITY as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use ENTITIES as the TokenizedType within the Attribute type. The test also shows that IMPLIED is a valid DefaultDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that a value can be given to the attribute in the Start-tag as well as the AttListDecl.
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-1998 |
|
Test demonstrates that an AttlistDecl can use an StringType of CDATA within the Attribute type. The test also shows that FIXED is a valid DefaultDecl and that an value can be given to the attribute.
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-1998 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test demonstrates that when more than one definition is provided for the same attribute of a given element type only the first declaration is binding.
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-1998 |
|
Test 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-1998 |
|
Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding.
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-1998 |
|
Test demonstrates that when more that one definition is provided for the same attribute of a given element type only the first declaration is binding.
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-1998 |
|
valid AttlistDecls: No AttDef's are required,
and the terminating
S is optional, multiple ATTLISTS per element are OK, and multiple
declarations of the same attribute are OK.
|
|
Sections [Rules]:
|
3.3 [52][53] |
|
Test ID:
|
valid-sa-113 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Test 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-1998 |
|
a valid AttDef
|
|
Sections [Rules]:
|
3.3.1 |
|
Test ID:
|
valid-sa-076 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Verifies that an XML parser will parse a NOTATION
attribute; the output phase of this test ensures that
both notations are reported to the application.
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-1998 |
|
Verifies that an XML parser will parse a NOTATION
attribute; the output phase of this test ensures that
the notation is reported to the application.
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-1998 |
|
Verifies that an XML parser will parse an ENTITY
attribute; the output phase of this test ensures that
the notation is reported to the application, and for
validating parsers it further tests that the entity
is so reported.
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 54 |
|
Tests 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 54 |
|
Tests 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 54 |
|
Tests 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 55 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 56 |
|
Tests 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 57 |
|
Tests 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 58 |
|
Tests 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 58 |
|
Tests 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 59 |
|
Tests 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 59 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored.
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-1998 |
|
Test demonstrates an Attribute List declaration that uses a StringType as the AttType and also expands the CDATA attribute with a character reference. The test also shows that the leading zeros in the character reference are ignored.
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-1998 |
|
the three kinds of attribute types
|
|
Sections [Rules]:
|
3.3.1 [55] |
|
Test ID:
|
o-p55pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
StringType = "CDATA"
|
|
Sections [Rules]:
|
3.3.1 [56] |
|
Test ID:
|
o-p56pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
the 7 tokenized attribute types
|
|
Sections [Rules]:
|
3.3.1 [57] |
|
Test ID:
|
o-p57pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
enumerated 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-1998 |
|
NOTATION enumeration has on or more items
|
|
Sections [Rules]:
|
3.3.1 [59] |
|
Test ID:
|
v-sgml01 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
Sun Microsystems XML Tests |
|
XML 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-1998 |
|
NMTOKEN 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 60 |
|
Tests 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 60 |
|
Tests 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 60 |
|
Tests 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 60 |
|
Tests 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 Tests |
|
Tests 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-1998 |
|
the 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-1998 |
|
Test 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-1998 |
|
Basically 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Basically 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-1998 |
|
Basically 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-1998 |
|
Basically 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-1998 |
|
Basically 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-1998 |
|
Character 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-1998 |
|
Test 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-1998 |
|
Test 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 61 |
|
Tests 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 61 |
|
Tests 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 62 |
|
Tests 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 62 |
|
Tests 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 62 |
|
Tests 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 62 |
|
Tests 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 62 |
|
Tests 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 63 |
|
Tests 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 63 |
|
Tests 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 63 |
|
Tests 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 63 |
|
Tests 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 63 |
|
Tests 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 64 |
|
Tests 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 64 |
|
Tests 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 64 |
|
Tests 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 65 |
|
Tests 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 65 |
|
Tests 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-1998 |
|
valid 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-1998 |
|
Test 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-1998 |
|
Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference.
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-1998 |
|
Test demonstrates the use of the conditional section INCLUDE that will include its contents as part of the DTD. The keyword is a parameter-entity reference.
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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
valid 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-1998 |
|
Test demonstrates the use of the conditonal section IGNORE the will ignore its content from being part of the DTD. The keyword is a parameter-entity reference.
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-1998 |
|
valid IGNORE sections
|
|
Sections [Rules]:
|
3.4 [64] |
|
Test ID:
|
o-p64pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
IGNOREd sections ignore everything except section delimiters
|
|
Sections [Rules]:
|
4 |
|
Test ID:
|
valid-sa-085 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Parameter 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 66 |
|
Tests 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 67 |
|
Tests 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 68 |
|
Tests 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 68 |
|
Tests 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 69 |
|
Tests 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 69 |
|
Tests 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 2003 |
|
Contains 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 2003 |
|
Contains 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 2003 |
|
Contains 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Tests 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-1998 |
|
Expands 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-1998 |
|
Test 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-1998 |
|
Tests 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-1998 |
|
Valid 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-1998 |
|
Test 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-1998 |
|
Expands 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Valid PEReferences.
|
|
Sections [Rules]:
|
4.2 |
|
Test ID:
|
valid-sa-086 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Tests 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-1998 |
|
Test 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 70 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
An 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-1998 |
|
Valid GEDecls
|
|
Sections [Rules]:
|
4.2 [72] |
|
Test ID:
|
valid-sa-082 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
James Clark XMLTEST cases, 18-Nov-1998 |
|
Tests 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-1998 |
|
Tests 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Valid PEDecls
|
|
Sections [Rules]:
|
4.2 [73] |
|
Test ID:
|
o-p73pass1 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
OASIS/NIST TESTS, 1-Nov-1998 |
|
EntityDef 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-1998 |
|
Test 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-1998 |
|
Test demonstrates the use of external
entity and how replacement text is retrieved and processed. Also tests the use of an
EncodingDecl of UTF-16.
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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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-1998 |
|
valid NDataDecls
|
|
Sections [Rules]:
|
4.3.1 4.3.2 [77] [78] |
|
Test ID:
|
ext01 |
|
RECOMMENDATION:
|
XML1.0 |
|
Collection:
|
Sun Microsystems XML Tests |
|
Tests 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-1998 |
|
Test 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 78 |
|
Tests 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 79 |
|
Tests extPE
|
|
Sections [Rules]:
|
4.3.2 |
|
Test ID:
|
rmt-054 |
|
RECOMMENDATION:
|
XML1.1 |
|
Collection:
|
Richard Tobin's XML 1.1 test suite 13 Feb 2003 |
|
Contains 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 Tests |
|
Tests 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 Tests |
|
Test 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 Tests |
|
Test 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 Tests |
|
Test 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 Tests |
|
Test 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 Tests |
|
Test 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 Tests |
|
Test 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-1998 |
|
Test 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-1998 |
|
Test 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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 77 |
|
The 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-1998 |
|
Tests 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-1998 |
|
Verifies 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-1998 |
|
Test 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-1998 |
|
Parameter 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-1998 |
|
Tests 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-1998 |
|
Tests 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-1998 |
|
Tests whether entity references in internal entities are
expanded late enough, by relying on correct handling to
make the expanded text be valid. (If it's expanded too
early, the entity will parse as an element that's not
valid in that context.)
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-1998 |
|
This 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-1998 |
|
Test 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-1998 |
|
Test 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 Tests |
|
Tests 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 Tests |
|
Tests 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 Tests |
|
Tests 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-1998 |
|
Verifies 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 82 |
|
Tests 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 Tests |
|
NOTATION declarations don't need SYSTEM IDs; and
externally declared notations may be used to declare
unparsed entities in the internal DTD subset.
The notation must be reported to the application.
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 85 |
|
This 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 86 |
|
This 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 87 |
|
This 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 88 |
|
This 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 89 |
|
This 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 edition |
|
Tests 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 |
|
| |