552ed9399a
Detail conventions used in all books. First and only conventions detailed for now: prompts and admonitions. Use a common ch_preface.xml for all books. Change-Id: I7ed5c8b63ed9277dfdbccc55eb76e97e364118c8
16 lines
563 B
XML
16 lines
563 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<preface xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="ch_preface">
|
|
<title>Preface</title>
|
|
<?dbhtml stop-chunking?>
|
|
|
|
<xi:include href="section_conventions.xml"/>
|
|
<xi:include href="section_dochistory.xml"/>
|
|
</preface>
|