<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!--Hamlet the Play-->

<?xml-stylesheet type="text/css" href="Plays.css" ?>

<play>

<title>Hamlet</title>
<type>"Tragedy"</type>

<summary>One of the greatest stories ever written in the English language, Hamlet is the story of a 
young Danish prince who finds out from the ghost of his father (the king) that his uncle killed 
the king and married the queen. Filled with grief and the desire for revenge, Hamlet delays 
action. He is also in love with a courtier's daughter, Ophelia, but is so affected by his 
mother's treachery that he tells Ophelia to go to a nunnery and that he does not support 
marriage. He hires a theater troupe to stage a play that re-enacts the events of his father's 
death to study his uncle's reaction and determine his guilt; later events in the story surround 
attempts by the new king to have his nephew killed. Hamlet ends in tragedy but with the promise 
of immortality for Hamlet through his soldier's funeral and the recording of his story by his 
friend Horatio.</summary>

<act>
<act_number>Act  1</act_number> 
<scene>
<scene_number>Scene i:</scene_number> <location>Elsinore. A platform before the castle.</location>
<scene_number>Scene ii:</scene_number> <location>A room of state in the castle.</location>
<scene_number>Scene iii:</scene_number> <location>A room in Polonius' house.</location>
<scene_number>Scene iv:</scene_number> <location>The platform.</location>
<scene_number>Scene v:</scene_number> <location>Another part of the platform.</location>
</scene>
</act>

<act>
<act_number>Act 2</act_number>
<scene>
<scene_number>Scene i:</scene_number> <location>A room in POLONIUS' house.</location>
<scene_number>Scene ii:</scene_number> <location>A room in the castle.</location>
</scene>
</act>

<act>
<act_number>Act 3</act_number>
<scene>
<scene_number>Scene i:</scene_number> <location>A room in the castle.</location>
<scene_number>Scene ii:</scene_number> <location>A hall in the castle.</location>
<scene_number>Scene iii:</scene_number> <location>A room in the castle.</location>
<scene_number>Scene iv:</scene_number> <location>The Queen's closet.</location>
</scene>
</act>

<act>
<act_number>Act 4</act_number>
<scene>
<scene_number>Scene i:</scene_number> <location>A room in the castle.</location>
<scene_number>Scene ii:</scene_number> <location>Another room in the castle.</location>
<scene_number>Scene iii:</scene_number> <location>Another room in the castle.</location>
<scene_number>Scene iv:</scene_number> <location>A plain in Denmark.</location>
<scene_number>Scene v:</scene_number> <location>Elsinore. A room in the castle.</location>
<scene_number>Scene vi:</scene_number> <location>Another room in the castle.</location>
<scene_number>Scene vii:</scene_number> <location>Another room in the castle.</location>
</scene>
</act>

<act>
<act_number>Act 5</act_number>
<scene>
<scene_number>Scene i:</scene_number> <location>A churchyard.</location>
<scene_number>Scene ii:</scene_number> <location>A hall in the castle.</location>
</scene>
</act>

</play>