diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-12 04:35:13 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:46:13 -0400 |
commit | 1380721b4d252b8ed32d6016f1635f861e75f453 (patch) | |
tree | 928df6e4a6bec870ac3bc620a08c7421fbd6b115 /specs/CH06.xml | |
parent | 6f75d2fefcf4e5c158546590bcfafc73293e4038 (diff) |
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/CH06.xml')
-rw-r--r-- | specs/CH06.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |