XML Unit-5 Assignment
XML Unit-5 Assignment
Create XSLT file which will sort result wise all the details in formated
table.
6. Write XML file containing following information about employee-
emp_info(employee(emp_name: empID as an attribute), firstname and
lastname, phoneNumber))
Write an XSLT file which converts the above xml file into html file
based
on following way-
1. Display a heading Emp_name, followed by the employee's name
(firstname and last name)
2. Display phoneNumber below this, in same font but diffrent colour.
7. Create an XML document Email where it contains the following data :
Student (Roll_no , Name , Marks , Rank)