mrglavas    2003/11/30 20:54:08

  Modified:    java/tests/xinclude/output test17.xml test18.txt
  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/test17.xml
  
  Index: test17.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test17.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test17.xml        29 Sep 2003 17:32:25 -0000      1.1
  +++ test17.xml        1 Dec 2003 04:54:08 -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">
      <!-- test that empty fallback is valid -->
      <elem xmlns="http://www.schemaTest.org/xinclude-test"; 
xml:base="../included/elem.xml"/>
   </x>
  
  
  
  1.2       +1 -1      xml-xerces/java/tests/xinclude/output/test18.txt
  
  Index: test18.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test18.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test18.txt        29 Sep 2003 17:32:25 -0000      1.1
  +++ test18.txt        1 Dec 2003 04:54:08 -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">
      <!-- tests that fallback must be child of include -->
      <!-- EXPECT FAILURE -->
      [Fatal Error] test18.xml:8:18: A 'fallback' element was found that did not have 
'include' as the parent.
  
  
  

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

Reply via email to