openstack-manuals/doc/glossary/openstack-glossary.xml
Christian Berendt 80aaa7b9c4 Unified the syntax of the XML root element (glossary)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT xmlns="http://docbook.org/ns/docbook"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="5.0"
  xml:id="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: Ib18634f9a2514b91f5c8880a3117440ad98759bb
2014-07-10 13:08:53 +02:00

19 lines
695 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="openstack-glossary">
<title>OpenStack glossary</title>
<!-- <?dbhtml stop-chunking?> -->
<chapter xml:id="glossary">
<title>OpenStack glossary</title>
<para>Use this glossary to get definitions of OpenStack-related
words and phrases.</para>
<para>To add to this glossary follow the
<link xlink:href="https://wiki.openstack.org/wiki/Documentation/HowTo">
OpenStack Documentation HowTo</link>.</para>
<xi:include href="glossary-terms.xml"/>
</chapter>
</book>