1
vote
1answer
23 views

C# parsing special Character with HttpWebResponse

I am parsing a HTML site to use the Data in a C# Client. unfortunately my HTTPresponse is messing up all special characters (like french names) and replaces them with Question Marks "?". what can I do ...
2
votes
0answers
28 views

Need help in extracting specific paragraph text and images from whole blog page html

I need help in html parsing. Before posting question here I tried to find this answer but couldn't find. I have stored complete html of blog page in a database table. Now I want to extract text and ...
1
vote
1answer
22 views

How to extract texts between <p> tags using jsoup

I want to extract texts from html page(s) which placed in p and li tags,so i can start to tokenize the page to construct inverted index(es) for each page in order to asnwering search queries.How i can ...
0
votes
0answers
17 views

Separating implementation from definition of a tag/element

I've a problem regarding the datastructure to represent a tag (for example HTML tag/element). On one hand I'd like to have my program keep a list of all supported tags and their supported attributes ...
0
votes
1answer
22 views

Parsing html forms [closed]

I have a website that has a form with three pull-down menus. After I select something in the first pull-down menu, the form refreshes and gives me values for select in the second pull-down menu. After ...
0
votes
0answers
20 views

Parse facebook page profile image [closed]

I realize this is more of a request than a question, but no matter how much i try, i can t do this. I need to acquire the profile pic image "src" of this facebook page: ...
-2
votes
0answers
35 views

Extract only text of the paragraph and paragraph specific images from the html [closed]

I am trying to extract text and images from html which is stored in database. I am getting text and almost all images of the page. Sometimes paragraph specific images don't come. I need only images ...
1
vote
3answers
60 views

Regex to parse html for sentences?

I know that HTML:Parser is a thing and from reading around, I've realized that trying to parse html with regex is usually a suboptimal way of doing things, but for a Perl class I'm currently trying to ...
1
vote
1answer
43 views

Extracting javascript using Web::Scraper

I'm having trouble extracting javascript using Web::Scraper. Below is my test script: #!/usr/bin/perl use Modern::Perl; use Web::Scraper; use Data::Dumper; my $contents = do { local $/; ...
0
votes
1answer
47 views
+100

Hpple, getting text after </span>

So I think this is my last Hpple question! I have found an entry in the HTML doc that I am parsing with Hpple. I have tried many different queries, but no luck. Here is a sample of the HTML. I can ...
0
votes
0answers
35 views

How to replace a value of an attribute in JS function on run time?

I am working on my Java application that (besides other things) produces HTML. In this HTML I need to change a value of one attribute inside one JS function every time I run it. The process is like ...
0
votes
0answers
19 views

How to select of this line “data[new][formhidden_field1]” this “formhidden_field1”?

I have <td> <input type="hidden" id="data[new][motion_formshow]" name="data[new][motion_formshow]" value="true"> <input ...
0
votes
1answer
26 views

Parse JSON File for Option in HTML select box

I'm doing PhoneGap project for my company.. Here goes on.. I have json file named city.json [{"CityID":1,"CityName":"Magelang"},{"CityID":2,"CityName":"Jayapura"},{"CityID":3,"CityName":"Aceh"}] I ...
1
vote
2answers
48 views

Extracting certain text from html file

