<?xml version="1.0" encoding="UTF-8"?>
<employees>
  <employee id="emp1">
    <name>Kurt Cagle</name>
    <title>Architect</title>
    <building>4</building>
  </employee>
  <employee id="emp2">
    <name>Aleria Delamare</name>
    <title>Graphic Artist</title>
    <building>5</building>
  </employee>
  <employee id="emp3">
    <name>Michael Norris</name>
    <title>Account Executive</title>
    <building>5</building>
  </employee>
  <employee id="http://www.amazon.com/exec/obidos/ASIN/0596101996/faser-20?dev-t=D3MAIAYX2Q6JLY%26camp=2025%26link_code=xm2">
    <name>Fred Marshal</name>
    <title>Group Manager</title>
    <building>4</building>
    <nested>
    	<last>Nested</last>
    </nested>
  </employee>
</employees>
