<?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>Dick_Gozinia</authorname>
        <url>http://www.wittycomics.com/users/Dick_Gozinia</url>
        <email></email>
    </author>
    <strip>
        <title>An Inner Dialogue No.2</title>
        <date>05-13-2008</date>
        <description></description>
        <panels>
            <panel>
                <scene>63</scene>
                <narration>An inner dialogue with Ann Deviantes</narration>
                <speech>
                    <actor>36</actor>
                    <words>I wanna be a stripper,eƒƒ this eƒƒin jøb!</words>
                </speech>
                <speech>
                    <actor>36</actor>
                    <words>You already are b£tch-sauce.. </words>
                </speech>
            </panel>
            <panel>
                <scene>63</scene>
                <narration>Newscaster..</narration>
                <speech>
                    <actor>36</actor>
                    <words>My spray tanned FUPA løøks like å SOCK MONKEY'S  lips honey,I got å little heårt stencil and a sign that say"WELCOME SAILOR" døwn round m¥ MøNS..</words>
                </speech>
                <speech>
                    <actor>36</actor>
                    <words>My nose is about to fall off from all the blow I did off of wieners of thåt football teåm,78 pøunds to be exact.</words>
                </speech>
            </panel>
            <panel>
                <scene>63</scene>
                <narration>Channel 5.</narration>
                <speech>
                    <actor>36</actor>
                    <words>I'm so ƒ£çkin© HAWT,</words>
                </speech>
                <speech>
                    <actor>36</actor>
                    <words>I wånnå STOB myself.</words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

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