In this project we will write two XSLT programs that will transform XML data about faculty members in the Computer Science department at Georgia State University into Web pages. raj.xml is a sample XML data file for Dr. Raj Sunderraman. We will assume one such file exists for all the faculty in the department. We will also assume a cumulative data file (file which consists of all the individual faculty files concatenated and enclosed within <allfaculty> and </allfaculty> tags. This cumulative data file will be called allfaculty.xml.
The two XSLT programs should work as follows:
Ahmed | Belkasim |
Chen | Bourgeois |
Dubuisson | Dogdu |
He | Fraser |
Jung | Harrison |
Kalgaonkar | King |
Liu | Owen |
Mukker | Pan |
Nguyen | Prasad |
Padhye | Preethy |
Panaganti | Weeks |
Supaneedis | Zelikovsky |
Syeda | Zhang |
Vo | Zhu |
Yang | Bhola |
Zheng | Henry |
Zhuang | Hundewale |
Try to be as realistic as possible with this data - you may go to the faculty web pages to get this information. Some data may be made up.