The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HTTP/1.1 200 OK
Connection: close
Date: Tue, 09 Feb 2010 19:15:22 GMT
Content-Type: application/xml; charset=utf-8
X-Runtime: 501
Cache-Control: private, max-age=0, must-revalidate

<?xml version="1.0" encoding="UTF-8"?>
<bookshelves type="array">
  <bookshelf>
    <id type="integer">1</id>
    <name>My First Bookshelf</name>
  </bookshelf>
  <bookshelf>
    <id type="integer">2</id>
    <name>My Second Bookshelf</name>
  </bookshelf>
</bookshelves>