-
The next example not found any node:
```
from selectolax.lexbor import LexborHTMLParser
html = """
"""
tree = LexborHTMLParser(html)
print(tree.css('meta[http-equiv="content-…
-
I read that one of the things you wanted to support was javascript parsing, and DOM changes during processing, etc. Could you please elaborate, or tell me if this was supported in the release? I cou…
-
Hi,
first i must say, i like your libary very much. Though there is a slight problem with missing documentation. And sometimes it leads to non trivial "research" how to use some stuff correctly. Esp…
majcl updated
10 months ago
-
Hello !
I just found your project and thought that FLTK http://www.fltk.org/ could be a good library to use for render.
Cheers !
-
I'm really curious about the results of this test.
How many pages were parsed correctly? How many had errors? Any fatal errors?
I think this could be a very valuable tool to measure both the per…
-
f9f4624d5f97f1bf6ebad6d86b208ef270dfd749 broke `lxb_selectors_find_reverse()`.
The previous implementation traversed the tree upwards as expected. The new implementation simply forwards to `lxb_sel…
-
```
Postinstall of lexbor: crystal src/ext/build_ext.cr
Failed postinstall of lexbor on crystal src/ext/build_ext.cr:
--- 'git clone https://github.com/lexbor/lexbor.git C:\Users\zw963\myip\lib\lex…
zw963 updated
4 weeks ago
-
-
I want to disable the automatically applied URL encodings in `myhtml_attribute_add`. To be more specific, please check the following example:
```c++
#include
int main(int argc, const char * ar…
-
https://html.spec.whatwg.org/multipage/parsing.html#adoption-agency-algorithm
What exactly does this text mean:
> If there is no such element, then return and instead act as described in the "any …