# Pastebin SeFw0lLC >>> import html5lib >>> from lxml import html >>> x = html5lib.parse('
foo', treebuilder='lxml') >>> html.tostring(x) 'foo' >>> y = html5lib.parse('
foo', treebuilder='lxml', namespaceHTMLElements=False) >>> html.tostring(y) '
foo