BIP5117
Severity
20 : ErrorMessage
XML parsing error (<insert_4>) encountered on line <insert_2> column <insert_3>. The XML parser was attempting to parse element (<insert_6>) in message (<insert_5>). The internal error code was (<insert_0>), (<insert_1>).Explanation
The above error was reported by the XML parser.Response
This message is usually caused by a badly-formed XML message. Check that the XML message being passed in is a well-formed XML message that adheres to the XML specification. Note that the line number and column number quoted above give the position where the parser discovered the problem. The actual error may be earlier in the message.