mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

XML parsing not working on Python 3.8 #68

Closed mscarey closed 4 years ago

mscarey commented 5 years ago

Using loaders.load_code, I can correctly parse the USLM XML constitution in Python 3.7 with lxml-xml parsing in BeautifulSoup. But in Python 3.8, this fails, and it only parses through Article 1 of the constitution.

mscarey commented 4 years ago

Fixed by removing AuthoritySpoke's ability to parse XML, and replacing XML data access with API calls.