For some reason, bs4 is giving a "FeatureNotFound" error when trying to parse xml documents.
This happens with both BeautifulSoup(markdown,'xml') and BeautifulStoneSoup(markdown).
Is this just because lxml is not installed? Is there any way to get BeautifulSoup to use a different xml parser?
Thanks.