Create a new xslt style sheet document

Assignment Help Programming Languages
Reference no: EM132217503

Question: The Downtown Zoo has hired you to help work on their web site. They would like to create a page that displays the times that various animals are being fed. The Zoo has the information stored in an XML document, Zoo.xml. The web page should list the feeding times across the top as hyperlinks to the details of which animals are fed at that time. The page should look like this:

11:00 14:00 15:00 16:00 9:00

11:00 Feeding Time For:

Lion Tortise

14:00 Feeding Time For:

Penguin Hippo

15:00 Feeding Time For:

Flamingo

16:00 Feeding Time For:

Ape

9:00 Feeding Time For:

Elephant

Rattle Snake

Zoo.xml

<?xml version='1.0'?>?

<?xml-stylesheet href="Zoo.xsl" type="text/xsl"?>

<!-- XML -->?

<zoo>?

<animal name="Lion">

<feeding-time>11:00</feeding-time>

</animal>

<animal name="Penguin">

<feeding-time>14:00</feeding-time>

</animal>?

<animal name="Elephant">

<feeding-time>9:00</feeding-time>

</animal>

<animal name="Tortise">

<feeding-time>11:00</feeding-time>

</animal>?

<animal name="Ape">

<feeding-time>16:00</feeding-time>

</animal>

<animal name="Hippo">

<feeding-time>14:00</feeding-time>

</animal>?

<animal name="Rattle Snake">

<feeding-time>9:00</feeding-time>

</animal>

<animal name="Flamingo">

<feeding-time>15:00</feeding-time>

</animal>

</zoo>

To complete this task you should do the following steps:

1. Create a new XSLT style sheet document Zoo.xsl with the basic structure of a stylesheet. ?

2. Create a stylesheet that displays the feeding times as links across the top of the page, and a list of the animals that ?are fed at each time within the page. ?

The assignment should be done in Altova XML Spy

Reference no: EM132217503

Questions Cloud

What parameters are within the context of python functions : What parameters are within the context of Python functions. As part of your answer indicate whether a parameter is also a local variable.
Write a program that performs the given operations : Write a program that performs the following operations on the sequence of numbers from 0 to 100: You should loop and include the number "42", 10 times.
Provide runtime analysis of your program : Provide runtime analysis of your program. As discussed in lecture, Big-O notation provides us a way to evaluate the performance of our code.
Compute the average of the given numbers : Compute the average of these numbers, when you are finished all numbers should be removed from the stack and the average should be stored in EAX.
Create a new xslt style sheet document : The Downtown Zoo has hired you to help work on their web site. They would like to create a page that displays the times that various animals are being fed.
Estimate the value of the mathematical constant e : Write a program that calls MyFact and estimates the value of the mathematical constant e by using the formula.
Accept input and produce output in the same manner : Given a data set of up to 25 integers, determine if there is a constant value which separates every element.
Write a new method that receives the ages array : Write a new method called printArray that receives the ages array and prints the content of the array separated by commas.
Produce a program that sorts a list of numbers in ascending : Your job is to produce a program that sorts a list of numbers in ascending order. Your program will need to read-in, from a file, a list of integers.

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a program for the wordscramble game

Both the dictionary and the wordscramble are a set of words, one per line. The script should output one or more solutions. An example wordscramble and solution are provided, below.

  Program to calculate and displays number of miles per hour

Design a program to calculate and displays the number of miles per hour over the speed limit that a speeding driver was doing

  Why wont the following program compile correct it so it

question why wont the following program compile?class exception3 public static void mainstring args if

  Prepare program that loads memory value of integer variable

Write a program that loads from memory the value of integer variable SCORE. Next set character variable GRADE to 'A', 'B', 'C', 'D', or 'F' depending on value SCORE.

  Linux directory log

Linux Directory Log, Directions: As you complete each of the following steps, keep track of what occurs at each point, including what you type, the output given, and if you experience any errors. Record the occurrences in the following matrix.

  What is the value of a b and c after each statement executes

Given the following variable declarations: int a = 5,b = 6, c; What is the value of a. b. and c after each of the following statements executes?

  Pseudocode for linear search by using clrs3e style

Write pseudocode for linear search by using CLRS3e style used in, which scans through the sequence, looking for v.

  Provide support for object orientation of data types

Provide support for object orientation / abstraction of data types, Provide memory management or allow the developer fine-grained control over heap-allocation and recycling.

  Create form to accept an arrival and departure date

Create a form that accepts an arrival and departure date for a reservation from the user and then calculates the number of nights and the total price for the reservation.

  Program which converts fahrenheit to celsius.

Create the following program which converts Fahrenheit to Celsius. Your program must have the following functions: Read integer Fahrenheit temperatures from the user. You need to check whether the input is the correct one or not. If the user enters ..

  Design application that reads arbitary number of integers

Design and implement an application that reads an arbitary number of integers that are in the range of 0 to 50 inclusive and counts how many occurences of each are entered.

  Program to use a stack to represent list of workers

Write a program to simulate this process. Use the following guidelines.- Use a stack to represent the list of workers. Use a queue to represent the list of people waiting to work.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd