Picture album

This is an example of one possible way of using Transbuild to generate a picture album Web page. Each set of images is placed in a directory along with a file called "album.xml" containg titles and captions. A subdirectory called "thumbnails" contains any thumbnails for the image files (under the exact same name).

The XSLT scripts take the source "album.xml" file and generates a target "index.xml" file. Also, for each image referenced in that file, an extra Web page is generated for showing the image.

This example also illustrates the use of more than one children annotation in a processing step. Children annotations are used to pick up normal navigations as well as the sets of images.