-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathout.xml
27 lines (26 loc) · 1.5 KB
/
out.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
<?xml version='1.0' encoding='UTF-8'?>
<people>
<person>
<attribute type="PassionAttr" weight="15">guitar</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="AgeAttr" weight="10">40</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">pc</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">programming</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">programming</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">scala</attribute><attribute type="AgeAttr" weight="10">20</attribute>
<attribute type="PassionAttr" weight="15">scala</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">thesky</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
</person><person>
<attribute type="PassionAttr" weight="15">refactoring</attribute><attribute type="AgeAttr" weight="10">20</attribute>
</person><person>
<attribute type="PassionAttr" weight="15">guitarAndSports</attribute><attribute type="AgeAttr" weight="10">50</attribute>
</person><person>
<attribute type="AgeAttr" weight="10">22</attribute>
</person>
</people>