Html search using non-standard xpath, written in C. See tests/main.c. # Syntax examples ``` //div[id='user']//p[class='sneed*'] //div[id='user']/div[class='name'][0] ``` # Note This library does not decode html sequences in text and attribute values. Tag and attribute key matching is case-insensitive.