Inset xslt missing element
问题 I have a query in the xml and xslt The below is the Input XML <?xml version="1.0" encoding="UTF-8"?> <Employer> <Employees> <EmployeesDetails>van ind 26%</EmployeesDetails> </Employees> <Employees> <EmployeesDetails>van ind</EmployeesDetails> </Employees> The below is my output file <?xml version="1.0" encoding="UTF-8"?> <Employer> <Employees> <Names>van</Names> <Location>ind</Location> <Weather>26</Weather> </Employees> <Employees> <Names>van</Names> <Location>ind</Location> <Weather>100<