for library in ['html5lib', 'html.parser', 'lxml']:
print library
BeautifulSoup(markup, library)
Leonard
On Tue, Apr 17, 2012 at 10:25 PM, Jonathan Vanasco
<jona...@findmeon.com> wrote:
> I should add - I've tried this under all the parsers. Same result.
>
> --
> You received this message because you are subscribed to the Google Groups "beautifulsoup" group.
> To post to this group, send email to beauti...@googlegroups.com.
> To unsubscribe from this group, send email to beautifulsou...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beautifulsoup?hl=en.
>
https://bugs.launchpad.net/lxml/+bug/984936
I can't say for sure without seeing your test code, but I think
there's a mistake in it (a mistake I make all the time), and that
you're actually using lxml each time. Let me know if I'm wrong.
If you let me know what version of lxml you're running, I can add that
information to the LXML bug report.
Leonard