Tagged Questions
0
votes
0answers
14 views
Parising HTML: Getting particular html definition list after a particular paragraph using JSOUP
I am trying to get the content of a definition list (or any tag) after a particular tag satisfying my condition using JSoup with Java. As an example let's assume we have an html document as follows.
...
2
votes
2answers
42 views
I would like to parse an html source string to find a specific tag in Java
So I have the following html source:
<form action='http://example.com' method='get'>
<P>Some example text here.</P>
<input type='text' class='is-input' ...
1
vote
2answers
55 views
Jsoup, unable to retrieve object
I'm trying to use jsoup api, and my first try is to retrieve from google.it text of search button and show it inside a textview.
i've used this code:
protected String doInBackground(Void... params) {
...
1
vote
4answers
49 views
How to differentiate two HTML elements with same tagname and same text
I would like to know is there any method in Jsoup that tells me an element with same tag name, text and class (if any) is different from other element with same tag name, text and same class (if any). ...
1
vote
1answer
83 views
Parse HTML Web Page
I parse data from this web site using JSoup:
http://www.skore.com/en/soccer/england/premier-league/results/all/
I get the name of team and result, and I also need to the get name of scorer (it is ...
1
vote
1answer
84 views
Extracting relative links from a web page in proper format using Jsoup
I have parsed the outlinks of a web page which I am going to parse again using Jsoup. But the problem is that, the links are of the form: ../../../pincode/india/andaman-and-nicobar- islands/. In this ...
0
votes
0answers
16 views
Querying if a selector is applicable in an HTML page with Jsoup
In Jsoup is there any way to find whether a particular selector is present in an html page? For example I want to know whether any element exist in a page with selector "span.address" or "span#id". I ...
-2
votes
1answer
37 views
How to get a specific string with Jsoup
How can I get the productId value (6030283523) using Jsoup? There is another way to do that?
I'm trying
Elements dis = doc.select("dl[class=cs-cfg] > dt").get(4).getAllElements();
for (Element el ...
3
votes
1answer
190 views
JSoup parsing invalid HTML with unclosed tags
Using JSoup inclusive the last release 1.7.2 there is a bug parsing invalid HTML with unclosed tags.
Example:
String tmp = "<a href='www.google.com'>Link<p>Error link</a>";
...
2
votes
2answers
165 views
How to convert Xpath to CSS
My xpath is: /html/body/div/table/tbody/tr[2]/td[4]
I need to get an CSS to use it in jsoup selector.
I found a comparison between xpath and css: here, and it's said in their example (Second ...
0
votes
1answer
61 views
Building listview from data obtained by parsing a webpage
I am a total newbie to android so my question might sound very immature. I want to make a list view of the table displayed on this page:
...
1
vote
2answers
32 views
java or jdk version requirement for jsoup
Does Jsoup support jdk 1.4?
What is the minimum version of jdk required for jsoup?
If jsoup does not support jdk 1.4, then is there any other html parser which I can use with jdk 1.4 to edit my html.
0
votes
1answer
55 views
Jsoup - read one by one
I'm starting to use Jsoup recently. I need list some elements in a HTML source. For example:
<table class="list">
<tr>
<td class="year" colspan="5">2012</td>
...
0
votes
0answers
95 views
Traversing a DOM Tree in Depth First Order using Jsoup
I want to extract text from an HTML page. For that I will have to traverse DOM tree of each element of the page in Depth First Order. For example consider the following HTML snippet
<span ...
0
votes
1answer
85 views
Extracting texts from an element in a HTML page using Jsoup
I am extracting texts from the following html element
<span class="adr" style="float: none !important;">
<span class="street-address" style="float: none !important;">18, Jawaharlal ...
0
votes
2answers
101 views
How to extract this data using Jsoup?
From example I want to grab name1, name2, name3, and name4 from the following HTML code.
<td width="200"><a>name1</a></td>
<td width="200">name2 </td>
<td ...
0
votes
1answer
82 views
How can I extract someting specific using Jsoup?
How can I extract the full names from this sample HTML code?
I only want to get the following.
Full name1
Full name2
Full name3
<div class="readerP">
...
0
votes
1answer
72 views
How to select td on basis of input name using Jsoup in android?
I am using Jsoup for Html Parsing in android.This is the html table i want to parse:
<TR><TD><INPUT TYPE="RADIO" NAME="lccp_trndtl" VALUE="12708NZM KCG YNNYNYNYA"ONCLICK="return ...
1
vote
1answer
257 views
Web Crawler specifically for downloading images and files
I am doing an assignment for one of my classes.
I am supposed to write a webcrawler that download files and images from a website given a specified crawl depth.
I am allowed to use third party ...
0
votes
2answers
199 views
how to get image using html parsing with jsoup
I want get all images using html parsing with jsoup.
I am using this code ;
Elements images = doc.select("img[src~=(?i)\\.(jpe?g)]");
for (Element image : images) {
...
0
votes
1answer
103 views
Error when parsing Html using Jsoup
I want parsing html site and get a string value. But i receive error when parsing div class.
<div class="content clear">
I wrote above code but i received error.
try {
doc = ...
0
votes
1answer
86 views
JSOUP Document Structure issue HTML
String url = request.getParameter("url");
Document doc = Jsoup.connect(url).get();
Elements web = doc.childern.select("*");
for(Element ele : web)
...
-1
votes
1answer
143 views
Parsing a WebPage java
Hi I would like to parse a shop http://www.mercateo.com. Up to now I've used a selenium. It works very well but it's slow. I would like to fine a solution my problem. I found the HtmlUtil and JSoup ...
1
vote
1answer
52 views
File format for storing html parser rules
I'm using Jsoup to parse a page which structure changes over time. For now the parsing config is written in Java so I have to issue a new build each time the rules get modified.
Is there some sort of ...
1
vote
2answers
274 views
Extracting Links from dynamic website using Java
I'm trying to extract all the links from a website. I used Jsoup in previous programs to do this, the problem here is that "more content" is generated by pressing the more button and it doesn't change ...
1
vote
1answer
134 views
JSoup - how to grab a href (url/link) immediately preceding a <span class = *>?
Given the following :
<li class="med grey mkp2">
<a href="http://rads.stackoverflow.com/amzn/click/B004N627KS"><span class="price bld">$28.15</span> new <span ...
0
votes
2answers
211 views
Parsing specific texts using Jsoup
I have a cities.txt file placed in my res/raw folder. Inside it contains the following.
<div class="state">Alabama</div>
<ul><li><a ...
0
votes
1answer
113 views
Why does JSoup remove element IDs?
I'm using JSoup to sanitize some untrusted HTML. I discovered that if I call
String html = "<div id='foo'><script type='text/javascript'>alert('hello');</script></div>";
...
1
vote
2answers
161 views
Parsing a text file using Jsoup
I have a Continent.txt file placed in my res/raw folder. Inside it contains the following.
<div class="continents">
<a href="#US">US</a>
<a href="#CA">Canada</a>
...
0
votes
2answers
480 views
Android: Parsing a page with Jsoup
Why does my app keep crashing after it shows up on the Emulator? I just started learning about Jsoup parsing and following different tuts, but I can't find solution to this error.
package ...
0
votes
0answers
136 views
How to parse/screen scrape this webpage of in java with jsoup [closed]
I have a moderate to strong background in Java but a little in HTML and not much in JavaScript/CSS. I was wondering how I could use jSoup to parse data from the table this website:
...
-1
votes
1answer
151 views
Extracting data from <td> tags inside all tables of a page with certain class
I want to extract all city names and state names from url List of cities and towns in India using jsoup, an HTML code snippet of that page is given below.Here Abhaypuri is name of a city and Assam is ...
0
votes
1answer
203 views
jsoup times out, xml gets white space error, basic traversing through page is time consuming
I would like to make a program that parses the html page and selects useful information and displays it. I did it by opening a stream and then line by line searching for this appropriate content, but ...
0
votes
1answer
93 views
JSoup Grabbing HTML value returns null?
I am trying to use the Jsoup java library to pull a random word from an online random word generator. Here is my code, the link to the random word generator is in there:
public class getWord {
...
0
votes
0answers
93 views
How to parse arc files from Heritrix crawler using Jsoup?
Ok,Hello again,
I've written once before but haven't gotten any answer.
Perhaps my question wasn't well formed.
I have crawled the web with the Heritrix crawler and want to parse these arc files from ...
0
votes
1answer
131 views
java.lang.IllegalArgumentException working with Jsoup
My code:
public static void main(String[] args) {
Validate.isTrue(true, "usage: supply url to fetch");
try{
String url="http://www.spoj.com/ranks/PRIME1/";
Document doc= ...
0
votes
1answer
174 views
Traverse HTML in depth with jsoup
I am trying to scrape some data from a page, but I am a beginner to jsoup - and not that experienced a java developer :)
The html example is:
<tr class="divider">
<td class="betona ...
2
votes
1answer
201 views
Iterate through elements in html tree using BeautifulSoup, and produce an output that maintains the relative position of each element? in Python
I have this code that does what I need it to do using Jsoup in Java
Elements htmlTree = doc.body().select("*");
Elements menuElements = new Elements();
for(Element element : htmlTree) {
...
0
votes
1answer
167 views
Removing html text between two tags with jsoup
I would like to remove HTML text between two tags recursively like <bloquotes>
For this example:
<div>hfhfk
<bloquotes><bloquotes>ppppp</bloquotes>fin texte ...
0
votes
2answers
272 views
Parsing HTML in android with JSOUP
I am trying to parse some html from a website. I connect to a website in an AsyncTask. I try to parse the retrieved HTML with JSOUP parser.
website= task.get();
String items="";
...
0
votes
2answers
110 views
what method in jsoup can return the modified html?
When I parse the html file(stored in native) with jsoup. I have modified some elements in the html file,so I want to save the modified html, and replace the old one?
Do any body know which method in ...
0
votes
3answers
236 views
How to get all html tags in order from html string in Java
<td valign="top" width="230">
<div>
<b><a href="http://www.cs.cornell.edu/johannes/">Johannes Gehrke</a></b>
</div>
<div class="small">
...
0
votes
0answers
105 views
how to parse multiple line using jsoup?
I have example data like this:
<TD CLASS='statusEven'><TABLE BORDER=0 WIDTH='100%' CELLSPACING=0 CELLPADDING=0><TR><TD ALIGN=LEFT><TABLE BORDER=0 CELLSPACING=0 ...
2
votes
2answers
287 views
How to parse new line from HTML using Jsoup
When i am parsing a HTML file using jsoup, texts in multiple lines (with < br />) in the HTML file is presented as a single line without new lines(\n). How i can parse the multi line HTML ...
0
votes
2answers
328 views
JSoup html parsing - download only some part of html page (not whole) before parsing?
I've an app, which is parsing some html page. Now I'm doing it in this way:
I load whole html (without resources of course, just pure html)
I parse only elements which I need (this is small part of ...
1
vote
1answer
211 views
Jsoup parse link <a href=“www.abc.com”>
I want to extract links from html, using jsoup
Expected output: absolute link.
I use "abs:href" for that.
This works:
Jsoup.parse("<a \n\r\t ...
1
vote
2answers
335 views
jsoup getElementsByAttribute Issue
here input code
<table style=”padding: 0px; margin: 0px;” cellpadding="0" cellspacing="0" width="626" align="center" bgcolor="White" border="0">
<tr>
<td style=”vertical-align: top;” ...
0
votes
1answer
127 views
Using JSoup, can you get the position/index of a node in the html?
Once JSoup has parsed an html String, can you go from the Node object to the start/end String indexes?
I think this isn't possible. But perhaps someone has tried editing JSoup to expose this ...
1
vote
1answer
276 views
Jsoup - extracting data from an <a> tag, inside a <td> tag
I want to extract data from a Web site, using Jsoup. The data are in a table.
HTML code:
<table><tr><td><a href="......">Pop.Density</a></td>
...
1
vote
2answers
587 views
Exceptions while I am extracting data from a Web site
I am using Jsoup to extract data by zip codes from a Web site.The zip codes are read from a text file
and the results are written at the console. I have around 1500 zip codes. The program throws two ...

