Check if the input is a valid XML file.
If the input valid, return the XML document. If the input is invalid, this returns an HTMLElement explaining the problem.
The input to be parsed.
Generated using TypeDoc
Check if the input is a valid XML file.
Returns
If the input valid, return the XML document. If the input is invalid, this returns an HTMLElement explaining the problem.