The error is pretty clear - the XML that your app generated is badly formed - it has a spurious
XML End Tag[
^] that is can't match with an Start Tag.
We can't fix that: you need to check the data itself very closely as the problem may be caused anywhere in the file and could be a malformed Start Tag instead of an extra End tag.