Update of /cvsroot/mvp-xml/XInclude/v2/test/XInclude-Test-Suite/FourThought/result/XInclude In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20225/v2/test/XInclude-Test-Suite/FourThought/result/XInclude Added Files: include1.xml include2.xml include3.xml include4.xml include5.xml include6.xml include7.xml Log Message: --- NEW FILE: include3.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <?xml version='1.0' encoding='utf-8'?> <foo xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="include1.xml"/> </foo> </x> --- NEW FILE: include6.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <ADDRBOOK xml:base="include3.xml"> <ENTRY ID="pa"> <NAME>Pieter Aaron</NAME> <EMAIL>pie...@in...</EMAIL> </ENTRY> </ADDRBOOK> </x> --- NEW FILE: include5.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <ENTRY ID="pa" xml:base="include4.xml"> <NAME>Pieter Aaron</NAME> <EMAIL>pie...@in...</EMAIL> </ENTRY><ENTRY ID="en" xml:base="include4.xml"> <NAME>Emeka Ndubuisi</NAME> <EMAIL>end...@sp...</EMAIL> </ENTRY><ENTRY ID="vz" xml:base="include4.xml"> <NAME>Vasia Zhugenev</NAME> <EMAIL>vx...@go...</EMAIL> </ENTRY> </x> --- NEW FILE: include4.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <ENTRY ID="pa" xml:base="include3.xml"> <NAME>Pieter Aaron</NAME> <EMAIL>pie...@in...</EMAIL> </ENTRY> </x> --- NEW FILE: include1.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <foo xml:base="include1.xml"/> </x> --- NEW FILE: include2.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <foo xmlns:xi="http://www.w3.org/2001/XInclude" xml:base="include2.xml"> <foo xml:base="include1.xml"/> </foo> </x> --- NEW FILE: include7.xml --- <?xml version="1.0"?> <x xmlns:xi="http://www.w3.org/2001/XInclude"> <NAME xml:base="include3.xml">Pieter Aaron</NAME> </x> |