<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='/scripts/pictures.xsl'?>
<Pictures>
	<Document>
		<Name></Name>
		<Description></Description>
	</Document>

	<Picture>
		<FileName>atfirstglance</FileName>
		<Description>Max displays a list of all the pictures in the working directory.  Double click on 
any picture to take a closer look.
</Description>
		<ImageName>atfirstglance.JPG</ImageName>
		<Thumb100>THUMB100\atfirstglance_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\atfirstglance_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>comparison</FileName>
		<Description>Compare images side by side.  Select the images you want to 
view, double click, and Max will lay them out, so you can see them
all at the same time.
</Description>
		<ImageName>comparison.JPG</ImageName>
		<Thumb100>THUMB100\comparison_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\comparison_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>imageoperations</FileName>
		<Description>Max knows how to rotate and flip images.  So if you happened to be standing
on your head while you took the picture, no problem!
</Description>
		<ImageName>imageoperations.JPG</ImageName>
		<Thumb100>THUMB100\imageoperations_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\imageoperations_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>makedescriptions</FileName>
		<Description>You can enter descriptions for each picture, and Max will take care of making 
them appear on your web page.</Description>
		<ImageName>makedescriptions.JPG</ImageName>
		<Thumb100>THUMB100\makedescriptions_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\makedescriptions_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>thumbnails</FileName>
		<Description>When you create a new Max document you first select a working directory.  When
you open that document, Max will search that directory for image files (*.jpg).  It 
then creates two subdirectories.  THUMB100 contains a scaled down version of 
each file 100x100 (approx), and THUMB400 contains a 400x400 (approx) picture.
You can use these pictures to display on your website.  The 400x400 is the normal
picture that Max displays on the website.  The quality is very good, but the file 
size is usually much smaller than the raw camera image.</Description>
		<ImageName>thumbnails.JPG</ImageName>
		<Thumb100>THUMB100\thumbnails_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\thumbnails_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>z_webpage</FileName>
		<Description>&lt;P&gt;
As you read above, Max generates an XML file with information about 
your pictures, and comes with an XSL file that you store on your site.
Your web browser uses the XSL file to turn the XML file into HTML.
&lt;/P&gt;
&lt;P&gt;
What's that mean in English?  Who cares!  It works!  But it only works
on the more recent browsers:
&lt;UL&gt;
&lt;LI&gt;Microsoft IE 6.0 or better&lt;/LI&gt;
&lt;LI&gt;&lt;A HREF="http://www.mozilla.org/projects/firebird/"&gt;Mozilla Firebird&lt;/A&gt;
&lt;LI&gt;Mozilla 6.01 or better&lt;/LI&gt;
&lt;/UL&gt;
&lt;/P&gt;</Description>
		<ImageName>z_webpage.JPG</ImageName>
		<Thumb100>THUMB100\z_webpage_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\z_webpage_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>xmlfile</FileName>
		<Description>A Max document (the file that Max stores data in) is by default called "pictures.xml" (feel free to rename), 
and can be found in the working directory.  This is a simple XML data file that contains 
a list of all the pictures in the directory, and things such as their descriptions.
&lt;BR&gt;&lt;BR&gt;
If you open this file on your machine, Internet Exploror will open it up, and you will see 
the pictures displayed just as they would on your server.  If you look at the URL of 
this page that you are viewing, you will see that you are actually viewing an XML file.
</Description>
		<ImageName>xmlfile.JPG</ImageName>
		<Thumb100>THUMB100\xmlfile_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\xmlfile_THUMB400.jpg</Thumb400>
	</Picture>

	<Picture>
		<FileName>xslfile</FileName>
		<Description>In order to display the XML file correctly, Internet Explorer needs an XSL file.  
You will need to install (copy) this XSL file to two locations.&lt;OL&gt;
&lt;LI&gt;On your development machine, you will need it to be stored 
in "\scripts\pictures.xsl".  Which for most people would 
be "c:\scripts\pictures.xsl".  This will enable you to view pictures correctly
 on your machine when you open the XML file.&lt;/LI&gt;&lt;LI&gt;You will need to make this file available on your web site, at "http://my.web.site/scripts/pictures.xsl".&lt;/LI&gt;&lt;/OL&gt;</Description>
		<ImageName>xslfile.JPG</ImageName>
		<Thumb100>THUMB100\xslfile_THUMB100.jpg</Thumb100>
		<Thumb400>THUMB400\xslfile_THUMB400.jpg</Thumb400>
	</Picture>


</Pictures>
