<?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>komix46</authorname>
        <url>http://www.wittycomics.com/users/komix46</url>
        <email></email>
    </author>
    <strip>
        <title>THE RESTORATION OF HAGGARD CONTINUES</title>
        <date>11-16-2006</date>
        <description></description>
        <panels>
            <panel>
                <scene>30</scene>
                <narration></narration>
                <speech>
                    <actor>22</actor>
                    <words>...Oh, remove thy phallus from the hole of sodomite sin and wash it in the cleansing joy that is christ abundant. Trickle the waters of redemption down thy nostrils to cleanse them of unpure and unholy substances....AMEN!</words>
                </speech>
                <thought>
                    <actor>13</actor>
                    <words>Jeez...an hour from now I'll be buns up with my face in a mirror of meth with my boy at the no tell motel...I can hardly wait....</words>
                </thought>
            </panel>
            <panel>
                <scene>30</scene>
                <narration></narration>
                <speech>
                    <actor>22</actor>
                    <words>Uh-herm...I said AMEN...</words>
                </speech>
                <thought>
                    <actor>13</actor>
                    <words>...oh god...the ball gags...the nipple clips...the sweet sweet aroma of astro-glide, feces and semen...I am so rock hard right now.</words>
                </thought>
            </panel>
            <panel>
                <scene>30</scene>
                <narration></narration>
                <shout>
                    <actor>22</actor>
                    <words>I said SAY AMEN!!! You heathen sodomite...lest you burn in HELL!!!</words>
                </shout>
                <speech>
                    <actor>13</actor>
                    <words>Huh???oh,sorry...I was thinking about thee glory of jesus...AMEN.</words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

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