This project has been discontinued and all of it's files have been removed from this site.
If you are currently using any version of this program do not donate any bitcoin to any of the donation
addresses listed in the program. i do not own them anymore or accept donations for this software.
thanks.
Truncates XML at first error-uses the xmllint to add correct end tags.
XML is intolerant of errors. This program will automatically salvage XML files by finding the first XML error, then truncating a configurable number of characters before the error and finally using the great xmllint to recover the xml file by automatically adding the correct end tags. The program starts with a default of 50 characters truncation.
This truncation value may need to be changed if the truncation happens in the middle of a complex tag as xmllint may not know how to recover the file correctly. ...