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:54:23 UTC

cvs commit: xml-xerces/java/tests/xinclude/output test21.xml test22.txt

mrglavas    2003/11/30 20:54:23

  Modified:    java/tests/xinclude/output test21.xml test22.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/test21.xml
  
  Index: test21.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test21.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test21.xml	29 Sep 2003 17:32:25 -0000	1.1
  +++ test21.xml	1 Dec 2003 04:54:23 -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 including file with different MIME-type as text -->
      &lt;?xml version=&quot;1.0&quot;?&gt;
   &lt;elem xmlns=&quot;http://www.schemaTest.org/xinclude-test&quot;/&gt;
  
  
  
  1.2       +1 -1      xml-xerces/java/tests/xinclude/output/test22.txt
  
  Index: test22.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test22.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test22.txt	29 Sep 2003 17:32:25 -0000	1.1
  +++ test22.txt	1 Dec 2003 04:54:23 -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">
      <!-- include not well formed XML -->
      <!-- EXPECT FAILURE -->
      [Fatal Error] not-well-formed.xml:1:10: Attribute name "is" associated with an element type "this" must be followed by the ' = ' character.
  
  
  

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