From: Oleg T. <he...@us...> - 2004-10-28 13:02:05
|
Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2444/v1/test/XInclude-Test-Suite/EdUni/test Modified Files: book.xml chap1.xml chap2.xml extract.xml Log Message: Working on bugs. Index: extract.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/extract.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- extract.xml 29 Sep 2004 07:46:15 -0000 1.1 +++ extract.xml 28 Oct 2004 13:01:53 -0000 1.2 @@ -1,4 +1,5 @@ <!DOCTYPE extract [ +<!ELEMENT include (#PCDATA)> <!ATTLIST include xmlns CDATA #FIXED "http://www.w3.org/2001/XInclude"> ]> <extract> Index: chap1.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/chap1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chap1.xml 29 Sep 2004 07:46:15 -0000 1.1 +++ chap1.xml 28 Oct 2004 13:01:53 -0000 1.2 @@ -1,4 +1,5 @@ <!DOCTYPE chapter [ +<!ELEMENT chapter (#PCDATA)> <!ATTLIST chapter id ID #IMPLIED> ]> <chapter id="chap1"> Index: chap2.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/chap2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chap2.xml 29 Sep 2004 07:46:15 -0000 1.1 +++ chap2.xml 28 Oct 2004 13:01:53 -0000 1.2 @@ -1,4 +1,5 @@ <!DOCTYPE chapter [ +<!ELEMENT chapter (#PCDATA)> <!ATTLIST chapter id ID #IMPLIED> ]> <chapter id="chap2"> Index: book.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/book.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- book.xml 19 Oct 2004 16:24:56 -0000 1.3 +++ book.xml 28 Oct 2004 13:01:53 -0000 1.4 @@ -1,5 +1,7 @@ <!DOCTYPE book [ +<!ELEMENT intro (#PCDATA)> <!ATTLIST intro id ID #IMPLIED> +<!ELEMENT include (#PCDATA)> <!ATTLIST include xmlns CDATA #FIXED "http://www.w3.org/2001/XInclude"> ]> <book> |