You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Adding an XHTML doctype makes libxml2 add the namespace, which wasn't parsed as such by the HTML parser.
669
+
"""
670
+
xhtml = (
671
+
b'<?xml version="1.0" encoding="UTF-8"?>'
672
+
b'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
0 commit comments