I have a list of codes to which i have an error "XML document cannot contain multiple root level elements"
<Employee>
<Name ID= "JanRich">Janice Richardson</Name>
<Role>Finance Supervisor</Role>
<Department>Sales</Department>
<CPF_Number>370-16-3631</CPF_Number>
<Marital_Status>Single</Marital_Status>
<Salary>$4,500</Salary>
</Employee>
<Employee>
<Name ID= 'AlanWu'>Alan Wu</Name>
<Role></Role>
<Department>Research</Department>
<CPF_Number>
385-22-3311
</CPF_Number>
<Marital_status>Married</Marital_status>
<Salary>$52,800</Salary>
</Employee>
The error occurs at the first <Employee>
tag.