Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Creating a XML file Step 1 - Creating a Movies XML file Create an XML file containing information about your favorite movies. Each entry should

Creating a XML file Step 1 - Creating a Movies XML file 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 Steplxml.

Step 2 - Displaying Movie Titles using XSLT Create an XSLT file that displays data from the Steplxml 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 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 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.

1.Steplxml 2.Step2.xslt 3.Step3.xml 4.Step3.xslt 5.Step4.xml 6.Step4.xslt Note that the program will be tested in Internet Explorer. Make sure that if you right click on the xml file you should be able to open it in Internet Explorer using your xslt file

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions