<?xml version="1.0" encoding="UTF-8"?>
<person>
  <name>Barry</name>
  <lists>
    <gift_list>
      <name>Things I want</name>
      <url>http://www.boxedup.com/macgeek/want</url>
      <api_url>http://www.boxedup.com/api/gift_list/macgeek/want.xml</api_url>
      <identifier>want</identifier>
      <access_level>all</access_level>
    </gift_list>
    <gift_list>
      <name>Things I have</name>
      <url>http://www.boxedup.com/macgeek/have</url>
      <api_url>http://www.boxedup.com/api/gift_list/macgeek/have.xml</api_url>
      <identifier>have</identifier>
      <access_level>all</access_level>
    </gift_list>
  </lists>
</person>
