<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet href="loanrender.xsl" type="text/xsl"?>

<microloans>
  <loaner>
    <name>
      <first>Nandela</first>
      <last>Melson</last>
    </name>
    <address>Freedom Way 1, 23456 Johannesburg, South Africa</address>
    <loan>
      <amount>1000</amount>
      <payout-date>1990-01-01</payout-date>
      <repayment amount="100" date="1991-01-01" />
      <repayment amount="100" date="1992-01-01" />
    </loan>
    <loan>
      <amount>500</amount>
      <payout-date>1993-01-01</payout-date>
      <repayment amount="100" date="1991-01-01" />
    </loan>
  </loaner>
  <loaner>
    <name>
      <first>Majeev</first>
      <last>Rotwani</last>
    </name>
    <address>Circle Strait 8, 98764 Bumbai, India</address>
  </loaner>
</microloans>