From 1380721b4d252b8ed32d6016f1635f861e75f453 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Fri, 12 Apr 2019 04:35:13 -0400 Subject: use DOCTYPE consistently in included xml files, to allow using named entities Signed-off-by: Thomas E. Dickey --- specs/CH01.xml | 3 +++ specs/CH02.xml | 3 +++ specs/CH03.xml | 3 +++ specs/CH04.xml | 3 +++ specs/CH05.xml | 3 +++ specs/CH06.xml | 3 +++ specs/CH07.xml | 3 +++ specs/CH08.xml | 3 +++ specs/CH09.xml | 3 +++ specs/CH10.xml | 3 +++ specs/CH11.xml | 3 +++ specs/CH12.xml | 3 +++ specs/CH13.xml | 3 +++ specs/acknowledgement.xml | 3 +++ specs/appA.xml | 3 +++ specs/appB.xml | 3 +++ specs/appC.xml | 3 +++ specs/appD.xml | 3 +++ specs/appE.xml | 3 +++ specs/appF.xml | 3 +++ specs/preface.xml | 3 +++ 21 files changed, 63 insertions(+) (limited to 'specs') 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 @@ + + + Intrinsics and Widgets 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 @@ + + + Widget Instantiation 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 @@ + + + Composite Widgets and Their Children 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 @@ + + + Shell Widgets 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 @@ + + + Pop-Up Widgets 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 @@ + + + Geometry Management 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 @@ + + + Event Management 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 @@ + + + Callbacks 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 @@ + + + Resource Management 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 @@ + + + Translation Management 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 @@ + + + Utility Functions 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 @@ + + + Nonwidget Objects 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 @@ + + + Evolution of the Intrinsics 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 @@ + + + Acknowledgments 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 @@ + + + Resource File Format 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 @@ + + + Translation Table Syntax Notation 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 @@ + + + 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 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 @@ + + + Defined Strings 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 @@ + + + Resource Configuration Management 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 @@ + + + About This Manual -- cgit v1.2.1