HTML parsing refers to the process of converting an HTML document to a tree-based Document Object Model with the goal of extracting information.

learn more… | top users | synonyms (1)

3
votes
0answers
31 views

Determine main article image - HTML Agility Pack

I would like to use HTML Agility Pack to determine the main article body and then extract the main article image from it. I have noticed that most of the site webmasters have their main content ...
3
votes
0answers
107 views

Parsing badly written HTML in Appcelerator Titanium

I'm trying to get some values out of a small piece of HTML in Titanium. I tried to use this library: https://gist.github.com/bob-sims/4406293 as answered in another question (HTML Parser for Titanium ...
2
votes
0answers
86 views

Cast a Nokogiri::XML::Document to a Nokogiri::HTML::Document

I want to transform an XML document to HTML using XSL, tinker with it a little, then render it out. This is essentially what I'm doing: source = Nokogiri::XML(File.read 'source.xml') xsl = ...
2
votes
0answers
137 views

HTML to RTF string using Python

I am looking for a way to convert HTML text to RTF string. Is there any libraries that does this job. I get html content dynamically in my project and need it to be rendered in RTF format. I am using ...
2
votes
0answers
82 views

IE9 sees sibling HTML nodes as descendants

I'm investigating automated testing of an existing web application. I ran into the following problem while trying to select certain document nodes by XPath. On a particular screen, the application ...
2
votes
0answers
899 views

libxml2 HTML Parse, document from HtmlReadFile() always has a root header of (null)

I'm trying to use libxml to parse through some HTML. Here's my code: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <libxml/HTMLparser.h> htmlDocPtr ...
2
votes
0answers
204 views

Unable to obtain content from website using Hpple

I was trying to parse from a website using HPPLE. I was successful with the tag but it doesn't seem to work on the other tag. Please advice. This was the code that I used. NSData *htmlData = ...
1
vote
0answers
46 views

Scraping HTML in lisp

My question is related to another question found here Scraping an HTML table in Common Lisp? I am trying to extract data from a webpage in common lisp. I am currently using drakma to send the http ...
1
vote
0answers
16 views

Tutorial for NodeJS's htmlparser?

I don't really understand the readme of htmlparser.. and I searched over the internet but cannot find a proper tutorial for it (or other NodeJS parsers). I believe for most of the time if there's no ...
1
vote
0answers
29 views

Syntax questions C# Html-Agility-Pack

This code sums the last column in the first table contained in an html document. (It ignores the first row.) 1.) How do I sum a specified column rather than just the last one? var sum = ...
1
vote
0answers
68 views

How to parse hindi font from html using BeautifulSoup?

I want to get the contents of a tag using using BeautifulSoup. My code : html= "<html><body><td class="HindiTextGray" align="left" valign="top"> <br /> सूरत। ...
1
vote
0answers
57 views

Parse HTML from javascript-rich website in Objective-C

How can I parse HTML data from a website that uses JavaScript for some of its information. (Some JavaScript code constructs HTML code which I want to use.) I couldn't find a way to get the HTML data ...
1
vote
0answers
132 views

shell script behaves differently from Automator

I have a couple scripts to clean up some generated HTML; a python script using BeautifulSoup, and a Ruby script. These remove unneeded tags and attributes, transform symbols to html encodings, get ...
1
vote
0answers
72 views

Loop out values ​​from a div tag with the xpath and html agility

I'm trying to scrape a website. a comparison site and in such exists a div tags class several times so I would loop out information from each div tag to get something like this in my "div" list item: ...
1
vote
0answers
20 views

how to a method with two block as params,the first block have a return value,the second block need to get the return value

