Need to return a unicode string in the xml factory.
The underlying data is put into json documents that expect unicode strings not byte strings. In python2 lxml provided strings that were auto coerced but in python3 it provides byte strings.
Loading
Please register or sign in to comment