lxml XMLSyntaxError: Namespace default prefix was not found
问题 I am using lxml to read my xml file. I am using a code something like below. It works just fine with lxml2.3 beta1, but with lxml2.3 it gives me zn xml syntax error as shown below. I went through the release notes for both versions, but could not figure out what could have caused this error or how to fix it. Please help if you have come across such a thing or have any clues about it. Thanks!! Code: from lxml import etree def parseXml(context,attribList,elemList): for event, element in context