----------------------------------------------
------------- README.txt ---------------------
----------------------------------------------

- Home Work 4 contains 4 Exercises. 
- Each of these 4 exercises has a .xml - .xsl combination. 
- Apart from these 8 files, one file is the HTML page that Links to these Exercises. 
- There is one file which just stores the Cascading Style Sheets information.
- One .html file to link to all the homework files and another .html file for 
  a html version of this ReadMe
- Counting this ReadMe file there are total 12 files.

So in all there are:
4 - .xml files
4 - .xsl files
1 - .css file
1 - ReadMe.txt file
2 - .html file


How to access my Home Work via Web:
------------------------------
1. Goto my Course Homepage http://www-scf.usc.edu/~haldanka/quicksilver571.html
2. Select - Link to Homework #4
3. The Exercise Output and the corresponding .xsl sheet are linked in the Table
4. Click on any of the links to access my Home Work


How to access my Home Work Locally:
------------------------------
1. Keep all the files in this package in folder
2. Open the file hw4.html using any browser
3. The Exercise Output and the corresponding .xsl sheet are linked in the Table
4. Click on any of the links to access my Home Work


--------------
Components:
--------------

Exercise 1:
--------------
Create a stylesheet that produces the following output where the employees are listed in a table 
in the order they occur in the xml file.

Output XML File:			Output1.xml
Corresponding XSL File:		Output1StyleSheet.xsl

--------------------------------------------------------------------------------------------------

Exercise 2:
--------------
Create a second stylesheet that uses the same XML file and displays the employees in 
such a way that those with the same email domain are grouped together.

Output XML File:			Output2.xml
Corresponding XSL File:		Output2StyleSheet.xsl

--------------------------------------------------------------------------------------------------

Exercise 3:
--------------
Create a stylesheet that lists the products in alphabetical order according to their name.

Output XML File:			Output3.xml
Corresponding XSL File:		Output3StyleSheet.xsl

--------------------------------------------------------------------------------------------------

Exercise 4:
--------------
Using the same XML file of product listings, write a stylesheet that orders the products 
according to their ID field.

Output XML File:			Output4.xml
Corresponding XSL File:		Output4StyleSheet.xsl




--------------
Contact Info:
--------------

In case of Queries please contact me on haldanka@usc.edu