Lab 9: Using Try-Catch and Compound Steps

Modify your solution to the last lab.

Embed the validation and transformations in a try-catch
statement. If an error occurs in the try part, output
this simple html:

<html>
    <body>
        Error!!!
    </body>
</html>


Store the results in a file juicers.html

 
Name your pipeline file: try-catch.xpl

Run it.

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

