byteface
byteface
html5lib now has an integration point. An example exists in the /examples/parsers/html5libtest... and notes on the release. https://github.com/byteface/domonic/releases/tag/0.6.5
I've included html5lib. and and integration point for the c++ one. ``` import html5_parser from domonic.ext.html5_parser_ import parse root = parse(some_html_string, treebuilder='domonic') ``` though that one is still experimental and...
This ticket was closed with a great example. But I'm leaving open so we can identify and apply slots to other classes. Please do create a ticket for a given...
a good pointer for slot useage exmples is the existing minidom.
thought i'd give an update on the status of slots. seems after version 8 we destroy the tag class in favour of just using Node but this the increased the...
I'm likely to migrate to pytest in the future. So anyone that wants to be involved in that can put hand up here. Turns out you can already run the...
the class RegExp() is in javascript module. and would probably need tests etc. good luck. lol. I did toy with the idea of it doing both python and regex type...
lots of commands need testing also
https://plumbum.readthedocs.io/en/latest/ looks like this idea already existed for a long time. edit. i just tested on pc and it doesn't work. so only for linux.
one question i recall stopping on this was. is the standard supposed to use uppercase or lowercase strings? i think if you answer that it's kind of unblocked to just...