Lab 11: Use Different Stylesheets, Depending on the Input

You are to create a pipeline which styles using createJuicerList.xsl
if the input document is juicers.xml, and styles using 
createBookList.xsl if the input document is BookStore.xml

Store the results into an HTML file.

Run your pipeline twice, once using juicers.xml as input, the
second time using BookStore.xml as input.

Name your pipeline file: choose.xpl

Run it.

Open the resulting file in a browser. 

See lab11-pipeline.gif for an image of the pipeline you are to create.
(open the gif image in a browser)

