Lets examine how Blottos XML Select-a-Wine works
The opening web page (1) displays a select box of years
The user selects a year and clicks the 'Search the Cellar' button.
This executes a perl script (2), createxsl.pl, which performs three functions
Clicking the link on the web page (4) loads the XML database using the new xsl stylesheet (3) to present the finalised XML page (5)
(1)
(2)
(3)
(4)
(5)