the source code in my project like below. the frist block return a object,the the second block need the object been passed in as param [kNetManagerInstance exeHttpRequest:anUrl requestFrom:self ...
1
vote
0answers
47 views

codeigniter locatization other than stock lang class

is there any better for locatlization other than time-wasting lang() class ? current apporach index.php view in language file i have to set both default lang and other language. but i find ...
1
vote
0answers
128 views

BeautifulSoup does not Parse as Expected

I am using BeautifulSoup 4 for crawling a web site and generated a script that works like a charm. But when I changed computers and tried the script on another one, it suddenly started to give out an ...
1
vote
0answers
74 views

Apache Tika benchmarks

I'm currently developing a Java based web crawler that handles only html files. What I would like to know is if there any benchmarks out there that show the performance of the Apache Tika library on ...
1
vote
0answers
155 views

HTMLAgilityPack new selection in for each loop

I have this html code <div class="featuredTorrent"> <ul> <li> <div class="torrentName"> ...
1
vote
0answers
286 views

Generate PDF from HTML page in android

How to create PDF FILE from HTML page using itextrenderer in android? I am using itextrenderer but in this can't import java.awt.geom in eclipse because there is no support for awt in android so how ...
1
vote
0answers
139 views

How to activate a button in vba where the on click event is the only identifier?

Hi I've tried different methods but with no succes. Can anyone figure out how to activate the event on this button: <b>Class="palette" Title="Tilf&oslash;j" onclick ...
1
vote
0answers
93 views

Can't figure out how to parse table row and certain columns and export to CSV

First, let me admit that I'm a novice with Ruby. I've only used it for a few days but with reasonable success. I've been able to parse certain items that exist singularly in multiple HTML files and ...
1
vote
0answers
159 views

HTMLParser:Handling malformed start tag in HTML Documents

I am using the HTMLParser class in Python to parse a HTML doc. But, I am getting the error "malformed start tag" occasionally. Is there a way to handle this such that I just remove the malformed start ...
1
vote
0answers
193 views

httpUnit parse HTML in JAVA Android application Unable to resolve superclass

I'm trying to login to a website (using POST) and parsing some HTML. The login works (using jsoup), but when I try to parse a full page, the Inputstream buffer is not big enough to capture the entire ...
1
vote
0answers
48 views

making a jquery plugin for prettifying html or minifying html

I wanted to make a jquery plugin for prettifying the html code taking the indent spaces as an option. I wanted to know how to proceed for this. Should I extract each dom element recursively & ...
1
vote
0answers
46 views

HTML Sanitizer according to various business rules

Looking for a tool that modifies HTML in place according to certain business rules. In particular, I'll need to replace links matching a certain regex with other links (we're trying to dummy out ...
1
vote
0answers
108 views

html parsing - replacing newline character

I have created a simple html parsing code which gets text content from a given Xpath. My code: XPathFactory xFactory = XPathFactory.newInstance(); CleanerProperties props = new CleanerProperties(); ...
1
vote
0answers
79 views

Parse html and get blocks with the html code inside

everyone I try to parse one html form and get the blocks in the form + get the code inside. The form is: <h1>Customer Service - Contact us</h1> <p class="bold">For questions about ...
1
vote
0answers
225 views

HTML Parsing and Screen Scraping with the Simple HTML DOM Library

Accessing Information: this is all on page with other content too: <h2 id="General-IP-Information">General IP Information</h2> <!-- PAC: --> <!-- rDNS: 132.123.23.23 --> ...
1
vote
0answers
39 views

How to obtain the date information from a web page, using C#?

I am currently writing a small crawler program trying to fetch web pages and index them. I would like to know when the web page was produced or about. For example, a news page for a date normally ...
1
vote
0answers
73 views

Parsing a remote HTML with images

Hi All, Is it possible to find out whether images are updated in a remote HTML page ? The only way is to parse the remote HTML page and find out all images, then images are downloaded completely in ...
1
vote
0answers
135 views

How to use PHP's DOMDocument to alter only certain parts of a HTML Document?

Suppose I have a string $str representing a HTML document. It contains a substring $substr describing some HTML DOM Node. I do not know or can easily match the $substr, I only know what DOM Node I am ...
1
vote
0answers
84 views

How to read the first few lines of a website

I am trying to implement a feature to your web application, in which if a user saves a website's url, it is stored and displayed in the library. Now when a web url is saved in facebook, the first few ...
1
vote
0answers
189 views

Weird error when using 'node-htmlparser' module

I'm reading a behemoth of an XML file, line by line. Using htmlparser (v1.7.3), I'm trying to get the values of the attributes that will eventually be written to database. Here's the code: var fs = ...
1
vote
0answers
133 views

Looking for SSI Environment Variable(s) for Document URL

I'm looking for an SSI Environment Variable that can return the Document URL... http://www.mySite.com/path/myPage.html Right now, I'm cobbling it together using these other environment variables... ...
1
vote
0answers
81 views

how to parse a tables from internet source and use it in android application

I am a new in Android and Java coding but I want to learn :) I have a question but I can't find a solve.. and I'll be very grateful if someone can help me. On internet source I get tables like this ...
1
vote
0answers
233 views

