Assignment # 9

Project

This assignment is part of Project#2.

Your Favorite Recipe

Learning Goals

Assignment

In this assignment, you will build a JSP that will display your favorite recipe. Alternatively, you can use a pre-selected recipe for which an xml document has already been created.

To complete the assignment, complete the following steps:

  1. Create an xml document for your favorite recipe or download and use the fricos.xml file. Note that the download xml file contains the dtd for the document.
  2. Create a JSP that will generate valid xhtml.
  3. Code the JSTL in your JSP to parse the xml document.
  4. Include JSP statements (JSTL) to extract data from the xml document and insert into the document.

Hints: