mrglavas 2004/07/19 21:04:38
Modified: java/tests/xinclude/included/dir include09.xml
Log:
Updating test document. Must unbind namespace on
'child4' element. An xi:fallback element must not
contain any elements from the XInclude namespace
other than xi:include.
Revision Changes Path
1.4 +1 -1 xml-xerces/java/tests/xinclude/included/dir/include09.xml
Index: include09.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/tests/xinclude/included/dir/include09.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- include09.xml 14 Apr 2004 19:27:22 -0000 1.3
+++ include09.xml 20 Jul 2004 04:04:38 -0000 1.4
@@ -4,7 +4,7 @@
<fallback><child3 xmlns="" name="kid3"><desc><include
xmlns="http://www.w3.org/2001/XInclude" href="../include10.txt" parse="text">
<fallback>
<!-- this fallback won't be used -->
- <child4 name="kid4">
+ <child4 xmlns="" name="kid4">
<desc>Text4</desc>
</child4>
</fallback></include></desc></child3></fallback>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]