mrglavas    2003/11/30 20:56:17

  Modified:    java/tests/xinclude/tests test12.xml test13.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/tests/test12.xml
  
  Index: test12.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/tests/test12.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test12.xml        28 Jul 2003 20:47:32 -0000      1.1
  +++ test12.xml        1 Dec 2003 04:56:17 -0000       1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <x xmlns="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">
      <!-- tests that 2 fallbacks cause a failure when the include is unsuccessful -->
  
  
  
  1.2       +1 -1      xml-xerces/java/tests/xinclude/tests/test13.xml
  
  Index: test13.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/tests/test13.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test13.xml        28 Jul 2003 20:47:32 -0000      1.1
  +++ test13.xml        1 Dec 2003 04:56:17 -0000       1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <x xmlns="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">
      <!-- tests that other elements from xi namespace are not allowed when include is 
successful -->
  
  
  

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

Reply via email to