I’m using Python (and BeautifulSoup) to convert XML into HTML. Can I get just what’s inside an XML tag, skipping the tag’s own attributes?
I’m processing some XML into HTML, using Python which passes some variable strings to a Python template. I use BeautifulSoup to retrieve and parse the XML I want.
I’m using Python (and BeautifulSoup) to convert XML into HTML. Can I get just what’s inside an XML tag, skipping the tag’s own attributes?
I’m processing some XML into HTML, using Python which passes some variable strings to a Python template. I use BeautifulSoup to retrieve and parse the XML I want.