summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/xml-1.1/ibm_valid.xml
blob: bc0baf72622ce12a377b16fda650fc3f76ddd888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!--
        (C) Copyright IBM Corp. 2003  All rights reserved.
        
        US Government Users Restricted Rights Use, duplication or
        disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
        
        The program is provided "as is" without any warranty express or
        implied, including the warranty of non-infringement and the implied
        warranties of merchantibility and fitness for a particular purpose.
        IBM will not be liable for any damages suffered by you as a result
        of using the Program. In no event will IBM be liable for any
        special, indirect or consequential damages or lost profits even if
        IBM has been advised of the possibility of their occurrence. IBM
        will not be liable for any third party claims against you.
-->
<TESTCASES PROFILE="IBM Valid Conformance Tests for XML 1.1 CR October 15, 2002">

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 2">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v01.xml" ENTITIES="none" SECTIONS="2.2" >
        This test case covers legal character ranges plus discrete legal characters 
        for production 02 of the XML1.1 sepcification.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v02.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v02.xml" ENTITIES="none" SECTIONS="2.2,4.1" >
        This test case covers control characters x1 to x1F and x7F to x9F 
        which should only appear as character references.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v03.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v03.xml" ENTITIES="none" SECTIONS="2.2,4.1" >
        This test case covers control characters x1 to x1F and x7F to x9F 
        which appear as character references as an entity's replacement text.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v04.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v04.xml" ENTITIES="none" SECTIONS="2.2,4.1" >
        This test case contains embeded whitespace characters 
                 some form the range 1 - 1F.
    </TEST>    
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v05.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v05.xml" ENTITIES="none" SECTIONS="2.2,4.1" >
        This test case contains valid char references that match the char production.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P02/ibm02v06.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P02-ibm02v06.xml" ENTITIES="general" SECTIONS="2.2,4.1" >
        This test case contains valid char references in the CDATA section, comment and
        processing instruction of an external entity that match the char production.
    </TEST>     
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 3">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v01.xml" ENTITIES="general" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v01.xml" >
        The two character sequence #x0D #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v02.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v02.xml" ENTITIES="general" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v02.xml" >
        The single character sequence #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v03.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v03.xml" ENTITIES="general" SECTIONS="2.11"              
        OUTPUT="valid/P03/out/ibm03v03.xml" >
        The two character sequence #x0D #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v04.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v04.xml" ENTITIES="general" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v04.xml" >
        The single character sequence #x85 in an external entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v05.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v05.xml" ENTITIES="none" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v05.xml" >
        The two character sequence #x0D #x85 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v06.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v06.xml" ENTITIES="none" SECTIONS="2.11"         
        OUTPUT="valid/P03/out/ibm03v06.xml" >
        The single character sequence #x85 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v07.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v07.xml" ENTITIES="none" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v07.xml" >
        The single character sequence #x2028 in a document entity must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v08.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v08.xml" ENTITIES="none" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v08.xml" >
        The single character sequence #x85 in the XMLDecl must be normalized to a 
        single newline.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P03/ibm03v09.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P03-ibm03v09.xml" ENTITIES="general" SECTIONS="2.11" 
        OUTPUT="valid/P03/out/ibm03v09.xml" >
        The single character sequence #x2028 in the XMLDecl must be normalized to a 
        single newline. (This test is questionable)
  </TEST>  
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P04/ibm04v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P04-ibm04v01.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal NameStartChars character ranges plus discrete legal 
        characters for production 04.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 4a">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P04a/ibm04av01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P04-ibm04av01.xml" ENTITIES="none" SECTIONS="2.3" >
        This test case covers legal NameChars character ranges plus discrete legal 
        characters for production 04a.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 5">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v01.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal Element Names as per production 5.
    </TEST>
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v02.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v02.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal PITarget (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v03.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v03.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal Attribute (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v04.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v04.xml" ENTITIES="none" SECTIONS="2.3" >
        This test case covers legal ID/IDREF (Names) as per production 5.
    </TEST>  
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P05/ibm05v05.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P05-ibm05v05.xml" ENTITIES="none" SECTIONS="2.3" NAMESPACE="no">
        This test case covers legal ENTITY (Names) as per production 5.
    </TEST>      
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 7">
    <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P07/ibm07v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P047-ibm07v01.xml" ENTITIES="none" SECTIONS="2.3" >
        This test case covers legal NMTOKEN Name character ranges plus discrete legal 
        characters for production 7.
    </TEST>
</TESTCASES>

<TESTCASES PROFILE="IBM XML Conformance Test Suite - Production 77">
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v01.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v01.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v02.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v02.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v03.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v03.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v04.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v04.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v05.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v05.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v06.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v06.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v07.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v07.xml" ENTITIES="none" SECTIONS="4.3.4" >
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xD8.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v08.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v08.xml" ENTITIES="none" SECTIONS="4.3.4" >
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #x1FFF.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v09.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v09.xml" ENTITIES="none" SECTIONS="4.3.4" >
        The VersionNum of the document and external dtd is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF901.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v10.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v10.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF6.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v11.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v11.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #x1FFF.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v12.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v12.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and external entity is 1.1 and both contain the 
        valid XML1.1 but invalid XML1.0 character #xF901.
  </TEST>  
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v13.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v13.xml" ENTITIES="none" SECTIONS="4.3.4" >
        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.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v14.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v14.xml" ENTITIES="none" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v15.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v15.xml" ENTITIES="none" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v16.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v16.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v17.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v17.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v18.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v18.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.        
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v19.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v19.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v20.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v20.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v21.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v21.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v22.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v22.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x7F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v23.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v23.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x80. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v24.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v24.xml" ENTITIES="general" SECTIONS="4.3.4" >
        The VersionNum of the document and the external entity is 1.1.  The entity contains 
        a reference to the character #x9F. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v25.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v25.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v26.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v26.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v27.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v27.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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.
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v28.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v28.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v29.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v29.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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. 
  </TEST>
  <TEST VERSION="1.1" RECOMMENDATION="XML1.1" URI="valid/P77/ibm77v30.xml" 
        TYPE="valid" ID="ibm-1-1-valid-P77-ibm77v30.xml" ENTITIES="general" SECTIONS="4.3.4" >
        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. 
  </TEST>
</TESTCASES>

</TESTCASES>