Unified the syntax of the XML root element (arch-design)

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: I6124101642054dddf9a2ff7f1dbb4fa25af51ce9
This commit is contained in:
Christian Berendt
2014-07-23 09:34:18 +02:00
parent 7352529ae6
commit a5d88c7ce7
61 changed files with 244 additions and 243 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="network_focus">
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="network_focus">
<title>Network Focused</title>
<xi:include href="network_focus/section_introduction_network_focus.xml"/>