<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="report.xsl" ?>
<xml>
    <created>Sun 30 Jul 2006 01:53:56 AM CEST</created>
    <session>
        <name>sample report</name>
        <user>smiley</user>
        <count>3</count>
        <task>
            <name>Task sample 1</name>
            <type>Generic</type>
            <description>This is comment</description>
            <command></command>
            <started>Sun 30 Jul 2006 01:41:38 AM CEST</started>
            <startf>30.07.2006. - 01:41:38</startf>
            <duration>70</duration>
            <sec>47</sec>
            <time>10</time>
            <status>running</status>
        </task>
        <task>
            <name>Task sample 2</name>
            <type>This is my custom task type :)</type>
            <description>Write your comment here</description>
            <command></command>
            <started>Sun 30 Jul 2006 01:53:12 AM CEST</started>
            <startf>30.07.2006. - 01:53:12</startf>
            <duration>10</duration>
            <sec>0</sec>
            <time>0</time>
            <status>paused</status>
        </task>
        <task>
            <name>Task sample 3</name>
            <type>Presentation</type>
            <description>Comment can be loooooooooooooooooooooooooooooooooooooooooooooong and in more lines</description>
            <command></command>
            <started>Sun 30 Jul 2006 01:53:51 AM CEST</started>
            <startf>30.07.2006. - 01:53:51</startf>
            <duration>7</duration>
            <sec>0</sec>
            <time>0</time>
            <status>completed</status>
        </task>
    </session>
</xml>
