<?xml version='1.0'?>
<?xml-stylesheet type="text/xsl" href="events7s.xsl"?>
<events>
  <play Ptype = "drama">
    <title>Three Sisters </title>
    <author>
      <First_Name>Anton</First_Name>
      <Last_Name>Chekhov</Last_Name>
    </author>
  </play>
  <play Ptype = "comedy">
    <title>As You Like It</title>
    <author>
      <First_Name>William</First_Name>
      <Last_Name>Shakespeare</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>King Lear</title>
    <author>
      <First_Name>William</First_Name>
      <Last_Name>Shakespeare</Last_Name>
    </author>
  </play>
  <play Ptype = "comedy">
    <title>HMS Pinafore</title>
    <author>
      <First_Name>W.S.</First_Name>
      <Last_Name>Sullivan</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>West Side Story</title>
    <author>
      <First_Name>Leonard</First_Name>
      <Last_Name>Bernstein</Last_Name>
    </author>
  </play>
  <play Ptype = "drama">
    <title>An Enemy of the People</title>
    <author>
      <First_Name>Henrik</First_Name>
      <Last_Name>Ibsen</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>Agamemnon</title>
    <author>
      <First_Name></First_Name>
      <Last_Name>Aeschylus</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>Seven Against Thebes</title>
    <author>
      <First_Name></First_Name>
      <Last_Name>Aeschylus</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>Waiting for Godot</title>
    <author>
      <First_Name>Samuel</First_Name>
      <Last_Name>Beckett</Last_Name>
    </author>
  </play>
  <play Ptype = "tragedy">
    <title>Cherry Orchard</title>
    <author>
      <First_Name>Anton</First_Name>
      <Last_Name>Chekhov</Last_Name>
    </author>
  </play>
  <play Ptype = "drama">
    <title>In Love But Discreet</title>
    <author>
      <First_Name>Lope</First_Name>
      <Last_Name>deVega</Last_Name>
    </author>
  </play>
</events>
