Top "Html-parsing" questions

HTML parsing is the process of consuming a serialization of an HTML document and producing a representation that you can work with programmatically — e.g., in order to extract data from it.

How to change tag name with BeautifulSoup?

I am using python + BeautifulSoup to parse an HTML document. Now I need to replace all <h2 class="someclass"&…

python html-parsing beautifulsoup
Node.js and Cheerio parsing table with selectors

I'm trying to parse an HTML table using Node.js and Cheerio and am getting some results but unfortunately I'm …

javascript node.js html-parsing cheerio
How to parse HTML with PHP?

How can one parse HTML/XML and extract information from it?

php html regex html-parsing
Web page scraping gems/tools available in Ruby

I'm trying to scrape web pages in a Ruby script that I'm working on. The purpose of the project is …

ruby html-parsing lxml scrape
HTML parsing in FLUTTER for android / iOS development

We know there is a Jsoup library for android developers to parse html text, code etc. As I am new …

android html-parsing flutter html-parser
Regular expression to extract image url from html code

I wanted to extract Url of image from html code, e.g. html code below: <div class="imageContainer"> &…

java regex html-parsing imageurl
Android ImageGetter images overlapping text

I'm trying to load a block of HTML into a TextView, including images, using URLImageParser p = new URLImageParser(articleBody, this); …

android textview html-parsing spanned
HtmlAgility - Save parsing to a string

Just tried using the HtmlAgility Pack for the first time and have a problem. First I load in from a …

c# parsing html-parsing
How to get text & Other tags between specific tags using Jericho HTML parser?

I have a HTML file which contains a specific tag, e.g. <TABLE cellspacing=0> and the end tag …

java html-parsing jericho-html-parser
JSoup.connect throws 403 error while apache.httpclient is able to fetch the content

I am trying to parse HTML dump of any given page. I used HTML Parser and also tried JSoup for …

java html-parsing jsoup