From: Oleg T. <he...@us...> - 2004-10-30 09:56:40
|
Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/result In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26849/v1/test/XInclude-Test-Suite/Harold/result Modified Files: accepthtml.xml test.xml Log Message: Updated Test Suite and added non-streaming mode tests. Index: accepthtml.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/result/accepthtml.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- accepthtml.xml 26 Oct 2004 19:28:43 -0000 1.2 +++ accepthtml.xml 30 Oct 2004 09:56:28 -0000 1.3 @@ -1,4 +1,4 @@ <?xml version="1.0"?> <root xmlns:xi="http://www.w3.org/2001/XInclude"> -<![CDATA[<html><body>content</body></html> -]]></root> \ No newline at end of file +<![CDATA[<html><body>content</body></html>]]> +</root> \ No newline at end of file Index: test.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/result/test.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- test.xml 26 Oct 2004 19:28:44 -0000 1.2 +++ test.xml 30 Oct 2004 09:56:28 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- comment before root --> <!DOCTYPE test [ - <!ELEMENT test (latin1, test2)> +<!ELEMENT test (latin1 , test2)> ]> <test xmlns:xinclude="http://www.w3.org/2001/XInclude"> <latin1> |