aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 06e29b75fe61bfd58015804d317ad137e3017b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
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.