From eyeballing the CSelector.cpp and CParse.cpp code in Sigil/src/Query/ it appears that gumbo-query handles all of the combinators and many pseudo classes and pseudo elements so gumbo-query can be a valuable addition for Sigil even on its own. So I will integrate the a find_by_selector() method directly into our GumboInterface class so that it css selectors can be used to find gumbo nodes.
|