1<?xml version="1.0"?> 2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 4<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> 5]> 6<book lang="en" xmlns:xi="http://www.w3.org/2003/XInclude"> 7 <part> 8 <title>GDBus ObjctManager Example</title> 9 <chapter> 10 <title>Interfaces</title> 11 <xi:include href="xml/ExampleAnimal.xml"/> 12 <xi:include href="xml/ExampleCat.xml"/> 13 <xi:include href="xml/ExampleObject.xml"/> 14 <xi:include href="xml/ExampleObjectManagerClient.xml"/> 15 </chapter> 16 </part> 17 18 <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> 19</book> 20