From: Oleg T. <he...@us...> - 2004-10-26 19:29:08
|
Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/result In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11487/v1/test/XInclude-Test-Suite/Harold/result Modified Files: accepthtml.xml test.xml Log Message: Working on bugs. Index: accepthtml.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Harold/result/accepthtml.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- accepthtml.xml 19 Oct 2004 16:25:01 -0000 1.1 +++ accepthtml.xml 26 Oct 2004 19:28:43 -0000 1.2 @@ -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.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- test.xml 19 Oct 2004 16:25:03 -0000 1.1 +++ test.xml 26 Oct 2004 19:28:44 -0000 1.2 @@ -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> |