Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Xpath features #1

Open
hominee opened this issue Jun 18, 2022 · 1 comment
Open

Support Xpath features #1

hominee opened this issue Jun 18, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hominee
Copy link
Owner

hominee commented Jun 18, 2022

I am fan of xpath when parsing and extracting data from html file.
Currently, dyer do not support html paring, you have to implement the parser on your own.
I am considering add a xpath feature to the response for better integration with C library libxml2.

@hominee hominee added the enhancement New feature or request label Jun 18, 2022
@hominee
Copy link
Owner Author

hominee commented Jul 27, 2022

The first version of XPath feature is out in commit ,
its underlay library is rust binding of C libxml2.
More can do to strip the dependencies since dyer only parse the HTML, In order to do that I intend to bind C libxml2 with rust in an organized manner what the ongoing repo is aimed at.

@hominee hominee closed this as completed Jul 27, 2022
@hominee hominee reopened this Jul 27, 2022
@hominee hominee added the help wanted Extra attention is needed label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant