summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-12 04:35:13 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:46:13 -0400
commit1380721b4d252b8ed32d6016f1635f861e75f453 (patch)
tree928df6e4a6bec870ac3bc620a08c7421fbd6b115 /specs
parent6f75d2fefcf4e5c158546590bcfafc73293e4038 (diff)
downloadxorg-lib-libXt-1380721b4d252b8ed32d6016f1635f861e75f453.tar.gz
use DOCTYPE consistently in included xml files, to allow using named entities
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r--specs/CH01.xml3
-rw-r--r--specs/CH02.xml3
-rw-r--r--specs/CH03.xml3
-rw-r--r--specs/CH04.xml3
-rw-r--r--specs/CH05.xml3
-rw-r--r--specs/CH06.xml3
-rw-r--r--specs/CH07.xml3
-rw-r--r--specs/CH08.xml3
-rw-r--r--specs/CH09.xml3
-rw-r--r--specs/CH10.xml3
-rw-r--r--specs/CH11.xml3
-rw-r--r--specs/CH12.xml3
-rw-r--r--specs/CH13.xml3
-rw-r--r--specs/acknowledgement.xml3
-rw-r--r--specs/appA.xml3
-rw-r--r--specs/appB.xml3
-rw-r--r--specs/appC.xml3
-rw-r--r--specs/appD.xml3
-rw-r--r--specs/appE.xml3
-rw-r--r--specs/appF.xml3
-rw-r--r--specs/preface.xml3
21 files changed, 63 insertions, 0 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index 9fc261f..6fbbb3b 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Intrinsics_and_Widgets'>
<title>Intrinsics and Widgets</title>
<para>
diff --git a/specs/CH02.xml b/specs/CH02.xml
index 2abe962..085ad9a 100644
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Widget_Instantiation'>
<title>Widget Instantiation</title>
<para>
diff --git a/specs/CH03.xml b/specs/CH03.xml
index a2b8209..ab51c25 100644
--- a/specs/CH03.xml
+++ b/specs/CH03.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Composite_Widgets_and_Their_Children'>
<title>Composite Widgets and Their Children</title>
<para>
diff --git a/specs/CH04.xml b/specs/CH04.xml
index 825a8fc..d96a72c 100644
--- a/specs/CH04.xml
+++ b/specs/CH04.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Shell_Widgets'>
<title>Shell Widgets</title>
diff --git a/specs/CH05.xml b/specs/CH05.xml
index d92e1f3..b3e04ac 100644
--- a/specs/CH05.xml
+++ b/specs/CH05.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Pop_Up_Widgets'>
<title>Pop-Up Widgets</title>
<para>
diff --git a/specs/CH06.xml b/specs/CH06.xml
index d5fce79..5c6edcd 100644
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Geometry_Management'>
<title>Geometry Management</title>
diff --git a/specs/CH07.xml b/specs/CH07.xml
index 0b056ee..3bdae61 100644
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Event_Management'>
<title>Event Management</title>
<para>
diff --git a/specs/CH08.xml b/specs/CH08.xml
index 5d867e6..40fd053 100644
--- a/specs/CH08.xml
+++ b/specs/CH08.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Callbacks'>
<title>Callbacks</title>
<para>
diff --git a/specs/CH09.xml b/specs/CH09.xml
index ea0ddf8..7d4bddc 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Resource_Management'>
<title>Resource Management</title>
<para>
diff --git a/specs/CH10.xml b/specs/CH10.xml
index e71ff9f..29911e2 100644
--- a/specs/CH10.xml
+++ b/specs/CH10.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Translation_Management'>
<title>Translation Management</title>
<para>
diff --git a/specs/CH11.xml b/specs/CH11.xml
index c693592..ce1419e 100644
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Utility_Functions'>
<title>Utility Functions</title>
<para>
diff --git a/specs/CH12.xml b/specs/CH12.xml
index cad2c05..4a40b92 100644
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Nonwidget_Objects'>
<title>Nonwidget Objects</title>
diff --git a/specs/CH13.xml b/specs/CH13.xml
index 90294c8..c6a1cdd 100644
--- a/specs/CH13.xml
+++ b/specs/CH13.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<chapter id='Evolution_of_the_Intrinsics'>
<title>Evolution of the Intrinsics</title>
diff --git a/specs/acknowledgement.xml b/specs/acknowledgement.xml
index 4d18256..c6394dd 100644
--- a/specs/acknowledgement.xml
+++ b/specs/acknowledgement.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<!-- <acknowledgements> -->
<dedication>
<title>Acknowledgments</title>
diff --git a/specs/appA.xml b/specs/appA.xml
index daf40eb..a3162a2 100644
--- a/specs/appA.xml
+++ b/specs/appA.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Resource_File_Format'>
<title>Resource File Format</title>
<para>
diff --git a/specs/appB.xml b/specs/appB.xml
index e9cdaad..ab6313e 100644
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Translation_Table_Syntax'>
<title>Translation Table Syntax</title>
<para><emphasis role='strong'>Notation</emphasis></para>
diff --git a/specs/appC.xml b/specs/appC.xml
index b78f2b8..9ca1035 100644
--- a/specs/appC.xml
+++ b/specs/appC.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Compability_Functions'>
<title>Compatibility Functions
<footnote>
diff --git a/specs/appD.xml b/specs/appD.xml
index 00acbe7..b863381 100644
--- a/specs/appD.xml
+++ b/specs/appD.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Intrinsics_Error_Messages'>
<title>Intrinsics Error Messages</title>
diff --git a/specs/appE.xml b/specs/appE.xml
index 574cf15..d467289 100644
--- a/specs/appE.xml
+++ b/specs/appE.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Defined_Strings'>
<title>Defined Strings</title>
diff --git a/specs/appF.xml b/specs/appF.xml
index 49f054b..438d096 100644
--- a/specs/appF.xml
+++ b/specs/appF.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<appendix id='Resource_Configuration_Management'>
<title>Resource Configuration Management</title>
<para>
diff --git a/specs/preface.xml b/specs/preface.xml
index c5ac3cd..92290f9 100644
--- a/specs/preface.xml
+++ b/specs/preface.xml
@@ -1,3 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
<preface id='About_This_Manual'>
<title>About This Manual</title>