gumbo-libxml icon indicating copy to clipboard operation
gumbo-libxml copied to clipboard

LibXML2 bindings for the Gumbo HTML5 parser

Results 6 gumbo-libxml issues
Sort by recently updated
recently updated
newest added

Just from inspection (i.e., I didn't test), it appears that the comments in ``` ``` won't make it into the xml tree.

Suggest the following patch for example program to avoid reading outside buffer and freeing nodes twice and a memory leak. ``` *** example.c 2017-04-30 09:27:06.878903562 +0200 --- example.c 2017-04-30 14:16:04.562413166...

Fixes issue #3 (https://github.com/nostrademons/gumbo-libxml/issues/3) (New pull request from feature branch, compiler warnings fixed.)

Hello, I've build and install like in the doc: ./autogen.sh ./configure make sudo make install As in the title, ld can't find -lgumbo_libxml. But pkg-config --cflags --libs gumbo_libxml return :...

/usr/bin/ld cannot find -lgumbo_libxml. Because shared libraries produced are libgumbo_xml.so\* not libgumbo_libxml.so*