Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

58 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book
PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
"../dtd/3.1.7/docbookx.dtd">
<!-- test document -->
<book><title>Book Test Document Title</title>
<bookinfo>
<title>Bookinfo Test Document Title</title>
<subtitle>Book Subtitle</subtitle>
<authorgroup>
<author><firstname>Norman</firstname><surname>Walsh</surname></author>
</authorgroup>
</bookinfo>
<preface><title>Foreword</title>
<para>This is a test paragraph.</para>
<table id="table">
<title>A Table</title>
<tgroup cols="2">
<colspec colwidth="0.5in"/>
<colspec colwidth="0.5in"/>
<tbody>
<row>
<entry>1</entry>
<entry>1</entry>
</row>
<row>
<entry>2</entry>
<entry>4</entry>
</row>
<row>
<entry>3</entry>
<entry>9</entry>
</row>
</tbody>
</tgroup>
</table>
</preface>
<chapter>
<docinfo><title>First Chapter</title><subtitle>Chapter Subtitle</subtitle>
</docinfo><title>First Chapter</title>
<para>This is a test paragraph.</para>
</chapter>
<appendix><title>First Appendix</title>
<para>This is just a test.</para>
</appendix>
</book>