Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11487/v1/test/XInclude-Test-Suite/Harold/test
Modified Files:
docwithid.xml docwithidandtumbler.xml
Log Message:
Working on bugs.
Index: docwithidandtumbler.xml
===================================================================
RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/test/docwithidandtumbler.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- docwithidandtumbler.xml 19 Oct 2004 16:25:05 -0000 1.1
+++ docwithidandtumbler.xml 26 Oct 2004 19:28:45 -0000 1.2
@@ -1,4 +1,5 @@
<!DOCTYPE test [
+ <!ELEMENT p (#PCDATA)>
<!ATTLIST p id ID #REQUIRED>
]>
<test>
Index: docwithid.xml
===================================================================
RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/test/docwithid.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- docwithid.xml 19 Oct 2004 16:25:05 -0000 1.1
+++ docwithid.xml 26 Oct 2004 19:28:44 -0000 1.2
@@ -1,4 +1,5 @@
<!DOCTYPE test [
+ <!ELEMENT p (#PCDATA)>
<!ATTLIST p id ID #REQUIRED>
]>
<test>
|