<?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>T_Emery_Lolsworth</authorname>
        <url>http://www.wittycomics.com/users/T_Emery_Lolsworth</url>
        <email></email>
    </author>
    <strip>
        <title>The Great Crossover Potential</title>
        <date>03-07-2007</date>
        <description></description>
        <panels>
            <panel>
                <scene>63</scene>
                <narration></narration>
                <speech>
                    <actor>15</actor>
                    <words>It seems that someone's opened the Bottle of WebComic Awareness and created cosmic havoc in the entire mutliverse of web-based sequential art</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>We're bringing it up for two reasons</words>
                </speech>
            </panel>
            <panel>
                <scene>63</scene>
                <narration></narration>
                <speech>
                    <actor>15</actor>
                    <words>a) as one of those comics which never had a fourth wall to begin with, suspicion in the crime may fall upon us</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>We would like to state categorically that we had no part whatsoever in this Crisis in Infiinte Webcomics</words>
                </speech>
            </panel>
            <panel>
                <scene>63</scene>
                <narration>The story continues on crossoverwars.com</narration>
                <speech>
                    <actor>15</actor>
                    <words>It was probably the Anti-Monitor or Alexander Luthor or something. Oh, and b) maybe the Crossover Wars people will notice this and get our comic noticed or something</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>We can't even f#*king move, let alone end the multiverse. Having said that, those of you without fourth walls, NOW YOU KNOW WHAT IT'S LIKE. IT'S COLD. SO VERY COLD.</words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

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