I want to extract texts from a html file that are placed between parapraph(p) and link(a href) tags.I want to do it without java regex and html parsers.I thougth while ((word = reader.readLine()) ...
-4
votes
0answers
53 views

Getting a “Parse error: syntax error, unexpected $end”, have checked everything I can think of [closed]

I am getting a "Parse error: syntax error, unexpected $end in /home/lombo330/public_html/wp-content/themes/gazpomag/LaptopQuizResults.php on line 1" everytime I run the following page. It is a ...
3
votes
2answers
56 views

Can't find a way to use javascript + jquery to parse from URL and show it on screen

I'm a beginner in coding, i've learnt most of what I know about Jquery and Javascript from Codecademy.com What I want to do (a little background before): Hover over a specific link (partial url) ...
-1
votes
0answers
30 views

Retrieving rest XML and parsing it using javascript

My problem is that I have a database which stores various information. All of the data can be accessed through REST and will provide an XML response. I have been trying to develop a test HTML page ...
0
votes
0answers
19 views

“Dynamic” parsing engine in Android app that I can update easily and quickly

I have written an Android app that people use to view a private forum (for a game). The forum seems to be handwritten or something and does not support Tapatalk or similar, and it is a pain to browse ...
0
votes
1answer
37 views

Jsoup doesnt find the specified element

I'm trying to write a little android program (don't mind the messiness) that shows the last "Did you know?" from Wikipedia. But for some reason Jsoup doesn't find it. What is the problem? Part of ...
1
vote
1answer
25 views

parsing xml attribute: strange Encoding issue

I get a strange encoding problem when I try to parse a certain attribute of an xml/html document. Here a reproducible example , containing 2 items with 2 titles (note the use of french accent here) ...
-4
votes
0answers
42 views

Помогите с Php dom simle parser [closed]

In general there is a site I do parsing as follows: foreach ($ html-> find ('div [id = content]') as $ element) echo $ element-> innertext. ' '; I still parsed, but the problem is that the ...
1
vote
3answers
72 views

How do I extract only the bold text from an HTML document?

I need to extract all the bold snippets in the body of an HTML document. I need to do it on server side using Java (not on the browser) The text on the page can be bold because of tags e.g. ...
0
votes
0answers
20 views

How to add attribute to anchor element using PHP Simple HTML DOM Parser

