Answered step by step
Verified Expert Solution
Question
1 Approved Answer
TMA Specifications The BBC Good Food site uses the same format for all of its recipes. Analyse one or two of the recipes (e.g. Gooseberry
TMA Specifications The BBC Good Food site uses the same format for all of its recipes. Analyse one or two of the recipes (e.g. Gooseberry Tart, Jerk Chicken, etc.). Make a note of what data is included in a recipe and the way recipe data is structured. It may help to represent the data as a tree diagram. Task 3 Create an XSL stylesheet that transforms recipe data in recipes.xml for display in a web browser. The XSL stylesheet should do the following: Display all the data in the XML file holding recipe data in HTML table format. Produce valid HTML 5 output. Sort recipe data by cooking time and recipe name. Dynamically create an additional element based on the content of the cooking time element. If the cooking time is greater than sixty minutes, the new element should display the words Slow Burner. If the cooking time is less than or equal to sixty minutes, and greater than or equal to thirty minutes, this new element should display the words Medium Burner. Otherwise, the new element should display the words Quick and Easy. TMA Specifications The BBC Good Food site uses the same format for all of its recipes. Analyse one or two of the recipes (e.g. Gooseberry Tart, Jerk Chicken, etc.). Make a note of what data is included in a recipe and the way recipe data is structured. It may help to represent the data as a tree diagram. Task 3 Create an XSL stylesheet that transforms recipe data in recipes.xml for display in a web browser. The XSL stylesheet should do the following: Display all the data in the XML file holding recipe data in HTML table format. Produce valid HTML 5 output. Sort recipe data by cooking time and recipe name. Dynamically create an additional element based on the content of the cooking time element. If the cooking time is greater than sixty minutes, the new element should display the words Slow Burner. If the cooking time is less than or equal to sixty minutes, and greater than or equal to thirty minutes, this new element should display the words Medium Burner. Otherwise, the new element should display the words Quick and Easy
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started