mrglavas 2003/11/30 20:53:39 Modified: java/tests/xinclude/output test09.txt test10.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/output/test09.txt Index: test09.txt =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test09.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test09.txt 29 Sep 2003 17:32:25 -0000 1.1 +++ test09.txt 1 Dec 2003 04:53:39 -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 0 fallbacks is a failure when the include is unsuccessful --> <!-- EXPECT FAILURE --> [Warning] test09.xml:9:48: Include operation failed, reverting to fallback. Resource error reading file as XML (href='../included/invalid.xml'). Reason: tests\xinclude\included\invalid.xml (The system cannot find the file specified) 1.2 +1 -1 xml-xerces/java/tests/xinclude/output/test10.xml Index: test10.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/tests/xinclude/output/test10.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test10.xml 29 Sep 2003 17:32:25 -0000 1.1 +++ test10.xml 1 Dec 2003 04:53:39 -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 a fallback is used when the include is unsuccessful --> <elem xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../included/elem.xml"/> </x>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]