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
2023-08-01
Add quickmedia_html_node_find_child
dec05eba
2023-07-13
Fix warning
dec05eba
2023-01-02
Exclude only whitespace text tags
dec05eba
2022-11-08
Fix infinite loop on end of line on identifier
dec05eba
2022-11-06
Call callback even if text only contains whitespace
dec05eba
2022-09-04
get attributes with node instead
dec05eba
2022-02-28
Update submodule urls
dec05eba
2021-09-10
Fix indexing when no param is defined
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-24
update dep
dec05eba
2021-07-19
Fix script tags not closing properly, fix script end tag not parsed properly ...
dec05eba
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