I have 50 XML files which has mismatched tags and I want to repair them using python. The opening tag <names>
is different from closing tag </name>
. Can anyone guide me please.
<breakfast_menu>
<food>
<names>Belgian Waffles</name>
<price>$5.95</price>
<calories>650</calories>
</food>
</breakfast_menu>