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

c++ library to provide jQuery style api for gumbo library

Results 24 gumbo-query issues
Sort by recently updated
recently updated
newest added

like a[src*="runoob"] is not supported, maybe updated?

Just tried 3 different package installations of `gumbo-parser` (Archlinux) ```bash pacman -Sy gumbo-parser yay -Sy gumbo-parser yay -Sy gumbo-git ``` However, none provides a static library to find.. not even...

* The check loop should begin from pos - 1, this would fix the combinator '+' not working bug. * mAdjacent should be false, when combinator '~'.

─$ brew install gumbo-query Updating Homebrew... Error: No available formula with the name "gumbo-query" ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula...

After some digging around I found a way to trim the unformatted strings (containing '\r', '\v', '\f', '\n', '\t', ' ') this library returns when parsing HTML files. For example...

-- The CXX compiler identification is GNU 4.8.4 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info...

Machine Linux (GCC 7.1) and Windows (GCC 6.3) Sample Code ``` std::string page("123456"); CDocument doc; doc.parse(page.c_str()); CSelection c = doc.find("p:nth-child(odd)"); CNode node = c.nodeAt(0); std::cout