2011-06-03 19:22:31 +02:00
|
|
|
<?xml version="1.0"?>
|
2012-04-23 03:45:08 +02:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2011-06-03 19:22:31 +02:00
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
|
|
]>
|
|
|
|
<book lang="en" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<part>
|
|
|
|
<title>foo</title>
|
|
|
|
<chapter>
|
|
|
|
<title>bar</title>
|
|
|
|
<xi:include href="xml/ExampleAnimal.xml"/>
|
|
|
|
<xi:include href="xml/ExampleCat.xml"/>
|
|
|
|
<xi:include href="xml/ExampleObject.xml"/>
|
|
|
|
<xi:include href="xml/ExampleObjectManagerClient.xml"/>
|
|
|
|
</chapter>
|
|
|
|
</part>
|
|
|
|
</book>
|