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
`<div class="columns small>
Xsoup use Jsoup as HTML parser.
. Please give me solution to extract data from both the tags together as "Xsoup use Jsoup as HTML parser." Thanx.
The text was updated successfully, but these errors were encountered:
Use function defined in Xsoup. //div[@Class='columns small']/allText()
Sorry, something went wrong.
[https://github.com/code4craft/xsoup] according to this url, i was confused that allText works or not..!! By the way thank u so much.
@code4craft How to extract the 2th child text attribute value?
find a way to choose nth child tag, String next_page_css = "#homepage_top_pager > div:nth-child(1) > a:nth-child(7)"; page.getHtml().css(next_page_css).
but how to use tag[n]?
No branches or pull requests
`<div class="columns small>
Xsoup use Jsoup as HTML parser.
` In above example, text data are present inside and. Please give me solution to extract data from both the tags together as "Xsoup use Jsoup as HTML parser." Thanx.
The text was updated successfully, but these errors were encountered: