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.

Parse an HTML string with JS

I searched for a solution but nothing was relevant, so here is my problem: I want to parse a string …

javascript html dom html-parsing
How do you parse and process HTML/XML in PHP?

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

php xml parsing xml-parsing html-parsing
How to strip HTML tags from string in JavaScript?

How can I strip the HTML from a string in JavaScript?

javascript html-parsing
Regex select all text between tags

What is the best way to select all the text between 2 tags - ex: the text between all the 'pre' …

html regex html-parsing
How to extract img src, title and alt from html using php?

I would like to create a page where all images which reside on my website are listed with title and …

php html regex html-parsing html-content-extraction
Parsing HTML using Python

I'm looking for an HTML Parser module for Python that can help me get the tags in the form of …

python xml-parsing html-parsing
How to extract string following a pattern with grep, regex or perl

I have a file that looks something like this: <table name="content_analyzer" primary-key="id"> <type="global" /&…

regex perl sed html-parsing text-extraction
HTML Text with tags to formatted text in an Excel cell

Is there a way to take HTML and import it to excel so that it is formatted as rich text (…

vba excel html-parsing
Which HTML Parser is the best?

I code a lot of parsers. Up until now, I was using HtmlUnit headless browser for parsing and browser automation. …

java html parsing html-parsing web-scraping
Options for HTML scraping?

I'm thinking of trying Beautiful Soup, a Python package for HTML scraping. Are there any other HTML scraping packages I …

html web-scraping html-parsing html-content-extraction