<?xml version="1.0"?>
<!DOCTYPE xhibition:gallery SYSTEM "gallery.dtd">
<xhibition:gallery name="gallery_dir" xmlns:xhibition="http://www.majcher.com/xhibition/">

  <gallery_title>Sample Gallery</gallery_title>
  <gallery_text>Here's where you describe your gallery.  
                The description can be whatever you want.</gallery_text>
  <gallery_teaser>images/teaser_image.jpg</gallery_teaser>
  <gallery_date>Tue Jun  6 16:20:00 2006</gallery_date>

  <image src="images/teaser_image.jpb">
    <date>Tue Jun  6 16:20:00 2006</date>
    <title>My Favorite Image</title>
    <caption>Here's where you can say a bit about your picture.</caption>
  </image>

  <image src="images/image1_image.jpb">
    <date>Tue Jun  6 16:20:00 2006</date>
    <title>First Image</title>
    <caption>Here's where you can say a bit about your picture.
             This picture will be rotated 90 degrees clockwise.</caption>
    <rotation>90</rotation>
  </image>

  <image src="images/image2.jpb">
    <date>Tue Jun  6 16:20:00 2006</date>
    <title>Second Image</title>
    <caption>Here's where you can say a bit about your picture.
             This picture, however, will not be displayed.</caption>
    <hide />
  </image>

  <image src="images/image3.jpb">
    <date>Tue Jun  6 16:20:00 2006</date>
    <title>And So On</title>
    <caption>Here's where you can say a bit about your picture.</caption>
  </image>

  <image src="images/image4.jpb">
    <date>Tue Jun  6 16:20:00 2006</date>
    <title>Last Image</title>
    <caption>Here's where you can say a bit about your picture.</caption>
  </image>
 
</xhibition:gallery>
