-
Notifications
You must be signed in to change notification settings - Fork 0
/
tpclassic.xml
52 lines (52 loc) · 912 Bytes
/
tpclassic.xml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<person>
<name git="okram">marko</name>
<name git="N/A">monstere sur la codebaz</name>
<name git="nokram">marko</name>
<age>29</age>
<knows>
<guy>vadas</guy>
<weight>0.5</weight>
</knows>
<knows>
<guy>josh</guy>
<weight>1.0</weight>
</knows>
<created>
<thing>lop</thing>
<lang>java</lang>
<weight>0.4</weight>
</created>
</person>
<person>
<name>vadas</name>
<name>sadav</name>
<age>27</age>
</person>
<project>
<name>lop</name>
<lang>java</lang>
</project>
<person>
<name>josh</name>
<age>32</age>
<created>
<thing>ripple</thing>
<weight>1.0</weight>
</created>
<created>
<thing>lop</thing>
<weight>0.4</weight>
</created>
</person>
<project>
<name>ripple</name>
<lang>java</lang>
</project>
<person>
<name>peter</name>
<age>35</age>
<created>
<thing>lop</thing>
<weight>0.2</weight>
</created>
</person>