This version of our ASP.NET Photo Gallery sample reads the photo
information from a simple XML file. To add or remove an image you
simply edit the XML file and the script will pull in the updated
information the next time it is run.
It doesn't do anything fancy with the XML data it just reads it from the file and
copies the information into a SortedList. From that point on the sample is almost
identical to the original non-XML version.