Lab 7: Multiple Transforms

There are two XSLT documents:

1. getInexpensiveJuicers.xsl: this selects all the juicers that cost under $100

2. createJuicerList.xsl: this generates an HTML document that lists the names of all the juicers



You are to create a pipeline that runs the two transforms in a sequence. Thus, the result
will be an HTML document containing a list of the names of all the juicers that cost under $100

Store the results in a file juicers.html

 
Name your pipeline file: multiple-transforms.xpl

Run it.

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

