<!DOCTYPE BOOK SYSTEM "stbook.dtd">
<BOOK AUTHOR="BD">
<TITLE>Here is the Book's Title</TITLE>
<CHAPTER>
<TITLE>Title of Chapter 1 of Part 1</TITLE>
<PARA>Here is some sample text. This is stored 
in<FILENAME>mybook.sgm</FILENAME>. i is a 
common variable for loop iteration.</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>Title of Chapter 2 of Part 1</TITLE>
<PARA>Here is some sample text.</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>Title of Chapter 1 of Part 2</TITLE>
<PARA>Here is some sample text.</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>Title of Chapter 2 of Part 2</TITLE>
<PARA>Here is some sample text.</PARA>
</CHAPTER>
</BOOK>

