04-21-2011, 04:49 PM
|
#1
|
|
Microsoft Office 2007 Professional Flex Fun - Adva
Skill, Microsoft Office 2007 Professional
<?xml version="1.0"?>
<people>
<person>
<name>
<first>Charlie</first>
<last>Key</last>
</name>
<info>
<age>23</age>
<######>Male</######>
</info>
<favGameID>1</favGameID>
</person>
<person>
<name>
<first>Brandon</first>
<last>Cannaday</last>
</name>
<info>
<age>23</age>
<######>Male</######>
</info>
<title>CFO</title>
<favGameID>3</favGameID>
</person>
<person>
<name>
<first>Michael</first>
<last>Kuehl</last>
</name>
<info>
<age>23</age>
<######>Male</######>
</info>
<title>CTO</title>
<favGameID>5</favGameID>
</person>
<person>
<name>
<first>Kevin</first>
<last>Putvin</last>
</name>
<info>
<age>23</age>
<######>Male</######>
</info>
<title>Lazy Guy</title>
<favGameID>2</favGameID>
</person>
<person>
<name>
<first>Richard</first>
<last>Key</last>
</name>
<info>
<age>20</age>
<######>Male</######>
</info>
<title>Underling</title>
<favGameID>4</favGameID>
</person>
<person>
<name>
<first>Caroline</first>
<last>Andersen</last>
</name>
<info>
<age>23</age>
<######>Female</######>
</info>
<title>Supporter</title>
<favGameID>6</favGameID>
</person>
</people>
|
|
|