hello .
I'm new to xml. I'm trying to parse an xml file to extract data from, but it shows the error below message when I call doc=minidom.parse('D:\\CONFIGRATION.xml')
...
xml.parsers.expat.ExpatError:not well-formed (invalid token): line 474, column 15
473 <Extras>
474 <extra Type>
475 jpg
476 </extra Type>
477 <extra Type>
478 psd
479 </extra Type>
480 </Extras>
Can anyone please help me? What is a well-formed XML document?
Thanks in advance