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 print cells of a table with simple html dom

i have this html code. Im using Simple HTML Dom to parse the data into my own php script. <…

php html-parsing simple-html-dom
Get immediate parent tag with BeautifulSoup in Python

I've researched this question but haven't seen an actual solution to solving this. I'm using BeautifulSoup with Python and what …

python html beautifulsoup html-parsing
How do I create an IHTMLDocument2 using a string from TIdHTTP?

I download a URL with IdHTTP.Get, and I need to search the HTML tags and extract some data. How …

delphi html-parsing indy ihtmldocument
Parsing html with the HTML Agility Pack and Linq

I have the following HTML (..) <tbody> <tr> <td class="name"> Test1 </td> &…

c# linq html-parsing html-agility-pack
TagSoup vs. Jsoup vs. HTML Parser vs. HotSax vs

The abundance of HTML parsers to choose from (and stick with) is mind boggling: http://java-source.net/open-source/html-parsers How …

java android html-parsing
Web scraping - how to identify main content on a webpage

Given a news article webpage (from any major news source such as times or bloomberg), I want to identify the …

python web-scraping html-parsing webpage
How to validate HTML from Java?

What is a fast and simple way to validate HTML from Java? I’m looking for an open-source/PD class (…

java html html-parsing html-validation
Automatically convert Style Sheets to inline style

Don't have to worry about linked style or hover style. I want to automatically convert files like this <html&…

java css html-parsing
HtmlAgilityPack set node InnerText

I want to replace inner text of HTML tags with another text. I am using HtmlAgilityPack I use this code …

c# parsing html-parsing html-agility-pack
jQuery-like interface for PHP?

I was curious as to whether or not there exists a jQuery-style interface/library for PHP for handling HTML/XML …

php jquery html xml html-parsing