This tool completes missing closed XML tags, thus allowing to use some info from a valid XML.
python xml_repair_tool.py output.xml > fix_output.xmlcat output.xml fix_output.xml > fixed_output.xmlrebot fixed_output.xml
On a Windows cmd window, you need to replace:
copy /b output.xml+fix_output.xml fixed_output.xml