Status: Accepted
Owner: geoffers

New issue 111 by geoffers: lxml elements, arart from root, not in namespace
http://code.google.com/p/html5lib/issues/detail?id=111

What steps will reproduce the problem?
for el in html5lib.parse("<p>foo", "lxml").iter(): print el.tag

What is the expected output?
{http://www.w3.org/1999/xhtml}html
{http://www.w3.org/1999/xhtml}head
{http://www.w3.org/1999/xhtml}body
{http://www.w3.org/1999/xhtml}p

What do you see instead?
{http://www.w3.org/1999/xhtml}html
head
body
p

--
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 [email protected]
 To unsubscribe from this group, send email to 
[email protected]
 For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to