how to parse while ignoring not well formed xml in python



I tried xml.etree.ElementTree and some other xml libraries but was unable to find one which can ignore suggest some package in python to parse a not well-formed xml. Just ignoring the invalid token or so?


No comments:

Post a Comment