Create an xslt file named lab5xslt that reads an xml file


Student Listing, using XSLT

  • Watch the three videos entitled "Creating your first XSLT File, Part 1, Part 2, Part 3."
  • Type in all the code and make it work. Name file 1
  • Remember to include the totals.
  • Add color to the output to make it more attractive.
  • Add comments to the XSLT file explaining each statement that begins with .

Using XPath Templates to Display Computer Science Majors

Create an XSLT file named lab5.xslt that reads an XML file containing student records and generates HTML output. Create an XSL template named student, and then create a separate XSL template for each field in the student element. That's a total of six times that you will use the statement.

The input file is in on my faculty website called students_lab5.xml. Copy it into your working folder. It contains data about students with different majors and catalog year values. Your XSLT output must display only students whose major is CS:BS. Also, for each student whose catalog year is greater than 2008, display a note in red, saying "Must complete the Senior Project course." Here is a sample of the expected output using this sample file: Note: Be very careful not to code directly to the values in this file. Your code should still work when reading an XML file that has the same basic structure, but different data values.

https://users.cis.fiu.edu/~crahn/COP4814/students_lab5.xml

Part 1 - https://online.fiu.edu/videos/?vpvid=d3542e5b-1ab9-4b64-8773-f86fd87c1881

Part 2 - https://online.fiu.edu/videos/?vpvid=a8c781b3-466c-4f14-bfa2-3b3139d06dff

Part 3 - https://online.fiu.edu/videos/?vpvid=c1b94aff-bd43-4954-bea0-f9b915f84904

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an xslt file named lab5xslt that reads an xml file
Reference No:- TGS02198961

Expected delivery within 24 Hours