index
:
html-search
master
Search in html code using an xpath-like language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
HtmlSearch.c
Age
Commit message (
Collapse
)
Author
2022-09-04
get attributes with node instead
dec05eba
2021-08-16
Add indexing and example
dec05eba
2021-08-15
Fix glob match
dec05eba
2021-08-15
Strip newlines at the beginning and end of text
dec05eba
2021-07-03
Fix string_append incorrect allocation size
dec05eba
2021-07-03
Case insensitive tag and attribute key match
dec05eba
2021-07-03
Strip attribute key and value, memcmp if attribute value search doesn't ↵
dec05eba
contain glob
2021-07-03
Strip whitespace for attribute values as well
dec05eba
2021-07-03
Remove invalid todo comment
dec05eba
2021-07-02
Remove dependency on html tidy
dec05eba
2021-06-15
p newline
dec05eba
2021-06-15
Add glob matching for attribute value
dec05eba
2021-05-22
Fix crash on ubuntu with custom tags
dec05eba
2021-05-06
get_text should add newline for <br>
dec05eba
2021-04-28
Combine all inner text
dec05eba
2020-09-18
Do not escape url
dec05eba
2020-09-18
Disable line wrap for text
dec05eba
2020-07-06
no error on custom tags
dec05eba
2020-07-06
Fix tests etc
dec05eba
2020-07-06
Remove unused const
dec05eba
2020-07-06
Allow reusing doc for multiple xpath searches
dec05eba
2020-07-06
Cleanup after finished
dec05eba
2020-07-06
Initial commit
dec05eba