<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="Untitled6.xslt"?>

<!-- This file is part of a XML Photo Gallery, conformed to a xml schema. A XSLT stylesheet transforms the XML files into a HTML document, CSS/JavaScript files are aimed at displaying in a web browser adding design and functionality.
-->

<!--
Gallery xml document written by Ricardo Cedeño Montaña 2007/2008 Bremen Germany 
Inspired on Philip Guo's Photo gallery.
Last update 05.2008: new document model to simplify the structure.
Document model in XML using XML Schema -->

<!--  You can use, transform and distribute this file for it is free. Release under GNU license -->

<images xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="gallerydrnn.xsd">
	<galleryFolder folder="xmlgallerydoc"/>
	<galleryName>Minden</galleryName>
	<image>
		<name>00-minden-cover.jpg</name>
		<dimensions width="640" height="400"/>
		<date>2008-04-05</date>
		<title>Cover</title>
		<description/>
	</image>
	<image>
		<name>01-minden.jpg</name>
		<dimensions width="800" height="600"/>
		<date>2008-04-05</date>
		<title>Town plaza</title>
		<description>In Minden, town centre
	</description>
	</image>
	<image>
		<name>02-minden.jpg</name>
		<dimensions width="450" height="600"/>
		<date>2008-04-05</date>
		<title>Hermann Schmieding</title>
		<description>North Germany architecture.
	</description>
	</image>
	<image>
		<name>03-minden.jpg</name>
		<dimensions width="800" height="600"/>
		<date>2008-04-05</date>
		<title>Tonne</title>
		<description/>
	</image>	
		<image>
		<name>04-minden.jpg</name>
		<dimensions width="800" height="600"/>
		<date>2008-04-05</date>
		<title>Jesus stations</title>
		<description>In the catholic church, Minden centre</description>
	</image>	
		<image>
		<name>05-minden.jpg</name>
		<dimensions width="800" height="600"/>
		<date>2008-04-05</date>
		<title>Church moment</title>
		<description/>
	</image>	
	<image>
		<name>06-minden.jpg</name>
		<dimensions width="800" height="600"/>
		<date>2008-04-05</date>
		<title>Alte Stadt</title>
		<description>Minden old square</description>
	</image>	
		<image>
		<name>07-minden.jpg</name>
		<dimensions width="450" height="600"/>
		<date>2008-04-05</date>
		<title>Ecke</title>
		<description>The old house in the old corner, Minden</description>
	</image>	
</images>

