########################################## # # XML : In class exercise # ########################################## ###### Question No. 1 ################################################## #################################################### # # Try to write an XML page called patient.xml # that can store the following data about a patient: # P_id*, P_FirstName, P_LastName, P_PhoneNum, P_Address, P_CityName, P_ZipCode, # Raw data can be found at: patientText.txt # Consider (*) variables as attributes of the main tags # # Try to write an XSL page called patient.xsl # that can generate the following screenshot: patient.jpg # from the patient.xml file that you have already created in Q#1 # Please click on the page name to see the screenshot # #################################################### Please visit: patient.xml Please visit: patient.txt Please visit: patient.xsl ###### Question No. 2 ################################################## #################################################### # # You can use the file you created for Q#1 as a starting point. # # Try to write an XML page called patient_lab.xml # that can store the following data about a patient: # P_id*, P_FirstName, P_LastName, P_PhoneNum, P_Address, P_CityName, P_ZipCode, # L_id*, L_Date, L_RBC, L_WBC, L_PLT # Raw data can be found at: patient_labText.txt # Consider (*) variables as attributes of the main tags # # Try to write an XSL page called patient_lab.xsl # that can generate the following screenshot: patient_lab.jpg # from the patient_lab.xml file that you have already created in Q#2 # Please click on the page name to see the screenshot # #################################################### Please visit: patient_lab.xml Please visit: patient_lab.txt Please visit: patient_lab.xsl ###### Question No. 3 ################################################## #################################################### # # You can use the file you created for Q#2 as a starting point. # # Try to write an XML page called patient_lab_doctor.xml # that can store the following data about a patient: # P_id*, P_FirstName, P_LastName, P_PhoneNum, P_Address, P_CityName, P_ZipCode, # L_id*, L_Date, L_RBC, L_WBC, L_PLT, D_id*, D_FirstName, D_LastName # Raw data can be found at: patient_lab_doctorText.txt # Consider (*) variables as attributes of the main tags # # Try to write an XSL page called patient_lab_doctor.xsl # that can generate the following screenshot: patient_lab_doctor.jpg # from the patient_lab_doctor.xml file that you have already created in Q#3 # Please click on the page name to see the screenshot # #################################################### Please visit: patient_lab_doctor.xml Please visit: patient_lab_doctor.txt Please visit: patient_lab_doctor.xsl