diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-15 19:46:50 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-15 19:53:48 -0800 |
commit | e3d8d8f848fe28a51dd2d1dfdd1c851cf9fbf268 (patch) | |
tree | 02523214a7c1e874fe73ae9cfc94299e20e9a8a8 | |
parent | 8e81e3a4eb24dcde839bdeb77fe908e0220c4b76 (diff) |
CTEXT: Fix section titles/nesting
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/CTEXT/ctext.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/specs/CTEXT/ctext.xml b/specs/CTEXT/ctext.xml index 190835a..2561e8b 100644 --- a/specs/CTEXT/ctext.xml +++ b/specs/CTEXT/ctext.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> <!-- lifted from troff+ms+XMan by doclifter --> -<book id="ctext"> +<article id="ctext"> -<bookinfo> +<articleinfo> <title>Compound Text Encoding</title> <subtitle>X Consortium Standard</subtitle> <releaseinfo>X Version 11, Release 6.8</releaseinfo> @@ -50,9 +50,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. </para> </legalnotice> -</bookinfo> -<chapter id="title"> -<title>TITLE</title> +</articleinfo> <sect1 id="Overview"> <title>Overview</title> @@ -875,5 +873,4 @@ formatted extended segments), it is best to treat the entire string as invalid, except as indicated by a version control sequence. </para> </sect1> -</chapter> -</book> +</article> |