Status: New Owner: ---- New issue 91 by michael.repucci: unnecessary unclosed <head> element inserted before parsed text http://code.google.com/p/html5lib/issues/detail?id=91
What steps will reproduce the problem? parser = HTMLParser(tokenizer=sanitizer.HTMLSanitizer) tree = parser.parse("Just some plain text.") walker = treewalkers.getTreeWalker("simpletree") stream = walker(tree) serial = serializer.xhtmlserializer.XHTMLSerializer(omit_optional_tags=True) cleaned = serial.render(stream) print cleaned What is the expected output? What do you see instead? Expect: "Just some plain text." Get: "<head>Just some plain text." Please provide any additional information below. I'm not sure if this is, for some odd reason, the intended behavior, but I searched for a flag to turn off this behavior, as I don't want it, and couldn't find one. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to html5lib-discuss@googlegroups.com To unsubscribe from this group, send email to html5lib-discuss+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4