beautifulsoup xml parser example
Example: how to use xml parse in beautifulsoup
import lxml #pip install lxml
soup = BeautifulSoup('html_file', 'lxml')
import lxml #pip install lxml
soup = BeautifulSoup('html_file', 'lxml')