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.

Create a JSON object from HTML using jQuery

Problem Overview Let's say I have a shipment of candy. The shipment has a number of boxes, and each box …

javascript jquery json html-parsing scrape
How to fix this AttributeError?

I installed a stripe package yesterday and now my app is not running. I am trying to understand where the …

python html google-app-engine html-parsing attributeerror
Web Scraping With Haskell

What is the current state of libraries for scraping websites with Haskell? I'm trying to make myself do more of …

haskell html-parsing web-scraping
Accessing html generated by Javascript with htmlunit -Java

I am trying to be able to test a website that uses javascript to render most of the HTML. With …

java javascript html-parsing htmlunit
Excel VBA to open the first search result page of google

I have to open the google search page using excel Macro. I am able to successfully open the google search …

html vba excel html-parsing msxml
HTML5: W3C vs WHATWG. Which gives the most authoritative spec?

I'm in halfway trough an html parser and found html5 defined explicitly the rules of thumb for parsing ill formed …

html html-parsing w3c
Need python lxml syntax help for parsing html

I am brand new to python, and I need some help with the syntax for finding and iterating through html …

python html-parsing lxml
Parse HTML data in Java including &lt and &gt tags?

I want to parse HTML text in Java. I have tried to parse HTML data using javax.swing.text.html.…

java html-parsing htmleditorkit
how to get text between a specific span with HtmlUnit

I'm new to HtmlUnit and I'm not even sure if it is the right tool for my project. I'm trying …

html-parsing html htmlunit
How to safely embed JSON with </script> in HTML document?

In a Rails 3.1 app, how can I safely embed some JSON data into an HTML document? Suppose I have this …

ruby-on-rails json ruby-on-rails-3 html-parsing