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

Incorporate "how to extract HTML features using xpath and css" into tutorial #18

Open
flavorjones opened this issue Dec 24, 2018 · 1 comment

Comments

@flavorjones
Copy link
Member

originally sparklemotion/nokogiri.org-tutorials#58

@rdpoor suggested:

A while back, I wrote a Nokogiri tutorial disguised as a StackOverflow response on "how to extract HTML features using xpath and css":

https://stackoverflow.com/a/20284975/558639

It shows in substantial detail how to extract links from HTML, find a specific link, find a link from associated text, extract text from a link. And it shows how to do each of those using xpath and css constructs.

I opine that this would be a welcome addition to the tutorial documentation.

I'm not psychically prepared to learn the sparklemotion stuff to incorporated this into the tutorial, but it should be an easy task for someone who is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@flavorjones @rdpoor and others