We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exp, err := xpath.Compile("//table[caption/em/h2='结果']")
exp.q.Predicate.Right.Val will be xE7 xBB x93 xE6 x9E should be xE7 xBB x93 xE6 x9E x9C
The text was updated successfully, but these errors were encountered:
For non-English characters , #99
Sorry, something went wrong.
fix non-English characters query: #106, #99
f7d323f
No branches or pull requests
exp, err := xpath.Compile("//table[caption/em/h2='结果']")
exp.q.Predicate.Right.Val will be
xE7 xBB x93 xE6 x9E
should be
xE7 xBB x93 xE6 x9E x9C
The text was updated successfully, but these errors were encountered: