<?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>stylianosm</authorname>
        <url>http://www.wittycomics.com/users/stylianosm</url>
        <email></email>
    </author>
    <strip>
        <title>Child - adult dialog on the future of earth p.1 (greek)</title>
        <date>03-31-2008</date>
        <description></description>
        <panels>
            <panel>
                <scene>51</scene>
                <narration></narration>
                <speech>
                    <actor>25</actor>
                    <words>&#922;&#945;&#955;&#940;, &#963;&#949; &#964;&#953; &#954;&#972;&#963;&#956;&#959; &#956;&#949; &#966;&#941;&#961;&#945;&#964;&#949; &#957;&#945; &#950;&#942;&#963;&#969;; &#922;&#945;&#964;&#945;&#963;&#964;&#961;&#941;&#966;&#949;&#964;&#949; &#964;&#959;&#957; &#960;&#955;&#945;&#957;&#942;&#964;&#951; &#941;&#964;&#963;&#953; &#972;&#960;&#969;&#962; &#950;&#949;&#943;&#964;&#949; &#949;&#963;&#949;&#943;&#962; &#959;&#953; &#956;&#949;&#947;&#940;&#955;&#959;&#953;!</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>&#933;&#960;&#949;&#961;&#946;&#959;&#955;&#941;&#962;! &#904;&#967;&#959;&#965;&#956;&#949; &#960;&#961;&#959;&#946;&#955;&#941;&#968;&#949;&#953; &#947;&#953;&#945; &#972;&#955;&#945;.</words>
                </speech>
            </panel>
            <panel>
                <scene>17</scene>
                <narration></narration>
                <speech>
                    <actor>25</actor>
                    <words>&#916;&#951;&#955;&#945;&#948;&#942;;!</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>&#917;, &#972;&#964;&#945;&#957; &#951; &#947;&#951; &#954;&#945;&#964;&#945;&#957;&#964;&#942;&#963;&#949;&#953; &#945;&#954;&#945;&#964;&#959;&#943;&#954;&#951;&#964;&#951;, &#952;&#945; &#956;&#949;&#964;&#945;&#954;&#959;&#956;&#943;&#963;&#959;&#965;&#956;&#949; &#963;&#949; &#940;&#955;&#955;&#959;&#965;&#962; &#960;&#955;&#945;&#957;&#942;&#964;&#949;&#962;. &#908;&#967;&#953; &#972;&#955;&#959;&#953; &#946;&#941;&#946;&#945;&#953;&#945;, &#956;&#972;&#957;&#959; &#972;&#963;&#959;&#953; &#956;&#960;&#959;&#961;&#959;&#973;&#957; &#957;&#945; &#960;&#955;&#951;&#961;&#974;&#963;&#959;&#965;&#957;, &#956;&#951;&#957; &#960;&#955;&#945;&#954;&#974;&#963;&#949;&#953; &#951; &#963;&#940;&#961;&#945; &#954;&#945;&#953; &#951; &#956;&#940;&#961;&#945;...</words>
                </speech>
            </panel>
            <panel>
                <scene>21</scene>
                <narration></narration>
                <speech>
                    <actor>25</actor>
                    <words>&#922;&#945;&#955;&#940;, &#948;&#949;&#957; &#952;&#945; &#942;&#964;&#945;&#957; &#960;&#961;&#959;&#964;&#953;&#956;&#972;&#964;&#949;&#961;&#959; &#957;&#945; &#960;&#961;&#959;&#963;&#964;&#945;&#964;&#941;&#968;&#959;&#965;&#956;&#949; &#964;&#959;&#957; &#960;&#955;&#945;&#957;&#942;&#964;&#951; &#960;&#959;&#965; &#949;&#943;&#957;&#945;&#953; &#964;&#959; &#963;&#960;&#943;&#964;&#953; &#956;&#945;&#962;;</words>
                </speech>
                <speech>
                    <actor>13</actor>
                    <words>&#913;&#965;&#964;&#972;, &#956;&#953;&#954;&#961;&#942; &#956;&#959;&#965;, &#949;&#943;&#957;&#945;&#953; &#960;&#953;&#959; &#948;&#973;&#963;&#954;&#959;&#955;&#959; &#954;&#945;&#953; &#948;&#949;&#957; &#966;&#941;&#961;&#957;&#949;&#953; &#954;&#941;&#961;&#948;&#951;... &#928;&#945;&#943;&#958;&#949; &#954;&#945;&#955;&#973;&#964;&#949;&#961;&#945; &#964;&#959; &#946;&#953;&#959;&#955;&#943; &#963;&#959;&#965; &#954;&#953; &#940;&#963;&#964;&#945; &#945;&#965;&#964;&#940; &#963;&#964;&#959;&#965;&#962; &#956;&#949;&#947;&#940;&#955;&#959;&#965;&#962;...</words>
                </speech>
            </panel>
        </panels>
    </strip>
</comic>

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