mrglavas 2003/11/30 20:52:29 Modified: java/tests/xinclude/included base.xml include.xml java/tests/xinclude/included/dir include09.xml Log: Updating tests to incorporate change to XInclude namespace from latest WD: http://www.w3.org/TR/2003/WD-xinclude-20031110/ Revision Changes Path 1.2 +1 -1 xml-xerces/java/tests/xinclude/included/base.xml Index: base.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/included/base.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- base.xml 29 Sep 2003 17:50:23 -0000 1.1 +++ base.xml 1 Dec 2003 04:52:29 -0000 1.2 @@ -1,4 +1,4 @@ <?xml version="1.0"?> <!-- redundant path structure --> -<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude" +<include xml:base="../included/" xmlns="http://www.w3.org/2003/XInclude" href="../included/elem_base.xml"/> 1.3 +1 -1 xml-xerces/java/tests/xinclude/included/include.xml Index: include.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/included/include.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- include.xml 29 Sep 2003 17:50:23 -0000 1.2 +++ include.xml 1 Dec 2003 04:52:29 -0000 1.3 @@ -1,3 +1,3 @@ <?xml version="1.0"?> -<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude" +<include xml:base="../included/" xmlns="http://www.w3.org/2003/XInclude" href="elem.xml"/> 1.2 +2 -2 xml-xerces/java/tests/xinclude/included/dir/include09.xml Index: include09.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/included/dir/include09.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- include09.xml 28 Jul 2003 20:47:32 -0000 1.1 +++ include09.xml 1 Dec 2003 04:52:29 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version='1.0'?> <!-- tests that files included from other directories work --> -<include xmlns="http://www.w3.org/2001/XInclude" href="invalid.xml"> - <fallback><child3 xmlns="" name="kid3"><desc><include xmlns="http://www.w3.org/2001/XInclude" href="../include10.txt" parse="text"> +<include xmlns="http://www.w3.org/2003/XInclude" href="invalid.xml"> + <fallback><child3 xmlns="" name="kid3"><desc><include xmlns="http://www.w3.org/2003/XInclude" href="../include10.txt" parse="text"> <fallback> <!-- this fallback won't be used --> <child4 name="kid4">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]