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
Age
Commit message (
Expand
)
Author
2021-07-03
Fix attribute value without quote (first char was skipped)
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 conta...
dec05eba
2021-07-03
mm
dec05eba
2021-07-03
update html parser
dec05eba
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-07-02
Add html-parser as a dependency and remove 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-22
Fix build for ubuntu
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
Add extern c for c++
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