opendoor-labs / rets

RETS Python 3 Client
MIT License
89 stars 43 forks source link

Use `lxml` to parse XML and handle invalid characters #43

Closed daneeesh closed 5 years ago

daneeesh commented 5 years ago

While parsing some data from CARETS, we found a few invalid characters in the data that the basic XML parser couldn't handle. This change switches the parser to use lxml and skip invalid characters.