If the xml file has XML errors in it (for example: if there is a comment at the very top of the file before the element), the site returns a 500 error. We should be able to handle this case more gracefully and let the user know that the xml file is malformed and that they should validate it with an XML validator first.
If the xml file has XML errors in it (for example: if there is a comment at the very top of the file before the element), the site returns a 500 error. We should be able to handle this case more gracefully and let the user know that the xml file is malformed and that they should validate it with an XML validator first.