Lab 4: Store the HTML

You are to extend the pipeline created in the last lab.

After the p:identity step add a step to store the results
of the XSLT transform. Store the results in a file called
results.html

Name your pipeline file: transform-and-store.xpl

Run it.

Open results.html in a browser. You should see a list of
the names of the juicers.

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

