BIP5007
Severity
20 : ErrorMessage
A top level item '<insert_0>' has an invalid type '<insert_1>'. Note that the item might be unamed if it is not an element, for example if it is the root of the message.Explanation
A top level item was found which did not have type xmlElement, xmlXmlDecl, xmlDocTypeDecl, xmlParserRoot, xmlBitStream, xmlComment, xmlProcessingInstruction or xmlWhiteSpace.Response
Check that the message is well formed and adheres to the XML specification, and that modifications made to the message in the message flow are also consistent with the XML specification.