sboag 01/05/14 07:17:57
Modified: test/tests/conf/copy copy16.xml copy21.xml copy22.xml
Log:
Fixed doctype declarations so they won't report errors.
Revision Changes Path
1.2 +2 -2 xml-xalan/test/tests/conf/copy/copy16.xml
Index: copy16.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy16.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- copy16.xml 2000/12/15 19:50:36 1.1
+++ copy16.xml 2001/05/14 14:17:43 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<!DOCTYPE t04 [
- <!ELEMENT main (a*)>
+<!DOCTYPE main [
+ <!ELEMENT main (a|b)*>
<!ELEMENT a (#PCDATA)>
<!ATTLIST a id ID #REQUIRED>
<!ELEMENT b (#PCDATA)>
1.2 +5 -1 xml-xalan/test/tests/conf/copy/copy21.xml
Index: copy21.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy21.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- copy21.xml 2001/01/11 21:50:16 1.1
+++ copy21.xml 2001/05/14 14:17:47 1.2
@@ -1,5 +1,9 @@
<?xml version="1.0" standalone="no" ?>
-<!DOCTYPE test [
+<!DOCTYPE test [
+ <!ELEMENT test (extEnt)>
+ <!ELEMENT extEnt (sub2)>
+ <!ATTLIST extEnt attr CDATA #REQUIRED>
+ <!ELEMENT sub2 (#PCDATA)>
<!ENTITY extEnt SYSTEM "ent21.xml">
]>
1.2 +1 -0 xml-xalan/test/tests/conf/copy/copy22.xml
Index: copy22.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy22.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- copy22.xml 2001/01/11 21:50:16 1.1
+++ copy22.xml 2001/05/14 14:17:49 1.2
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE test [
+ <!ELEMENT test (#PCDATA)>
<!ENTITY extEnt SYSTEM "ent22.xml">
]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]