I want to parse my XML document. So I have stored my XML document as below
class XMLdocs(db.Expando): id = db.IntegerProperty() name=db.StringPro
Just putting .encode('utf-8') at the end of object will do the job in recent versions of Python.
.encode('utf-8')