Python urlopen returns nothing for Amazon sites

I am just getting into writing Python and have come across a problem with urllib seemingly unique to Amazon.com. If I do something like : pageIn = urllib.request.urlopen("http://www.google.com") ...
1
vote
0answers
311 views

Use QtWebKit only for parsing HTML?

Is it possible to use QtWebKit's HTML traversing functions only? I mean, without using any widgets it provides (like QWebView or QWebPage) ... say you got an HTML page in a QString and wish to parse ...
1
vote
0answers
45 views

simplyfying a website for platform migration — existing software or parsing script?

I am migrating a website from one platform to another. Part of the requirements are to maintain URLs that may be bookmarked, which I will do with re-write rules. Because the old system is kind of a ...
1
vote
0answers
255 views

WordPress 3.1.3 and Magic Fields PlugIn - calling and parsing multiline or markdown textbox into single.php?

Good morning to all of you from Germany. Since a couple of days I am working on some WordPress Page for a friend of mine who is owning a company for time work. They are working with some software, ...
1
vote
0answers
412 views

Parsing html using lxml and html5lib, getting “TypeError: insertDoctype() takes exactly 4 arguments (2 given)”

I'm getting the error TypeError: insertDoctype() takes exactly 4 arguments (2 given) when using lxml and html5lib together. It seems that the insertDoctype method in ...
1
vote
0answers
485 views

HTTParty to parse HTML

I'm looking for a way to pull specific content off of a web site that is fairly well formed, but not quite perfect xml: <html> <head> <title>title</title> <meta ...
1
vote
0answers
221 views

How can I parse html with Gecko SDK?

How can I parse html with Gecko SDK? Is there any Visual C++ project for this task?
1
vote
0answers
375 views

Non-english characters are decoded incorrectly on Android with HtlmCleaner

I'm using HtmlCleaner to scrape a iSO-8859-1 encoded web site in Android. I've implemented this in an external jar file that I import into my Android app. When I run the unit tests in Eclipse it ...
1
vote
0answers
559 views

HtmlAgilityPack — equivalent for php

I was using the HtmlAgilityPack in C# recently - does any one know if there is a similar library in PHP?
1
vote
0answers
356 views

HTMLparser class not working in iPhone

I am trying to convert string containing HTML data to html tags. I tried using HTMLParser for which i included libxml2, libxml2.2 frameworks but the framework doesn't extract to any class. Hence the ...
0
votes
0answers
27 views

How to replace a value of SRC parameter within EMBED tag of HTML?

I am working on application in Java that is displaying HTML pages of different places all over the world. I have an object containing youtube video embedded into my HTML page like this: <object ...
0
votes
0answers
30 views

Python HTML getElementsByClassName alike manipulate on file content

I have saved the source code of a page to a file using Sikuli. I need a "roundup" on a batch of matrix style placed elements. But I don't want to calculate dimensions between them. I want URLs to type ...
0
votes
0answers
15 views

PHP DOM Parser Timetable to get variables

I'm trying to get the contents of each cell using PHP Simple HTML DOM Parser however I cant seem to get it working correctly. The timetable is read vertically for each day and i'm trying to get each ...
0
votes
0answers
15 views

How Do I Avoid Mixed Content Warnings When Embedding Cross Origin JSONP

I've been using the service https://whateverorigin.org/ to parse a webpage, lets say google.com with the call $.getJSON('http://whateverorigin.org/get?url=http://google.com', function(data){ ...

1 2 3 4 5 10