mrglavas 2003/11/30 20:55:25 Modified: java/tests/xinclude/output test39.txt test40.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/test39.txt Index: test39.txt =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test39.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test39.txt 29 Sep 2003 17:32:25 -0000 1.1 +++ test39.txt 1 Dec 2003 04:55:25 -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" xml:base="../"> +<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" xml:base="../"> <!-- using xml:base on both parent element to move to wrong directory --> <!-- EXPECT FAILURE --> [Warning] test39.xml:10:45: Include operation failed, reverting to fallback. Resource error reading file as XML (href='../included/elem.xml'). Reason: tests\included\elem.xml (The system cannot find the path specified) 1.2 +1 -1 xml-xerces/java/tests/xinclude/output/test40.txt Index: test40.txt =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test40.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test40.txt 29 Sep 2003 17:32:25 -0000 1.1 +++ test40.txt 1 Dec 2003 04:55:25 -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"> <!-- using xml:base on include element to move to wrong directory --> <!-- EXPECT FAILURE --> [Warning] test40.xml:10:45: Include operation failed, reverting to fallback. Resource error reading file as XML (href='../included/elem.xml'). Reason: tests\included\elem.xml (The system cannot find the path specified)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
