
Informatics I450:
Designing and Developing an Information System
Objectives:
The objective of this assignment is for the student to demonstrate a reasonable
level of mastery of basic concepts in XPath and XSLT and thereby complete the
I450 XML:Xpath technology seminar requirements.
Assignment
Part 1: The following questions refer to store.xml
- What is the XPath expression that would return a length node for a movie?
- What expression would return the type attribute for an album?
- How would I return only movie nodes that were released in 2003?
- What expression would only return album nodes that were CDs?
- What expression would return albums that were $13.00 or more?
Part 2: XSLT
Create an XSLT document that displays data from the store.xml file.
Take the store.xml file and link in it to your xslt file, then post both files
to a server of your choice.
You may display the xml file as you wish, so be as creative as you like.
Turn in your answers to part one along with the final URI of your version of store.xml
and your source for your xslt
ddocument in a text document in your "Technology
Seminar" dropbox on Oncourse. Name the text file xpath.doc.
Due Date:
This assignment is due by midnight on the 7th day following the date of the seminar session attended.
You will receive feedback on this assignment within a week after the due date.
|