<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE CHAPTER SYSTEM "chapter.dtd">
<?xml-stylesheet href="chapter.css" type="text/css"?>
<CHAPTER>
<TOC0CT>How to code XML</TOC0CT>
<INTRODUCTORY>
<BT>This is a chapter on how to code XML.</BT>
<BT>This is another bit of intro info.</BT>
</INTRODUCTORY>
<ALEAF>
<TOC1A>Subhead A1</TOC1A>
<BT>This is A1, from <CITATION>my 
document</CITATION>.</BT>
<CC><LC>This is a listing</LC>
<CLINE>I don't know what to do in this program!</CLINE>
<CLINE>I don't know what to do in this program!</CLINE>
</CC>
<BT>You could have type <USERACTION>exit</USERACTION> 
instead of running the parser.</BT>
</ALEAF>
<ALEAF>
<TOC1A>Subhead A2</TOC1A>
<BT>This is A2. We'll start with a table, and move on to 
a B leaf.</BT>
<TABLE><TBC>This is a sample table</TBC>
<TH><TBH>Column 1: Time</TBH><TBH>Column 2: 
Money</TBH></TH>
<TR><TB>Never enough</TB><TB>Can always use 
more</TB></TR>
<TR><TB>More than enough</TB><TB>Had enough to begin 
with</TB></TR>
<SN>From <CITATION>The book of nonsense</CITATION></SN>
</TABLE>
<BLEAF>
<TOC2B>Subhead B1</TOC2B>
<BT>A C leaf will follow, after the bulleted list.</BT>
<BL>
<BLINE>This is the first item of a bulleted list</BLINE>
<BLINE>This is the second item of a bulleted list</BLINE>
</BL>
<CLEAF>
<C>Subhead C1</C>
<BT>This is a C leaf which contains a numbered list and a 
figure.</BT>
<NL>
<NLINE>1. This is the first item.</NLINE>
<NLINE>2. This is the second item.</NLINE>
</NL>
<FIGURE><FIGREF SRC="image.tif" TYPE="tiff"/>
<FG><FIGNUM>101.12</FIGNUM><FDESC> - The wild boar at 
rest.</FDESC></FG></FIGURE>
</CLEAF>
<CLEAF>
<C>Subhead C2</C>
<BT>This C leaf contains an unnumbered list and a 
glossary item.</BT>
<UL>
<ULINE>This isn't in any order.</ULINE>
<ULINE>Who needs order?</ULINE>
<ULINE>Order just gets in the way.</ULINE>
</UL>
<GL><GLITEM>Order</GLITEM><GLDEFINITION> Something that 
gets in the way frequently.</GLDEFINITION></GL>
</CLEAF>
</BLEAF>
<ICON TYPE="NOTE"><BT>Hope you enjoyed the 
chapter!</BT></ICON>
</ALEAF>
</CHAPTER>

