<?xml version="1.0"?>
     <?cocoon-process type="xslt"?>
     <?xml-stylesheet href="page.xsl" type="text/xsl"?>
       <page>
         <country code="ca">Canada</country>
         <country code="de">Germany</country>
         <country code="fr">France</country>
         <country code="uk">United Kingdom</country>
         <country code="us">United States</country>
         <country code="es">Spain</country>
      </page>

