bs4/builder/_html5lib.py:60: DataLossWarning: namespaceHTMLElements not supported yet
DataLossWarning)
bs4/builder/_html5lib.py:77: DataLossWarning: BeautifulSoup cannot represent elements in any namespace
warnings.warn("BeautifulSoup cannot represent elements in any namespace", DataLossWarning)
Apparently here is the reason for this msg:
https://bugs.launchpad.net/beautifulsoup/+bug/727014
Leonard Richardson (leonardr) wrote on 2011-03-01: #1
html5lib supports namespaced elements (like
Changed in beautifulsoup:
status: New → Confirmed
No comments:
Post a Comment