<!DOCTYPE book system "mybook.dtd">
<book revdate="19971201" editor="BD">
  <title>Here is the Book's Title</title>
    <chapter>
      <title>Title of Chapter 1 of Part 1</title>
      <p>Here is some sample text. This is stored in
<filename>mybook.sgm</filename>. <varname>i</varname> is a common
variable for loop iteration.</p>
    </chapter>
    <chapter>
      <title>Title of Chapter 2 of Part 1</title>
      <p>Here is some sample text.</p>
    </chapter>
    <chapter>
      <title>Title of Chapter 1 of Part 2</title>
      <p>Here is some sample text.</p>
    </chapter>
    <chapter>
      <title>Title of Chapter 2 of Part 2</title>
      <p>Here is some sample text.</p>
    </chapter>
</book>

