<?xml version="1.0" encoding="UTF-8"?>
<books>
<author id="glen" fullName="Glen McCluskey"/>
<author id = "stu" fullName="Stuart Halloway"/>
<author id="cat" fullName="Mc Namara"/>
<author id = "dog" fullName="Cay S. Jason"/>
<book title="Random Access for Files"
     ISBN ="  0-13-089468-0"
     author="glen"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytoday.com">
</book>
<book title="Using Adapters"
     ISBN ="  0-13-232345-0"
     author="stu"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
<book title="Using Dynamic Proxies to Layer New Functionality Over Existing Code"
     author="dog"
     ISBN ="  0-13-543265-0"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
<book title="Run Recurring or Future Tasks on a Background Thread"
     author="cat"
     ISBN ="  0-13-098765-0"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
<book title="Eating Pizza and doing homeworks"
     ISBN ="  0-13-22222-0"
     author="stu"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
<book title="Using microcontroller"
     ISBN ="  0-13- 1111111 -0"
     author="stu"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
<book title="Using Dynamic Programs"
     author="dog"
     ISBN ="  0-13-777777-0"
     htmlURL="http://www.nytimes.com"
     textURL="http://www.nytimes.com">
</book>
</books>

