e77dbe04ac
We do not need these namespaces like xmlns:svg and xmlns:html anywhere, remove the declarations. Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
20 lines
635 B
XML
20 lines
635 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE chapter [
|
|
]>
|
|
<chapter 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="ch_cli">
|
|
<info>
|
|
<title>OpenStack command-line clients</title>
|
|
</info>
|
|
<xi:include href="../common/section_cli_overview.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="../common/section_cli_install.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="../common/section_cli_version.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="../common/section_cli_openrc.xml"/>
|
|
</chapter>
|