<?xml version="1.0" encoding="ISO-8859-1"?>
<contact>
   <name>
      <first>John</first>
      <last>Smith</last>
   </name>
   <address city="PleasantVille" state="CA" zip="92222">
      <street>1 Main Street</street>
      <street>Apt. #5</street>
   </address>
   <website>www.johnsmith.com</website>
   <email>john@smith.com</email>
   <email>John.Smith@smith.com</email>
</contact>
