Question 1. This is the content of an XML file q1-error.xml
<?xml version="1.0" encoding="UTF-8"?
<student sn=3719301
<firstNameJohn</firstName
<lastNameSmith</lastName
<emailjsmith@gmail.com</email
</student
<student sn=6382520
<firstNameMary</firstName
<lastNameJane</lastName
<emailmjane@gmail.com</email
</student
The above XML file contains several errors.
Your task is to identify these errors and correct them.
Save your correct XML code into a new file called q1-correct.xml.
Question 2. Have a look at the following XML sample code. Your task is to create an XML file called q2.xml and write XML code to include 5 staff records.