File: todo.xml

package info (click to toggle)
libxalan2-java 2.7.1-5%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,472 kB
  • ctags: 26,006
  • sloc: java: 175,784; xml: 28,073; sh: 164; jsp: 43; makefile: 43; sql: 6
file content (35 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<todo project="Typical office">
  <devs>
    <person name="Paper Pusher" email="paper@example.org" id="PP"
            expertise="paper">
      Shuffling papers, looking busy
    </person>
    <person name="Envelope Stuffer" email="stuffer@example.org" id="ES"
            expertise="envelopes">
      Stuffing envelopes, folding flaps, licking stamps
    </person>
    <person name="Bean Counter" email="bcount@example.org" id="BC"
            expertise="counting">
      Scrutinizing
    </person>
  </devs>

  <actions>
    <action category="support" who="PP">
       Make the coffee
    </action>
    <action category="morale" who="BC">
       Chat around the water cooler
    </action>
  </actions>

  <completed>
    <action category="support" who="ES">
       Buy bandages for paper-cuts
    </action>
    <action category="support" who="BC">
       Sharpen pencils
    </action>
  </completed>
</todo>