<?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>rudito1</authorname>
        <url>http://www.wittycomics.com/users/rudito1</url>
        <email></email>
    </author>
    <strip>
        <title>a day in  the life of a collector</title>
        <date>06-25-2008</date>
        <description></description>
        <panels>
            <panel>
                <scene>57</scene>
                <narration>What do you tell people that you do?  do you tell them your a collector?</narration>
                <speech>
                    <actor>21</actor>
                    <words>so what do you do for a living???</words>
                </speech>
                <thought>
                    <actor>13</actor>
                    <words>????what should i say????   uh............ debt collector.</words>
                </thought>
            </panel>
            <panel>
                <scene>57</scene>
                <narration>what do they say when you tell them?</narration>
                <shout>
                    <actor>21</actor>
                    <words>omg!!!!!!!! are you the one allways calling me at 8am in the morning? let me tell you somthing #%@^&*$#*&:( and i don't have all the money yet!!! you guys need to leave me alone,, how do you sleep at night</words>
                </shout>
                <speech>
                    <actor>13</actor>
                    <words>i sleep very well, and i'm not the one calling you very day,,,, because if i was you would have paid your debt and  have had gotten out of collections,,,</words>
                </speech>
            </panel>
            <panel>
                <scene>34</scene>
                <narration>Be proud of what we do,,,,,,         join SCSU   and become a master collector!!!!!!!!     SCSU a cut above the rest</narration>
                <speech>
                    <actor>21</actor>
                    <words>I'm so sorry, i'm not like that i'm just alittle frushtrated,,,,but can you give me some advise?</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>i know  how you feel          but lets  see if i can help you </words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

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