<?xml version='1.0'?>

<bookstore xmlns="urn:newbooks-schema">

  <book genre="Classical novel" style="hardcover">

    <title>A Tale Two Cities</title>

    <author>

      <first-name>Charles</first-name>

      <last-name>Dickens</last-name>

    </author>

    <price>19.95</price>

  </book>

  <book genre="Thriller novel" style="other">

    <title>Half Past Midnight</title>

    <author>

      <first-name>Stephen</first-name>

      <last-name>King</last-name>

    </author>

    <price>11.99</price>

  </book>

<book genre="Thriller novel" style="other">

    <title>Where Eagles Dare</title>

    <author>

      <first-name>Alastair</first-name>

      <last-name>McLean</last-name>

    </author>

    <price>8.99</price>

  </book>

<book genre="novel" style="other">

    <title>The Overload</title>

    <author>

      <first-name>Arthur</first-name>

      <last-name>Haily</last-name>

    </author>

    <price>21.99</price>

  </book>

<book genre="novel" style="other">

    <title>Mila 79</title>

    <author>

      <first-name>Lepn</first-name>

      <last-name>Uris</last-name>

    </author>

    <price>9.99</price>

  </book>

<book genre="novel" style="other">

    <title>The Man</title>

    <author>

      <first-name>Irving</first-name>

      <last-name>Wallace</last-name>

    </author>

    <price>14.99</price>

  </book>

</bookstore>