Question
Using the movies.xml shown below I need to create an xslt to show two tables; (1) Only movies made before 2005, and (2) Movies made
Using the movies.xml shown below I need to create an xslt to show two tables; (1) Only movies made before 2005, and (2) Movies made from 2005 onward.
In each table, I have to display the list of genres in a single cell as a comma-delimited list.
I also need to append a bulleted list of directors below each of the existing tables. The names should be sorted, but may list duplicate names.
I need to add a footer row to each table that says "Number of movies", followed by a count of the number of movies in the XML file for that table.
In each movie table, I need to add a hyperlink to each movie title for movies containing a uri element.
---------------------------------------------------------------------------------------------------
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