Need to add target="_blank" to all anchor tags in page that is parsed. I use the following to change the relative href attribute to absolute; foreach ($html->find('a[href]') as $a) { $href = ...
0
votes
1answer
36 views

Extracting Info From Webpage using urllib2

Writting a part of a program that searches for a phrase on YouTube then i want it to get the url for the first video. but i cant figure how to get the url for the first video Here is my code: import ...
0
votes
2answers
50 views

Simple HTML Parser issue

Hi so I'm trying to parse the ratemyprofessor website for professor name and comments and convert each div into plaintext. Here is the div class structure that I'm working with. <div ...
-6
votes
1answer
47 views

How do I parse this python string?

<a href="index.php?c=playerview&amp;P=1089&amp;LS=100"> \n', ' \n','\', \' Zeppelin-\\n\', \'\\n", \' <td class="stats" colspan="1"valign="top"> \\n\', " \\\\n\', \' ...
0
votes
0answers
77 views

Parsing html from external url in javascript

I want to make a javascript application able to parse an html of an external URL. The URL will be in a different domain than my server. My idea is to get the html of the external URL I want to parse ...
-1
votes
3answers
40 views

how to trim <body> contents from a webpage in php [closed]

basically I only need 1 string that contains whatever there is in 'body' tag of a complete webpage: <html> --- <body> ... here is what I need </body> --- </html>
0
votes
1answer
37 views

Get Division in the html tag with value of the elementa

HI i need that the image tag should be generated in the division for number of times it receives the object. But it doesn't work. Can anyone please help me with same. Any help is deeply appreciated. ...
-1
votes
0answers
24 views

What is the most efficient way to program Xcode to display different sections of a large html file?

I am a complete noob in the process of creating a simple book for the iPhone. I have a large html file with various chapters and sections that I parse before adding them to the project. Currently, I ...
1
vote
1answer
33 views

Submiting form with python

I need to parse HTML in my python script. However to get to the page I need, in my browser, to click radio button and submit form. So, how can I submit form with python and get rendered html back? ...
0
votes
0answers
38 views

Getting only data out of HTML page in python

Im working on a project for which I need the content of an HTML page given ts url. Im doing something like this con=urllib.request.urlopen(url) a=con.read() con.close() soup = BeautifulSoup(a) ...
1
vote
1answer
83 views

Objective-C HTML parsing. Get all text between tags

I am using hpple to try and grab a torrent description from ThePirateBay. Currently, I'm using this code: NSString *path = ...
0
votes
4answers
79 views

Don't parse PHP, keep plain

I'm currently showing some PHP code as a tutorial/reference for others. I've tried HTML's <code> but to no avail worked. I tried PHP's header. No work. For example. This is how you print ...
0
votes
1answer
55 views

Python: Parsing HTML elements based on absolute XPath

I'm working on a project where I have to parse 20 different HTML pages based on URLs and I would like to get some information from all of them. Pages have different structure and the required ...
1
vote
2answers
41 views

Can Java Swing HTML parser parse any type of Markup Language contained in an HTML document or just HTML?

I have an HTML with some XML data in it,and I want it to be parsed.Will the Swing HTML parser be able to navigate within those XML tags?
0
votes
1answer
73 views

Can't call method “setValue” on an undefined value - perl

use strict; use warnings; use utf8; use 5.010; use HTML::HTML5::Parser; open (FILE, '<links.txt') ; my @lines = <FILE>; my $i; my $a = $lines[$i]; my $xml = ...
0
votes
1answer
47 views

Jquery parseHTML not giving expected object

Given I have this html string in javascript variable "data" <div class="packery-item"> <img class="rsImg" ...
0
votes
0answers
24 views

SimpleHtmlDom Edit and Save file

http://simplehtmldom.sourceforge.net/ Looking to parse through an HTML file, make some small changes, and overwrite the current file with the updates. Was wondering if this was possible through ...
1
vote
2answers
97 views

jquery parseHTML not working as expected

I'm getting json data back from a jsonp call. The data is coming back alright. One data element is in the form of a string with some html in it ("p" tag, "a" tag). I'm trying to output this element (a ...
0
votes
1answer
49 views

lxml.html parsing with XPath and variables

I have this HTML snippet <div id="dw__toc"> <h3 class="toggle">Table of Contents</h3> <div> <ul class="toc"> <li class="level1"><div class="li"><a ...
0
votes
1answer
55 views

simple html dom php curl error cannot grab text i need

i am using the following code in my cript to grab a part of source code i need but it get this error Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in ...
-2
votes
1answer
84 views

simple html dom parser to get class id [closed]

i am trying to use simple html dom parser to get this following data <input type=submit value="Change Password" class="button"> i would like it to get the value Change password and issue ...
0
votes
1answer
45 views

How to avoid dojo to parse an element

I have a elemetn in my page. I don't control all javascripts used in this page, and seems that in some place my "select" element is being parsed by dojo and changed to a dijit element ...
0
votes
1answer
45 views

How to open click open link inside a div?

I am building a site that parses a spanish dictionary. If you look up the word HOLA, you will receive the definition, but for other words, you get suggestions, like CASA: ...
0
votes
0answers
31 views

How to get url of the captcha from the source file

I have a piece of html code: <div style="margin-left:180px;"> <script type="text/javascript" ...
0
votes
2answers
43 views

Dom parsing issue empty result

<tr class='Jed01'> <td height='20' class='JEDResult'>1</td> <td height='30' class='JEDResult'>26.04.2013</td> <td height='30' class='JEDResult'>19:43</td> ...
0
votes
0answers
19 views

Display User Data in HTML from ParsePy

and thanks for your help in advance! I am dabbling in ParsePy at the moment and want to create a user account that takes a users' age, name, email address, and bio. This data will be stored in a ...
0
votes
0answers
23 views

jtidy fails to parse html - options

So I was trying to evaluate a couple of the HTML parsers and gave JTidy a try. Trying to parse this URL: http://htmlcleaner.sourceforge.net/doc/org/htmlcleaner/TagNode.html Gives these errors: ...
0
votes
0answers
30 views

xcode HTMLParser Manual

Dear Community! I am using HTMLParser Class from Github to parse some data from html content This content has many different tags. So when I implement this code: NSError *error = nil; ...

1 2 3 4 5 28