Extract SVG Elements and Title from HTML using BeautifulSoup
I have a chunk of html I have extracted using BeautifulSoup which containts an SVG path and a title. I am wondering if there is a way to extract the title text and the coordinates from this chunk. <g class="myclass"><title>mytitle</title><path…