mrglavas    2003/11/30 20:55:32

  Modified:    java/tests/xinclude/output test41.xml
               java/tests/xinclude/tests test01.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/output/test41.xml
  
  Index: test41.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test41.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test41.xml        29 Sep 2003 17:32:25 -0000      1.1
  +++ test41.xml        1 Dec 2003 04:55:32 -0000       1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<x xmlns="http://www.schemaTest.org/xinclude-test"; 
xmlns:xi="http://www.w3.org/2001/XInclude"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
  +<x xmlns="http://www.schemaTest.org/xinclude-test"; 
xmlns:xi="http://www.w3.org/2003/XInclude"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
      <!-- final included element specifies an xml:base attribute, which will be
           overwritten by the new xml:base attribute -->
      <!-- redundant path structure --><elem 
xmlns="http://www.schemaTest.org/xinclude-test"; xml:base="../included/dir/"/>
  
  
  
  1.2       +1 -1      xml-xerces/java/tests/xinclude/tests/test01.xml
  
  Index: test01.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/tests/test01.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test01.xml        28 Jul 2003 20:47:32 -0000      1.1
  +++ test01.xml        1 Dec 2003 04:55:32 -0000       1.2
  @@ -2,7 +2,7 @@
   <!-- This test doesn't test anything in particular.  But it is an example of a
        somewhat complicated setup. -->
   <xit:myRoot  xmlns:xit="http://www.schemaTest.org/xinclude-test";
  -            xmlns:xi="http://www.w3.org/2001/XInclude";
  +            xmlns:xi="http://www.w3.org/2003/XInclude";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
               xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
        <xi:include xmlns:test01="http://www.test.org/test02"; 
href="../included/invalid.xml">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to