XML - Parse Errors
How to Fix Parse Errors:
A parse is an error that was detected by the XML parser.
Invalid format and spelling mistakes are the two most common issues.
The error will usually give you a line and column number and maybe an element name.
You can fix these errors in one of two ways:
-
Use a xml editor to find error. Use the error message to find element with problem.
-
Fix problem(if known) in the application that you exported the xml file from. Then export a new xml file with these corrections.
Note – Since most parse
errors are element format or spelling issues you will find
that you have probably repeated the same problem in most if
not all of the records. Option 2 above will be the best way
to fix this by fixing in export or file creation process .