<?xml version="1.0"?>

<!DOCTYPE comic [
  <!ELEMENT comic         (comicname, author, strip)>
  <!ELEMENT comicname     (#PCDATA)>
  <!ELEMENT author        (authorname,url,email)>
  <!ELEMENT authorname    (#PCDATA)>
  <!ELEMENT url           (#PCDATA)>
  <!ELEMENT email         (#PCDATA)>
  <!ELEMENT strip         (title, date, description, panels)>
  <!ELEMENT title         (#PCDATA)>
  <!ELEMENT date          (#PCDATA)>
  <!ELEMENT description   (#PCDATA)>
  <!ELEMENT panels        (panel+)>
  <!ELEMENT panel         (scene, narration?, (speech|thought|shout|whisper|heave)*) >
  <!ELEMENT scene         (#PCDATA)>
  <!ELEMENT narration     (#PCDATA)>
  <!ELEMENT speech        (actor, words)>
  <!ELEMENT thought       (actor, words)>
  <!ELEMENT shout         (actor, words)>
  <!ELEMENT whisper       (actor, words)>
  <!ELEMENT heave         (actor, words)>
  <!ELEMENT actor         (#PCDATA)>
  <!ELEMENT words         (#PCDATA)> 
]>

<comic>
    <comicname>Witty Comics</comicname>
    <author>
        <authorname>MelleBelle</authorname>
        <url>http://www.wittycomics.com/users/MelleBelle</url>
        <email></email>
    </author>
    <strip>
        <title>9/11 Explosives</title>
        <date>11-01-2006</date>
        <description></description>
        <panels>
            <panel>
                <scene>47</scene>
                <narration>5th Year Anniversary of the 9/11 Attacks</narration>
                <shout>
                    <actor>13</actor>
                    <words>Did you hear Bush actually admit that KSM  told us operatives had been instructed to ensure that the explosives went off at a high -- a point that was high enough to prevent people trapped above from escaping?</words>
                </shout>
                <shout>
                    <actor>13</actor>
                    <words>He said EXPLOSIVES? Did he mention shape cutter charges too?</words>
                </shout>
            </panel>
            <panel>
                <scene>24</scene>
                <narration></narration>
                <speech>
                    <actor>13</actor>
                    <words>Say, Marvin P. Bush, the president’s younger brother, was a principal in a company called Securacom that provided security for the World Trade Center, United Airlines, and Dulles International Airport.</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>WOW! Wouldn't you like to ask HIM about the weekend of 9/8 and 9/9 when there was a 'power down' condition in WTC Tower 2, the South tower. This power down condition meant there was no electrical supply for approx 36 hrs from floors 50 on up...? </words>
                </speech>
            </panel>
            <panel>
                <scene>45</scene>
                <narration></narration>
                <speech>
                    <actor>13</actor>
                    <words>Take a close look at the manner in which WTC 7 collapses straight down. For the building to collapse in this fashion, all of the load bearing supports would have had to fail at exactly the same time.</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>Why did the government rapidly recycle the steel from the largest and most mysterious engineering failure in world history, and why has the media remained silent?</words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

<!-- ComicML is based on ComicsML http://www.xml.com/pub/a/2001/04/18/comicsml.html -->

