You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2003/12/01 05:58:27 UTC

cvs commit: xml-xerces/java/tests/xinclude/tests test30.xml test31.xml

mrglavas    2003/11/30 20:58:27

  Modified:    java/tests/xinclude/tests test30.xml test31.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/test30.xml
  
  Index: test30.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/tests/test30.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test30.xml	28 Jul 2003 20:47:33 -0000	1.1
  +++ test30.xml	1 Dec 2003 04:58:27 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE x SYSTEM "tests.dtd">
   <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">
      <!-- including document with non-conflicting unparsed entity -->
  
  
  
  1.2       +1 -1      xml-xerces/java/tests/xinclude/tests/test31.xml
  
  Index: test31.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/tests/test31.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test31.xml	28 Jul 2003 20:47:33 -0000	1.1
  +++ test31.xml	1 Dec 2003 04:58:27 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE x SYSTEM "tests.dtd">
   <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">
      <!-- including document with duplicate unparsed entity -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org