Answered step by step
Verified Expert Solution
Question
1 Approved Answer
COP 4814 Assignment 1 (60 Points in total) Step 1 Creating a Movies XML file (5 points) Create an XML file containing information about your
COP 4814 Assignment 1 (60 Points in total) Step 1 Creating a Movies XML file (5 points) Create an XML file containing information about your favorite movies. Each entry should contain (1) movie ID, (2) title, (3) principal director, (4) year, and (5) multiple genre entries (such as action, comedy, drama, humor, animated). In all but three of the movies include one more field named uri that contains a hyperlink to the movie's description in some online database such as imdb.com. Include at least 15 movie entries. For genre types, refer to imdb.com. This xml file should attach the Step2.xslt file for formatting. Call this file Step1.xml Step 2 Displaying Movie Titles using XSLT (10 points) Create an XSLT file that displays data from the Step1.xml file. Display each movie title on a separate line, sorted in ascending order by title. Use the xsl:template, xsl:value-of xsl:sort, and xsl:for-each statements. Call this file Step2.xslt. Step 3 - Formatting with Tables (20 points) Build on the previous version by adding attractive HTML formatting, using a table. Use CSS style classes to control the background color, padding, alignment, fonts, and other details. Display the id, title, director and year field as for each movie as columns in each table row. Place a heading row in the first line of the table. Call the two files for this step Step3.xml and Step3.xslt. Make sure this will work in Internet Explorer Step 4 - Using a movie Template (20 points) Modify the previous version by using a template for all output related to a single movie The resulting HTML output should be identical to the HTML produced by your previous version. Call the two files for this step, Step4.xml and Step4.xslt. Make sure this will work in Internet Explorer Submit a single zip file named FirstnameLastnameA1.zip containing all your files with no other files or folders. When I open the zip file I should see the following files 1. Step1.xml 2. Step2.xslt 3. Step3.xml 4. Step3.xslt 5. Step4.xml 6. Step4.xslt
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