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

:nth not supported #200

Open
chr4ss1 opened this issue Aug 22, 2015 · 0 comments
Open

:nth not supported #200

chr4ss1 opened this issue Aug 22, 2015 · 0 comments

Comments

@chr4ss1
Copy link

chr4ss1 commented Aug 22, 2015

Hey, nice work. I like this project more than HtmlAgilityPack, I am still scarred by xPath.

I was using latest CsQuery, and tried to use query which is a long of the lines:

dom["input[type=email]:nth(2)"] which blew up, but is supported by jQuery. I ended up going with dom["input[type=email]"][1], which works, but would be cool to have first syntax aswell.

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

1 participant