blob: 799d231d26b6d300953c3bb1cf81321d55765447 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "UCS_3.ent">
%BOOK_ENTITIES;
]>
<book>
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> --> <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Directory_Manager.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Client_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Client_Usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Failover.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<index />
</book>
|