1 - XML:Assignment
The XML section of this class comes directly from the wonderful tutorial site, www.w3schools.com.
Using XSL to control the display of your XML, as explained in this page, create an html page as described below:
| Last Name, First Name |
| Company : Company Name |
| Phone Number : (123)123-1234 |
| E-mail Address: name@server.com |
It will look kind of like this.
Your XSL file will define how everything looks. Make your XML file with 3 records in it.
20 points