Alexander

Results 124 comments of Alexander

Hi @mikeguidry This project is stopped. Its development is not supposed. All forces are concentrated on the new project, it is better: [lexbor](https://github.com/lexbor/lexbor) Over time, this project (lexbor) will support...

Hi @searene This is a serialization problem, I try to get value from node: ```C #include #include int main(int argc, const char * argv[]) { char html[] = ""; //...

@donglu If you do not need threads, then yes, that's right. But in general, it should be build fine. What version of Windows do you have and cmake?

Hi @Jean-Daniel In a single mode, tokens will always be equal and the program will not enter the loop. Do you have an example html where the program in a...

@360CodeSafe Thank you! It will be fixed soon.

@kksvip hi! Thanks for report! I'll see it tomorrow.

@kksvip In fact, it is not possible to unite trees in this way. For this you must use innerHTML function, but in this project this function is not present. You...

@parser12 hi! The input data is not clear. Please, use (for comments, markdown) ```HTML <html>In this place HTML tags</html> ``` and for C code: ```C subNode1 = myhtml_node_child(node); ``` See...

@parser12 After parsing, you get this tree: ```HTML " " "0.0 h" " " "0 mm" " " " " ``` This is a new line after the ``: ```HTML...

Hi! I'll deal with this soon. Thanks!