The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

How to replace a value within <script> tag with HTML parser?

I have following function in JS: function replaceSrcc() { var elem = document.getElementsByTagName("embed")[0]; copy = elem.cloneNode(); copy.src = DataVideo; ...
0
votes
2answers
23 views

Remove href links and label using html dom parser

First I am getting html of the web page and then I am removing href links which normally appear on the left or right side of the page (not in the page body). Href links are being removed but their ...
0
votes
0answers
20 views

How can I extract Yelp comment?

I want to get the comments on Yelp. For example, parser this website http://www.yelp.com/biz/jean-georges-new-york I use HTMLParser, and wrote code like: try { Parser p = new Parser(new ...
0
votes
1answer
16 views

information lost when using beautifulsoap to parse a html page

I'm writing a web spider to get some information from a website.when i parse this page http://www.tripadvisor.com/Hotels-g294265-oa120-Singapore-Hotels.html#ACCOM_OVERVIEW , I find that some ...
0
votes
2answers
70 views

Parse HTML table in php

I have a database table which consists the following format of data in one column. <table cellspacing="1" cellpadding="0" border="0" width="395"> <tbody> <tr> ...
0
votes
2answers
44 views

Remove css and script tags from Html Code

I have String like <div style="width:100%"><table><tr class="abc"><td class="tdcss">some data</td></tr></table> </div> strong text I want to remove ...
0
votes
1answer
56 views

Replacing src attribute in IMG tag in Java

I have a HTML document in which I need to update both text and src attribute of IMG tag. I am working in Java. I want to replace following strings in the HTML: DataName, DataText and DataIcon. ...
2
votes
1answer
124 views

Speeding up CsQuery selectors by using html substring

I want to parse some complex/heavy HTML pages. I recently read about CsQuery and checked the performance comparation of CsQuery Vs Html Agility Pack and Fizzler . According to these tests, CsQuery ...
0
votes
1answer
44 views

Use wildcard (or regexp) in HTMLparser HasAttributeFilter parameter

I use org.htmlparser. How I can received nodelist by class mask? On example: <span class="selection-link normal coeff816128@Result.draw">....</span> <span class="selection normal ...
0
votes
2answers
64 views

Where to place java packages like htmlparser?

I am beginning to use java packages like HTMLParser, I have downloaded it and finding that there are many files and directories in it. I wander, where to place them in my linux system? Is there a ...
1
vote
2answers
128 views

javascript RegExp - get count of all html tags total characters

I am trying to get the count (length) of all matching HTML characters including opening (<tag>) and closing (</tag>) including any attributes Consider the following HTML: <div> ...
2
votes
1answer
163 views

HTML Parser for Titanium Mobile

I'm looking for easy to implement module (or a function) for Appcelerator Titanium Mobile that could parse html code (stripping unneeded tags and cleaning up the code) and spitting out just the ...
2
votes
5answers
129 views

Get String from asynctask android

How to get a string from AsyncTask, i'm using jsoup to retrieve content from the URL, in the case below, i've get the content, but i not managed to put that content into the string getItembody, code ...
-1
votes
1answer
58 views

Undefined value HTML::TokeParser

I'm trying to find tags in a html with a perl script. use WWW::Mechanize::Firefox; use Crypt::SSLeay; use HTML::TokeParser; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0; my $mech = ...
-1
votes
1answer
27 views

In which situations, the elements will be attached to Head element of DOM during HTML parsing? [closed]

Obviously, the contents/tags within <head></head> pair will be attached to Head element. Is there any situation in which during the parsing of <body></body>, some elements ...
0
votes
0answers
36 views

Using htmlparser, how can I set the page encoding instead of using the charset meta-data?

When using HtmlParser, I meet a problem. That is some site write a wrong value in it's meta data: <meta http-equiv="Content-Type" content="text/html; charset=xxxx" /> For example, the webpage ...
2
votes
1answer
91 views

dynamically extracting data from HTML page

I'm working on a script to extract some string/data from HTML document (Nagios status page, in this case) using this custom class: ## tagLister.py from sgmllib import SGMLParser class ...
0
votes
0answers
56 views

simple html dom parser not updating as expected

i'm experiencing problems with the simple html dom parser - it seems like the parser doesn't refresh properly after modifying data. here are my steps: in my markup i'm having an empty dropdown ...
1
vote
1answer
63 views

How to get the coordinates and dimension of a div using Java

there I am working on a project which would translate the html code of a web into a specific JS library using JAVA, so that the div blocks can have different dynamic behaviors. To translate the ...
0
votes
1answer
273 views

Scrape data generated by javascript on server-side from webpages.aspx

My question is: How to scrape data from this website http://vtis.vn/index.aspx But the data is not shown until you click on for example "Danh sách chậm". I have tried very hard and carefully, when you ...
0
votes
1answer
219 views

java neko html, javax.xml.xpath

Some help with this please: org.cyberneko.html.parsers.DOMParser dp = new DOMParser(); dp.parse(new InputSource(new StringReader("<!DOCTYPE ...
1
vote
1answer
180 views

Perl Error “Can't call method ”get_tag“ on an undefined value at Parser.pl line 6”

I wrote a simple perl script but i am getting this runtime error: Can't call method "get_tag" on an undefined value at Parser.pl line 6 Below is my code: #!usr/bin/perl use HTML::TokeParser my ...
1
vote
4answers
325 views

Parsing HTML to get text inside an element

I need to get the text inside the two elements into a string: source_code = """<span class="UserName"><a href="#">Martin Elias</a></span>""" >>> text 'Martin Elias' ...
1
vote
0answers
219 views

Standalone firemonkey html parser

I've been looking for a decent html parser (function/component) for firemonkey for the last few days. I found quite a lot but unfortunately they are either vcl or mshtml/TWebbrowser dependant which ...
0
votes
1answer
57 views

Error using HTML-Parser

I'm trying to use Objective-C--HMTL Parser (https://github.com/zootreeves/Objective-C-HMTL-Parser). I followed all the instructions carefully and in a new project works fine, but when I try to use it ...
2
votes
4answers
139 views

How can I selectively modify the src attributes of script tags in an HTML document using Perl?

I need to write a regular expression in Perl that will prefix all srcs with [perl]texthere[/perl], like such: <script src="[perl]texthere[/perl]/text"></script> Any help? Thanks!
0
votes
1answer
222 views

Htmlparser can not parse “tbody” in Java

In org.htmlparser I want to get tbody node by id Parser htmlParser = Parser.createParser("<table id='_table' border='0' cellspacing='0' cellpadding='0' class='tableRegion' width='100%' ...
1
vote
1answer
222 views

django remove tags from string python

I want to remove all html tags except from my string with python i use this: from HTMLParser import HTMLParser class MLStripper(HTMLParser): def __init__(self): self.reset() ...
1
vote
1answer
340 views

How to parse HTML sub tags in iPhone app?

I have HTML webpage with lot of images and live contents. I need to parse the data from the webpage(HTML) and show in the iPhone app. Am using the following code to parse the HTML content. But i don't ...
0
votes
1answer
147 views

finding all anchor tags with pdf file as the source in php using regex or HTML parser

how can i find all the anchor tags with source pdf $string="hello this is a dummy text <a href="../../abc.pdf"> i need only abc.pdf in the string variable
0
votes
1answer
67 views

Getting exact symbol using HTMLParser

HTMLParser.unescape behaves like this: >>> import HTMLParser >>> h= HTMLParser.HTMLParser() >>> h.unescape('alpha &lt; &beta;') u'alpha < \u03b2' What should I ...
1
vote
1answer
558 views

Java getting RSS link from HTML source code using JSOUP

I am trying to get RSS link from html source code. I used Jsoup java library to find rss link. I wrote a small piece of code to get RSS links, but unfortunately it is not working for all the websites. ...
0
votes
1answer
177 views

Why JSoup parse wrong my HTML code?

I'm trying to parse a web page, but when I want to get a piece of text in the page. Jsoup get me a wrong Document when I call Jsoup.parse() and Jsoup.connect().get() methods. This is a piece of the ...
0
votes
2answers
230 views

How to find the error line in HTML when HTMLParserError occurs

now i am writing a web crawler using python, but sometimes it throws HTMLParserError: junk characters in start tag: u'\u201dTPL_password_1\u201d\r\n\t\t', at line 21285, column 6 it said the error ...
0
votes
2answers
255 views

java.lang.NoClassDefFoundError: org/htmlparser/util/ParserException

I'm trying to make this http://htmlparser.sourceforge.net/ code run in eclipse. There instructions are simply "To use the library, you will need to add either the htmllexer.jar or htmlparser.jar to ...
2
votes
2answers
162 views

Split string with commas also splits ampersands

The code below parses an HTML, the trouble is splitting when ampersands appear in the data. from HTMLParser import HTMLParser data = '<HTML><meta http-equiv="Pragma" ...
0
votes
2answers
384 views

java - org.htmlparser.Parser , need to get whats between the h3's

htmlparser.Parser, I have the snippet of html(see below) and i need to get the content of the there a bunch of these container divs with unqiue id's in my file. I can get the divs and their inner ...
2
votes
1answer
540 views

Is there a Standard Java SE HTML Parser? If so, why use non-standard ones?

I need to parse a simple HTML page with a simple form in it. The answers to similar questions on StackOverflow suggest using one of a large variety of non-standard Java libraries such as TagSoup, ...
1
vote
2answers
2k views

HTML Parser for response - Java

Im using HttpClient to access a particualr website and the response i get is in the form of an HTML. Which parser or method I should use the parser the HTML and get what I want from the response. ...
1
vote
3answers
766 views

Passing Cookie Value using HTTP::Cookie in Perl

I need to login to a site, parse the HTML page and extract the value between a specific HTML tag. I am able to do this successfully on a page which doesn't require login data. I am using the ...
1
vote
1answer
172 views

Errors for using HPPLE Html parser

i am trying to use HPPLE parser but i get these errors! anyone can help me for example why NASData cant has error ?
2
votes
2answers
784 views

Creating my own html parser

I know this post, I've already read it but still I'd like to learn what language does an html parser (may) use? I mean, does it parse the whole source with a regex or it uses a normal programming ...
2
votes
2answers
2k views

How do I convert a document made in Jsoup (the Java html parser) into a string

I have a document that was made in jsoup that looks like this Document doc = Jsoup.connect("http://en.wikipedia.org/").get(); How do i convert that doc into a string.
4
votes
1answer
246 views

.NET HTML Parser that supports Form posting

I know there are libraries that are used to parse html like HTMLAgilityPack but unable to find a library that supports form posting or executing javascript. I want to post html form from my Windows ...
0
votes
1answer
164 views

Query pertaining to Jericho HTML Parser

I want to determine the position number of occurrence of a specific H2 (or h3/h4/h5/h6) text within the body text, using the Parser. By position number I mean count of the number of 'words' that have ...
-1
votes
1answer
450 views

update text in HTML page using parser

I always gets error in the middlebitparent.replaceWith(nodespan); in the following code which is written in jsoup to navigate the HTML doc and change the background color of word "In" Elements divs= ...
0
votes
1answer
393 views

I am using org.htmlparser.Parser to parse URL but its failing for external URLS and giving Connection Refused: connect error

I am using org.htmlparser.Parser to parse URL, it works fine for all internal URLs that are in network. But when i try opening external URLs, it gives Exception in thread "main" ...
0
votes
2answers
63 views

help me with xpath please [duplicate]

Possible Duplicate: if you know xpath then please help? hi, so here is the html code <html> <body> <table> <tr> Test </tr> <tr> <td> <a href ...
5
votes
2answers
599 views

HTML Parser validate tags

I need html parse which have capability to identify error in generated html and if tags are not closed then close it and return the valid html. More detail: i am getting data from database and break ...
1
vote
2answers
650 views

html search and replace preserving html tags

I'm looking for a Java based html parser which can search and replace text preserving html tags. This question has been asked here before but the answers seems to be not hitting the target. There are ...

1 2