blob: a69ff18997a961bf034fca1fb3a16df4ae39b8cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Deployment_Guide.ent">
%BOOK_ENTITIES;
]>
<preface id="pref-Deployment_Guide-Preface">
<title>Preface</title>
<section id="pref-Deployment_Guide-Preface-Introduction">
<title>Introduction</title>
<para>
para
</para>
</section>
<!--
<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
//-->
<!--
<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</xi:fallback>
</xi:include>
//-->
</preface>
|