<?xml version="1.0" encoding="iso-8859-1"?>
<customer>
  <name>
    <first>Jean</first>
    <last>Dupont</last>
  </name>
  <address>
    <line>18bis rue d’Anjou</line>
    <line/>
    <postal-code>75008</postal-code>
    <city>Paris</city>
    <country>France</country>
  </address>
</customer>
