<?xml version="1.0"?>
<!-- The XML catalog for a store named Classic Books. All prices are in
     U.S. dollars. -->
<!DOCTYPE catalog SYSTEM "classic.dtd">
<catalog>
  <book>
    <title>Chronicle of a Death Foretold</title>
    <isbn>0345310020</isbn>
    <author_last_name>Garcia Marquez</author_last_name>
    <author_first_name>Gabriel</author_first_name>
    <publisher>Ballantine Books</publisher>
    <publish_date>March 1984</publish_date>
    <category>Fiction - Literary</category>
    <price>$8.00</price>
    <review>Amazing book by Marquez! Incredible storytelling.</review>
    <review>Great from start to finish.</review>
  </book>
  <book>
    <title>A Prayer for Owen Meany</title>
    <isbn>0345361792</isbn>
    <author_last_name>Irving</author_last_name>
    <author_first_name>John</author_first_name>
    <publisher>Ballantine Books</publisher>
    <publish_date>April 1990</publish_date>
    <category>Fiction - Literary</category>
    <price>$8.00</price>
    <review>Owen Meany is the greatest character in the history of books.</review>
    <review>Uplifting, and very spiritual.</review>
  </book>
  <book>
    <title>The Catcher in the Rye</title>
    <isbn>0316769487</isbn>
    <author_last_name>Salinger</author_last_name>
    <author_first_name>J. D.</author_first_name>
    <publisher>Lb Books</publisher>
    <publish_date>May 1991</publish_date>
    <category>Fiction - Literary</category>
    <price>5.99</price>
    <review>A classic.</review>
    <review>Salinger knows how to write!</review>
  </book>
  <book>
    <title>All the King's Men</title>
    <isbn>0156004801 </isbn>
    <author_last_name>Warren</author_last_name>
    <author_first_name>Robert Penn </author_first_name>
    <publisher>Harvest Books</publisher>
    <publish_date>September 1996</publish_date>
    <category>Fiction - Political</category>
    <price>$12.00</price>
    <review>A loose fictionalized account of Governor Huey Long</review>
  </book>
  <book>
    <title>The Confessions of Nat Turner</title>
    <isbn>0679736638</isbn>
    <author_last_name>Styron</author_last_name>
    <author_first_name>William</author_first_name>
    <publisher>Vintage Books</publisher>
    <publish_date>January 1993</publish_date>
    <category>Fiction - Literary</category>
    <price>$13.00</price>
    <review>Depicts the leader of a slave revolt.</review>
    <review>Not an easy book to read... very tough imagery to digest.</review>
  </book>
</catalog>