-
Hello,
I have been looking throughout the examples in order to try and learn how to use this library, but I must admit to my great shame that I am still at a loss...
I was hoping to use the Lexbor…
-
CSS class selectors crash if the document contains HTML tags with empty-values class attributes.
Background: I tried to parse a website that turned out to be a text file filled with URLs in angle …
-
I am having trouble building `lexbor` with my C++ project. The build fails with below error when trying to link executable with statically built `lexbor`.
```
SomeInternalClass.cpp.obj : error LNK…
-
In some cases, it segfaults
-
Not sure if there is a way to ignore this instead of duplicating the code. Using nested `a` tags is against standards, but there are plenty of such websites.
Simple example:
```
…
-
While browsing the Lexbor wrapper code, I found a logic bug in
https://github.com/rushter/selectolax/blob/13603612fb1d7c8b43c2f134ef6dc53d926ff445/selectolax/lexbor/node.pxi#L269-L272
The if br…
-
https://github.com/lexbor/lexbor/blob/master/source/lexbor/ports/windows_nt/config.cmake#L1
lines 1 to 7 are useless : all the Windows compilers define `_WIN32` and `_WIN64` like that :
* they…
-
Exemple:
```
E:/Documents/programmes_x64/msys2/home/vtorri/gitroot_64/lexbor/test/lexbor/html/tree/open_elements.c:82:5: note: in expansion of macro 'test_eq_size'
82 | test_eq_size(lexbor…
-
```crystal
require "lexbor"
html =
-
Example: https://github.com/lexbor/lexbor/blob/58fc5f4834fd5562cf5e228294e391694a66599d/examples/lexbor/html/element_attributes.c#L27
Please change `my-name` to `id` to get a segfault.
```
.…