I have many XML files and some of them might have unclosed strings like this
<ns0:Info InfoTyp="53" InfoID="/>
Those unclosed strings dont always appear as the last part of the tag
Is there a way in Notepad++ or in C# to easily detect when a file has this kind of strings ?
How can I also detect other kind of error in the XML file that make it an invalid XML ? I need to try to parse it to detect this ?