From: Oleg T. <he...@us...> - 2004-10-30 09:56:40
|
Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26849/v1/test/XInclude-Test-Suite/EdUni/test Modified Files: book.xml chap1.xml chap2.xml extract.xml Log Message: Updated Test Suite and added non-streaming mode tests. Index: chap2.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/chap2.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chap2.xml 28 Oct 2004 13:01:53 -0000 1.2 +++ chap2.xml 30 Oct 2004 09:56:28 -0000 1.3 @@ -1,5 +1,4 @@ <!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.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- book.xml 28 Oct 2004 13:01:53 -0000 1.4 +++ book.xml 30 Oct 2004 09:56:28 -0000 1.5 @@ -1,7 +1,5 @@ <!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> Index: extract.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/EdUni/test/extract.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- extract.xml 28 Oct 2004 13:01:53 -0000 1.2 +++ extract.xml 30 Oct 2004 09:56:28 -0000 1.3 @@ -1,5 +1,4 @@ <!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.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chap1.xml 28 Oct 2004 13:01:53 -0000 1.2 +++ chap1.xml 30 Oct 2004 09:56:28 -0000 1.3 @@ -1,5 +1,4 @@ <!DOCTYPE chapter [ -<!ELEMENT chapter (#PCDATA)> <!ATTLIST chapter id ID #IMPLIED> ]> <chapter id="chap1"> |