-
In the process of migrating [fast_html](https://git.pleroma.social/pleroma/elixir-libraries/fast_html) from myhtml to lexbor I've noticed there is no equivalent function for [`myhtml_node_is_void_elem…
-
compiling on Windows only shared libn without separated :
```
CMake Error at config.cmake:171 (set_property):
set_property could not find TARGET lexbor-core. Perhaps it has not yet
been cr…
-
Compilation using VS2010 failed, missing header file.
For the moment, I'll replace "#include " with the following code:
`
typedef int lxb_bool;
#define bool lxb_bool
#define false 0
#define t…
-
Thank you for the library! I am trying to extract human-readable text from an element and its descendants similar to `.textContent`. However I am finding that
```
John LennonPaul McCartney
```
…
-
Can you help me, how to use this lib? I try to write custom wrapper class.. but can't...
```
#include "lexbor/html/html.h"
#include "lexbor/dom/dom.h"
```
```
Scanning dependencies of targe…
-
in top level CmakeList.txt arounf line 171 :
```
IF(NOT LEXBOR_BUILD_SEPARATELY)
FOREACH(module ${LEXBOR_MODULES})
```
etc...
that is, within that IF test, separated libs are managed. S…
-
Hello! I've just include `html.h` and `dom.h` but can't build it...
```
/usr/local/include/lexbor/dom/interfaces/attr_res.h:24:7: error: expected primary-expression before ‘.’ token
{{.u.sho…
-
I have simple html for example:
```
Name Header
Name Sub
```
I need select by CSS `.ev p.ev_name` an element with tag `P`, and get contents of it?
in output i wanna get …
-
Hi. I'm curious to know how use this library as git-submodule. Actually I'm going to create an application that is going to use this library and i will probably create a package for my application for…
-
well, everything is in the subject :)