<?xml version="1.0" encoding="UTF-8"?>
<bikes xmlns="http://www.TLSales.com/about/bikes"
         xmlns:xlink="http://www.w3.org/1999/xlink">
 <bike luthier="Bourgeois"
          xlink:type="simple"
          xlink:href="images/bike1.jpg">
  <description xlink:type="simple"
               xlink:href="images/bike1.jpg"
               xlink:actuate="onLoad" xlink:show="embed">
   This is a real beauty in a strong body. Although this is an mountain bike, I use it for
   riding back and forth to the university and work.
  </description>
 </bike>
 <bike luthier="Bourgeois"
          xlink:type="simple"
          xlink:href="images/trike.jpg">
  <description xlink:type="simple"
               xlink:href="images/trike.jpg"
               xlink:actuate="onLoad" xlink:show="embed">
   Here's the the most exciting experience for a young serious rider. This will keep your sportster busy for hours! The sleekest, fastest way to get from the house to the park and back again.
  </description>
 </bike>
</bikes>
