Closed mscarey closed 4 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.
loaders.load_code
Fixed by removing AuthoritySpoke's ability to parse XML, and replacing XML data access with API calls.
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.